diff --git a/tr/css/css-anchor.json b/tr/css/css-anchor.json new file mode 100644 index 000000000000..c5111057cae5 --- /dev/null +++ b/tr/css/css-anchor.json @@ -0,0 +1,60 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "properties": { + "anchor-name": { + "name": "anchor-name", + "value": "none | ", + "initial": "none", + "appliesTo": "all elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "styleDeclaration": [ + "anchor-name", + "anchorName" + ] + }, + "position-fallback": { + "name": "position-fallback", + "value": "none | ", + "initial": "none", + "appliesTo": "absolutely-positioned elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "styleDeclaration": [ + "position-fallback", + "positionFallback" + ] + } + }, + "atrules": { + "@position-fallback": { + "value": "@position-fallback { } @try { }", + "descriptors": [] + } + }, + "valuespaces": { + "": { + "prose": "An absolutely-positioned element can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a .", + "value": "anchor( ? , ? )" + }, + "": { + "prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a .", + "value": "anchor( ? , ? )" + }, + "": { + "value": "top | left | right | bottom | start | end | self-start | self-end | | center" + }, + "": { + "value": "width | height | block | inline | self-block | self-inline" + } + } +} diff --git a/tr/css/css-cascade.json b/tr/css/css-cascade.json index daf797b3406a..78f0a739891c 100644 --- a/tr/css/css-cascade.json +++ b/tr/css/css-cascade.json @@ -25,7 +25,7 @@ "descriptors": [] }, "@layer": { - "value": "@layer ? { }", + "value": "@layer ? { } | @layer #;", "descriptors": [] } }, diff --git a/tr/css/css-color.json b/tr/css/css-color.json index 130bc889da66..2ce78a3ad759 100644 --- a/tr/css/css-color.json +++ b/tr/css/css-color.json @@ -67,13 +67,15 @@ "value": " | | none" }, "": { - "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? )" + "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? )", + "legacyValue": "rgb( #{3} , ? ) | rgb( #{3} , ? )" }, "": { "value": " | " }, "": { - "value": "hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? )" + "value": "hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? )", + "legacyValue": "hsl( , , , ? )" }, "": { "value": "hwb( [ | none] [ | none] [ | none] [ / [ | none] ]? )" diff --git a/tr/css/css-shapes-2.json b/tr/css/css-shapes-2.json index ee5dcd79f030..255ef8f5bb8a 100644 --- a/tr/css/css-shapes-2.json +++ b/tr/css/css-shapes-2.json @@ -63,7 +63,7 @@ "value": "smooth [via ]?" }, "": { - "value": "arc of {1,2} [ || || rotate ]" + "value": "arc of {1,2} [ || || rotate ] | arc of {1,2} [ || || rotate ]?" }, "": { "prose": " can be cw or ccw, indicating that the arc that is traced around the ellipse clockwise or counter-clockwise from the center, respectively, must be chosen. If omitted, this defaults to ccw.", diff --git a/tr/dfns/FedCM.json b/tr/dfns/FedCM.json index 6c0c5ccd7e86..20ea14401adc 100644 --- a/tr/dfns/FedCM.json +++ b/tr/dfns/FedCM.json @@ -1055,25 +1055,6 @@ }, "definedIn": "dt" }, - { - "id": "sec-fedcm-csrf", - "href": "https://fedidcg.github.io/FedCM/#sec-fedcm-csrf", - "linkingText": [ - "Sec-FedCM-CSRF" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "Sec-FedCM-CSRF", - "href": "https://fedidcg.github.io/FedCM/#Sec-FedCM-CSRF", - "title": "Sec-FedCM-CSRF", - "number": "5.5" - }, - "definedIn": "heading" - }, { "id": "state-machine-map", "href": "https://fedidcg.github.io/FedCM/#state-machine-map", @@ -1256,10 +1237,10 @@ "definedIn": "pre" }, { - "id": "dictdef-identityprovider", - "href": "https://fedidcg.github.io/FedCM/#dictdef-identityprovider", + "id": "dictdef-identityproviderconfig", + "href": "https://fedidcg.github.io/FedCM/#dictdef-identityproviderconfig", "linkingText": [ - "IdentityProvider" + "IdentityProviderConfig" ], "localLinkingText": [], "type": "dictionary", @@ -1275,15 +1256,15 @@ "definedIn": "pre" }, { - "id": "dom-identityprovider-configurl", - "href": "https://fedidcg.github.io/FedCM/#dom-identityprovider-configurl", + "id": "dom-identityproviderconfig-configurl", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-configurl", "linkingText": [ "configURL" ], "localLinkingText": [], "type": "dict-member", "for": [ - "IdentityProvider" + "IdentityProviderConfig" ], "access": "public", "informative": false, @@ -1296,15 +1277,15 @@ "definedIn": "pre" }, { - "id": "dom-identityprovider-clientid", - "href": "https://fedidcg.github.io/FedCM/#dom-identityprovider-clientid", + "id": "dom-identityproviderconfig-clientid", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-clientid", "linkingText": [ "clientId" ], "localLinkingText": [], "type": "dict-member", "for": [ - "IdentityProvider" + "IdentityProviderConfig" ], "access": "public", "informative": false, @@ -1317,15 +1298,15 @@ "definedIn": "pre" }, { - "id": "dom-identityprovider-nonce", - "href": "https://fedidcg.github.io/FedCM/#dom-identityprovider-nonce", + "id": "dom-identityproviderconfig-nonce", + "href": "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-nonce", "linkingText": [ "nonce" ], "localLinkingText": [], "type": "dict-member", "for": [ - "IdentityProvider" + "IdentityProviderConfig" ], "access": "public", "informative": false, @@ -1478,6 +1459,44 @@ }, "definedIn": "prose" }, + { + "id": "computing-the-manifest-url", + "href": "https://fedidcg.github.io/FedCM/#computing-the-manifest-url", + "linkingText": [ + "computing the manifest URL" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-api-rp-sign-in", + "href": "https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in", + "title": "The [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) internal method", + "number": "7.4" + }, + "definedIn": "prose" + }, + { + "id": "extract-the-json-fetch-response", + "href": "https://fedidcg.github.io/FedCM/#extract-the-json-fetch-response", + "linkingText": [ + "extract the JSON fetch response" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "browser-api-rp-sign-in", + "href": "https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in", + "title": "The [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) internal method", + "number": "7.4" + }, + "definedIn": "prose" + }, { "id": "request-consent-to-sign-up", "href": "https://fedidcg.github.io/FedCM/#request-consent-to-sign-up", @@ -1789,6 +1808,227 @@ "number": "10.3.2.2" }, "definedIn": "prose" + }, + { + "id": "sign-in-status", + "href": "https://fedidcg.github.io/FedCM/#sign-in-status", + "linkingText": [ + "Sign-in Status" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "status①", + "href": "https://fedidcg.github.io/FedCM/#status%E2%91%A0", + "linkingText": [ + "status" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-sign-in-status-unknown", + "href": "https://fedidcg.github.io/FedCM/#dom-sign-in-status-unknown", + "linkingText": [ + "unknown" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "Sign-in Status" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sign-in-status-signed-in", + "href": "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-in", + "linkingText": [ + "signed-in" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "Sign-in Status" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-sign-in-status-signed-out", + "href": "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-out", + "linkingText": [ + "signed-out" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "Sign-in Status" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "dt" + }, + { + "id": "identityprovider", + "href": "https://fedidcg.github.io/FedCM/#identityprovider", + "linkingText": [ + "IdentityProvider" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityprovider-login", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovider-login", + "linkingText": [ + "login()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "IdentityProvider" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-identityprovider-logout", + "href": "https://fedidcg.github.io/FedCM/#dom-identityprovider-logout", + "linkingText": [ + "logout()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "IdentityProvider" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-manifest-signin_url", + "href": "https://fedidcg.github.io/FedCM/#dom-manifest-signin_url", + "linkingText": [ + "signin_url" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "Manifest" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "dt" + }, + { + "id": "maybe-fetch-the-accounts-list", + "href": "https://fedidcg.github.io/FedCM/#maybe-fetch-the-accounts-list", + "linkingText": [ + "maybe fetch the accounts list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "sign-in-to-the-idp", + "href": "https://fedidcg.github.io/FedCM/#sign-in-to-the-idp", + "linkingText": [ + "Sign-in to the IDP" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/PNG-spec.json b/tr/dfns/PNG-spec.json index 1a25e9b79824..a37dd5d7fe5d 100644 --- a/tr/dfns/PNG-spec.json +++ b/tr/dfns/PNG-spec.json @@ -348,25 +348,6 @@ }, "definedIn": "dt" }, - { - "id": "dfn-filter", - "href": "https://w3c.github.io/PNG-spec/#dfn-filter", - "linkingText": [ - "filter" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://w3c.github.io/PNG-spec/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "dt" - }, { "id": "dfn-frame-buffer", "href": "https://w3c.github.io/PNG-spec/#dfn-frame-buffer", @@ -1297,6 +1278,25 @@ "number": "6.1" }, "definedIn": "prose" + }, + { + "id": "3filter", + "href": "https://w3c.github.io/PNG-spec/#3filter", + "linkingText": [ + "filter method" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "7Filtering", + "href": "https://w3c.github.io/PNG-spec/#7Filtering", + "title": "Filtering", + "number": "7.3" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/change-password-url.json b/tr/dfns/change-password-url.json index 0d974302be4f..4f671be54f0d 100644 --- a/tr/dfns/change-password-url.json +++ b/tr/dfns/change-password-url.json @@ -1,12 +1,12 @@ { "spec": { "title": "A Well-Known URL for Changing Passwords", - "url": "https://w3c.github.io/webappsec-change-password-url/" + "url": "https://www.w3.org/TR/change-password-url/" }, "dfns": [ { "id": "change-password-url", - "href": "https://w3c.github.io/webappsec-change-password-url/#change-password-url", + "href": "https://www.w3.org/TR/change-password-url/#change-password-url", "linkingText": [ "change password url" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "semantics", - "href": "https://w3c.github.io/webappsec-change-password-url/#semantics", + "href": "https://www.w3.org/TR/change-password-url/#semantics", "title": "Change Password URLs", "number": "3" }, @@ -25,7 +25,7 @@ }, { "id": "generate-a-change-password-url", - "href": "https://w3c.github.io/webappsec-change-password-url/#generate-a-change-password-url", + "href": "https://www.w3.org/TR/change-password-url/#generate-a-change-password-url", "linkingText": [ "generate a change password url" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "semantics", - "href": "https://w3c.github.io/webappsec-change-password-url/#semantics", + "href": "https://www.w3.org/TR/change-password-url/#semantics", "title": "Change Password URLs", "number": "3" }, diff --git a/tr/dfns/client-hints-infrastructure.json b/tr/dfns/client-hints-infrastructure.json index 7093a881a709..35920d3bd6a3 100644 --- a/tr/dfns/client-hints-infrastructure.json +++ b/tr/dfns/client-hints-infrastructure.json @@ -637,6 +637,25 @@ }, "definedIn": "prose" }, + { + "id": "ch-ua-wow64", + "href": "https://wicg.github.io/client-hints-infrastructure/#ch-ua-wow64", + "linkingText": [ + "ch-ua-wow64" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "policy-controlled-features", + "href": "https://wicg.github.io/client-hints-infrastructure/#policy-controlled-features", + "title": "Policy-controlled features", + "number": "7.2" + }, + "definedIn": "prose" + }, { "id": "low-entropy-hint-table", "href": "https://wicg.github.io/client-hints-infrastructure/#low-entropy-hint-table", diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index e771899ea20b..2333e379f49e 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -787,9 +787,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-source-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-source-attribute", - "title": "The source attribute", + "id": "the-source-member", + "href": "https://wicg.github.io/compute-pressure/#the-source-member", + "title": "The source member", "number": "10.3.1" }, "definedIn": "heading" @@ -808,9 +808,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-state-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-state-attribute", - "title": "The state attribute", + "id": "the-state-member", + "href": "https://wicg.github.io/compute-pressure/#the-state-member", + "title": "The state member", "number": "10.3.2" }, "definedIn": "heading" @@ -829,9 +829,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-factors-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-factors-attribute", - "title": "The factors attribute", + "id": "the-factors-member", + "href": "https://wicg.github.io/compute-pressure/#the-factors-member", + "title": "The factors member", "number": "10.3.3" }, "definedIn": "heading" @@ -850,9 +850,9 @@ "access": "public", "informative": false, "heading": { - "id": "the-time-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-time-attribute", - "title": "The time attribute", + "id": "the-time-member", + "href": "https://wicg.github.io/compute-pressure/#the-time-member", + "title": "The time member", "number": "10.3.4" }, "definedIn": "heading" diff --git a/tr/dfns/core-aam-1.2.json b/tr/dfns/core-aam-1.2.json index cc072c2dcab2..4397fb694fa7 100644 --- a/tr/dfns/core-aam-1.2.json +++ b/tr/dfns/core-aam-1.2.json @@ -23,25 +23,6 @@ }, "definedIn": "dt" }, - { - "id": "dfn-accessibility-tree", - "href": "https://www.w3.org/TR/core-aam-1.2/#dfn-accessibility-tree", - "linkingText": [ - "Accessibility Tree" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": true, - "heading": { - "id": "glossary", - "href": "https://www.w3.org/TR/core-aam-1.2/#glossary", - "title": "Important Terms", - "number": "3" - }, - "definedIn": "dt" - }, { "id": "dfn-activation-behavior", "href": "https://www.w3.org/TR/core-aam-1.2/#dfn-activation-behavior", diff --git a/tr/dfns/css-anchor-1.json b/tr/dfns/css-anchor-1.json new file mode 100644 index 000000000000..e672bafb0188 --- /dev/null +++ b/tr/dfns/css-anchor-1.json @@ -0,0 +1,717 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "dfns": [ + { + "id": "anchor-function", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-function", + "linkingText": [ + "anchor function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchoring", + "href": "https://drafts.csswg.org/css-anchor-1/#anchoring", + "title": "Anchoring", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-anchor", + "href": "https://drafts.csswg.org/css-anchor-1/#funcdef-anchor", + "linkingText": [ + "anchor()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "typedef-anchor-side", + "href": "https://drafts.csswg.org/css-anchor-1/#typedef-anchor-side", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "pre" + }, + { + "id": "valdef-anchor-left", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-left", + "linkingText": [ + "left" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-right", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-right", + "linkingText": [ + "right" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-top", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-top", + "linkingText": [ + "top" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-bottom", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-bottom", + "linkingText": [ + "bottom" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-start", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-start", + "linkingText": [ + "start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-end", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-end", + "linkingText": [ + "end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-self-start", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-self-start", + "linkingText": [ + "self-start" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-self-end", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-self-end", + "linkingText": [ + "self-end" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-center", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-center", + "linkingText": [ + "center" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#funcdef-anchor-size", + "linkingText": [ + "anchor-size()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "typedef-anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#typedef-anchor-size", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "valdef-anchor-size-width", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-height", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-block", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-block", + "linkingText": [ + "block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-inline", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-inline", + "linkingText": [ + "inline" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-self-block", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-self-block", + "linkingText": [ + "self-block" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "valdef-anchor-size-self-inline", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-self-inline", + "linkingText": [ + "self-inline" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-size()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "propdef-anchor-name", + "href": "https://drafts.csswg.org/css-anchor-1/#propdef-anchor-name", + "linkingText": [ + "anchor-name" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "table" + }, + { + "id": "valdef-anchor-name-none", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-name" + ], + "access": "public", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-anchor-name-dashed-ident", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-dashed-ident", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "anchor-name" + ], + "access": "public", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "dt" + }, + { + "id": "anchor-element", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-element", + "linkingText": [ + "anchor element" + ], + "localLinkingText": [ + "anchor" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "anchor-name", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-name", + "linkingText": [ + "anchor name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "target-anchor-element", + "href": "https://drafts.csswg.org/css-anchor-1/#target-anchor-element", + "linkingText": [ + "target anchor element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "implicit-anchor-elements", + "href": "https://drafts.csswg.org/css-anchor-1/#implicit-anchor-elements", + "linkingText": [ + "implicit anchor elements" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "anchor-query", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-query", + "linkingText": [ + "anchor query" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "queries", + "href": "https://drafts.csswg.org/css-anchor-1/#queries", + "title": "Anchor Queries", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "valid-anchor-query", + "href": "https://drafts.csswg.org/css-anchor-1/#valid-anchor-query", + "linkingText": [ + "valid anchor query", + "invalid anchor query" + ], + "localLinkingText": [ + "invalid", + "valid" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "queries", + "href": "https://drafts.csswg.org/css-anchor-1/#queries", + "title": "Anchor Queries", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "propdef-position-fallback", + "href": "https://drafts.csswg.org/css-anchor-1/#propdef-position-fallback", + "linkingText": [ + "position-fallback" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-property", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-property", + "title": "The position-fallback Property", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-position-fallback-none", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-fallback" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-property", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-property", + "title": "The position-fallback Property", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-position-fallback-dashed-ident", + "href": "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-dashed-ident", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "position-fallback" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-property", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-property", + "title": "The position-fallback Property", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "at-ruledef-position-fallback", + "href": "https://drafts.csswg.org/css-anchor-1/#at-ruledef-position-fallback", + "linkingText": [ + "@position-fallback" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-rule", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-rule", + "title": "The @position-fallback Rule", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-try", + "href": "https://drafts.csswg.org/css-anchor-1/#at-ruledef-try", + "linkingText": [ + "@try" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "fallback-rule", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-rule", + "title": "The @position-fallback Rule", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "position-fallback-list", + "href": "https://drafts.csswg.org/css-anchor-1/#position-fallback-list", + "linkingText": [ + "position fallback list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fallback-rule", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-rule", + "title": "The @position-fallback Rule", + "number": "3.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/ecmascript.json b/tr/dfns/ecmascript.json index f83ddaeb5189..c703974c6421 100644 --- a/tr/dfns/ecmascript.json +++ b/tr/dfns/ecmascript.json @@ -7336,7 +7336,7 @@ "id": "sec-gettemplateobject", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", "title": "GetTemplateObject ( templateLiteral )", - "number": "13.2.8.3" + "number": "13.2.8.4" }, "definedIn": "heading" }, @@ -15040,11 +15040,11 @@ "definedIn": "prose" }, { - "id": "sec-notation", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "id": "pattern-charset", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-charset", "linkingText": [ - "Range", - "Ranges" + "CharSet", + "CharSets" ], "localLinkingText": [], "type": "dfn", @@ -15054,8 +15054,118 @@ "access": "public", "informative": false, "heading": { - "id": "sec-notation", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "title": "Notation", + "number": "22.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pattern-capturerange", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-capturerange", + "linkingText": [ + "CaptureRange", + "CaptureRanges" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "title": "Notation", + "number": "22.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pattern-matchstate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchstate", + "linkingText": [ + "MatchState", + "MatchStates" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "title": "Notation", + "number": "22.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pattern-matchresult", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchresult", + "linkingText": [ + "MatchResult", + "MatchResults" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "title": "Notation", + "number": "22.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pattern-matchercontinuation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchercontinuation", + "linkingText": [ + "MatcherContinuation", + "MatcherContinuations" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "title": "Notation", + "number": "22.2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pattern-matcher", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matcher", + "linkingText": [ + "Matcher", + "Matchers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", "title": "Notation", "number": "22.2.2.1" }, @@ -15197,6 +15307,25 @@ }, "definedIn": "heading" }, + { + "id": "sec-wordcharacters", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "linkingText": [ + "WordCharacters(rer)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-wordcharacters", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "title": "WordCharacters ( rer )", + "number": "22.2.2.9.2" + }, + "definedIn": "heading" + }, { "id": "sec-runtime-semantics-unicodematchproperty-p", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", @@ -15212,7 +15341,7 @@ "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.9.2" + "number": "22.2.2.9.3" }, "definedIn": "heading" }, @@ -15231,46 +15360,25 @@ "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.9.3" + "number": "22.2.2.9.4" }, "definedIn": "heading" }, { - "id": "sec-regexp-constructor", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "id": "sec-regexpcreate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", "linkingText": [ - "%RegExp%" + "RegExpCreate(P, F)" ], "localLinkingText": [], - "type": "interface", + "type": "abstract-op", "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 )", + "id": "sec-regexpcreate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "title": "RegExpCreate ( P, F )", "number": "22.2.3.1" }, "definedIn": "heading" @@ -15290,7 +15398,7 @@ "id": "sec-regexpalloc", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", "title": "RegExpAlloc ( newTarget )", - "number": "22.2.3.2.1" + "number": "22.2.3.2" }, "definedIn": "heading" }, @@ -15309,64 +15417,47 @@ "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" + "number": "22.2.3.3" }, "definedIn": "heading" }, { - "id": "sec-wordcharacters", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "id": "sec-regexp-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "linkingText": [ - "WordCharacters(rer)" + "%RegExp%" ], "localLinkingText": [], - "type": "abstract-op", + "type": "interface", "for": [], "access": "public", "informative": false, "heading": { - "id": "sec-wordcharacters", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", - "title": "WordCharacters ( rer )", - "number": "22.2.3.2.4" + "id": "sec-regexp-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "title": "The RegExp Constructor", + "number": "22.2.4" }, - "definedIn": "heading" + "definedIn": "prose" }, { - "id": "sec-regexpcreate", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "id": "sec-regexp-pattern-flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", "linkingText": [ - "RegExpCreate(P, F)" + "RegExp(pattern, flags)" ], "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.5" - }, - "definedIn": "heading" - }, - { - "id": "sec-escaperegexppattern", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "linkingText": [ - "EscapeRegExpPattern(P, F)" + "type": "constructor", + "for": [ + "RegExp" ], - "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.6" + "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.4.1" }, "definedIn": "heading" }, @@ -15385,7 +15476,7 @@ "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" + "number": "22.2.6" }, "definedIn": "prose" }, @@ -15406,162 +15497,7 @@ "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-getstringindex", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", - "linkingText": [ - "GetStringIndex(S, codePointIndex)" - ], - "localLinkingText": [], - "type": "abstract-op", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "sec-getstringindex", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", - "title": "GetStringIndex ( S, codePointIndex )", - "number": "22.2.5.2.4" - }, - "definedIn": "heading" - }, - { - "id": "sec-match-records", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "linkingText": [ - "Match Record", - "Match Records" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "ECMAScript" - ], - "access": "public", - "informative": false, - "heading": { - "id": "sec-match-records", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "title": "Match Records", - "number": "22.2.5.2.5" - }, - "definedIn": "prose" - }, - { - "id": "sec-getmatchstring", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", - "linkingText": [ - "GetMatchString(S, match)" - ], - "localLinkingText": [], - "type": "abstract-op", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "sec-getmatchstring", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", - "title": "GetMatchString ( S, match )", - "number": "22.2.5.2.6" - }, - "definedIn": "heading" - }, - { - "id": "sec-getmatchindexpair", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", - "linkingText": [ - "GetMatchIndexPair(S, match)" - ], - "localLinkingText": [], - "type": "abstract-op", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "sec-getmatchindexpair", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", - "title": "GetMatchIndexPair ( S, match )", - "number": "22.2.5.2.7" - }, - "definedIn": "heading" - }, - { - "id": "sec-makematchindicesindexpairarray", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", - "linkingText": [ - "MakeMatchIndicesIndexPairArray(S, indices, groupNames, hasGroups)" - ], - "localLinkingText": [], - "type": "abstract-op", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "sec-makematchindicesindexpairarray", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", - "title": "MakeMatchIndicesIndexPairArray ( S, indices, groupNames, hasGroups )", - "number": "22.2.5.2.8" + "number": "22.2.6.2" }, "definedIn": "heading" }, @@ -15582,7 +15518,7 @@ "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" + "number": "22.2.6.3" }, "definedIn": "heading" }, @@ -15603,7 +15539,7 @@ "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" + "number": "22.2.6.4" }, "definedIn": "heading" }, @@ -15622,7 +15558,7 @@ "id": "sec-regexphasflag", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "title": "RegExpHasFlag ( R, codeUnit )", - "number": "22.2.5.4.1" + "number": "22.2.6.4.1" }, "definedIn": "heading" }, @@ -15643,7 +15579,7 @@ "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" + "number": "22.2.6.5" }, "definedIn": "heading" }, @@ -15664,7 +15600,7 @@ "id": "sec-get-regexp.prototype.hasIndices", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "title": "get RegExp.prototype.hasIndices", - "number": "22.2.5.6" + "number": "22.2.6.6" }, "definedIn": "heading" }, @@ -15685,7 +15621,7 @@ "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.7" + "number": "22.2.6.7" }, "definedIn": "heading" }, @@ -15706,7 +15642,7 @@ "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.10" + "number": "22.2.6.10" }, "definedIn": "heading" }, @@ -15727,7 +15663,26 @@ "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.13" + "number": "22.2.6.13" + }, + "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.6.13.1" }, "definedIn": "heading" }, @@ -15748,7 +15703,7 @@ "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.15" + "number": "22.2.6.15" }, "definedIn": "heading" }, @@ -15769,7 +15724,7 @@ "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.16" + "number": "22.2.6.16" }, "definedIn": "heading" }, @@ -15790,7 +15745,7 @@ "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.17" + "number": "22.2.6.17" }, "definedIn": "heading" }, @@ -15811,7 +15766,162 @@ "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.18" + "number": "22.2.6.18" + }, + "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.7.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.7.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.7.3" + }, + "definedIn": "heading" + }, + { + "id": "sec-getstringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "linkingText": [ + "GetStringIndex(S, codePointIndex)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getstringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "title": "GetStringIndex ( S, codePointIndex )", + "number": "22.2.7.4" + }, + "definedIn": "heading" + }, + { + "id": "sec-match-records", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "linkingText": [ + "Match Record", + "Match Records" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ECMAScript" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-match-records", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "title": "Match Records", + "number": "22.2.7.5" + }, + "definedIn": "prose" + }, + { + "id": "sec-getmatchstring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "linkingText": [ + "GetMatchString(S, match)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getmatchstring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "title": "GetMatchString ( S, match )", + "number": "22.2.7.6" + }, + "definedIn": "heading" + }, + { + "id": "sec-getmatchindexpair", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "linkingText": [ + "GetMatchIndexPair(S, match)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-getmatchindexpair", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "title": "GetMatchIndexPair ( S, match )", + "number": "22.2.7.7" + }, + "definedIn": "heading" + }, + { + "id": "sec-makematchindicesindexpairarray", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "linkingText": [ + "MakeMatchIndicesIndexPairArray(S, indices, groupNames, hasGroups)" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-makematchindicesindexpairarray", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "title": "MakeMatchIndicesIndexPairArray ( S, indices, groupNames, hasGroups )", + "number": "22.2.7.8" }, "definedIn": "heading" }, @@ -15830,7 +15940,7 @@ "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" + "number": "22.2.9.1" }, "definedIn": "heading" }, @@ -15849,7 +15959,7 @@ "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" + "number": "22.2.9.2" }, "definedIn": "prose" }, diff --git a/tr/dfns/fetch.json b/tr/dfns/fetch.json index 84aa6c315209..79f941e4397a 100644 --- a/tr/dfns/fetch.json +++ b/tr/dfns/fetch.json @@ -1782,7 +1782,7 @@ "id": "simple-range-header-value", "href": "https://fetch.spec.whatwg.org/#simple-range-header-value", "linkingText": [ - "simple range header value" + "parse a single range header value" ], "localLinkingText": [], "type": "dfn", @@ -8246,6 +8246,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-request-duplex", + "href": "https://fetch.spec.whatwg.org/#dom-request-duplex", + "linkingText": [ + "duplex" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Request" + ], + "access": "public", + "informative": false, + "heading": { + "id": "request-class", + "href": "https://fetch.spec.whatwg.org/#request-class", + "title": "Request class", + "number": "5.4" + }, + "definedIn": "prose" + }, { "id": "dom-request-clone", "href": "https://fetch.spec.whatwg.org/#dom-request-clone", diff --git a/tr/dfns/fido-v2.1.json b/tr/dfns/fido-v2.1.json new file mode 100644 index 000000000000..54a3fa5bda04 --- /dev/null +++ b/tr/dfns/fido-v2.1.json @@ -0,0 +1,3765 @@ +{ + "spec": { + "title": "Client to Authenticator Protocol (CTAP)", + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "dfns": [ + { + "id": "relying-party", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#relying-party", + "linkingText": [ + "Relying Party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "intro", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#intro", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "superseded", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#superseded", + "linkingText": [ + "superseded" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "relationship-to-other-specifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#relationship-to-other-specifications", + "title": "Relationship to Other Specifications", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "credentialid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credentialid", + "linkingText": [ + "credentialID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "references-by-other-specifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#references-by-other-specifications", + "title": "Data Elements Referenced by Other Specifications", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "authenticator-operation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-operation", + "linkingText": [ + "authenticator operation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "protocol-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#protocol-structure", + "title": "Protocol Structure", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "built-in-user-verification-method", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#built-in-user-verification-method", + "linkingText": [ + "Built-in User Verification method" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "evidence-of-user-interaction", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#evidence-of-user-interaction", + "linkingText": [ + "Evidence of user interaction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "user-presence", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-presence", + "linkingText": [ + "user presence" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "user-consent", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-consent", + "linkingText": [ + "user consent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "nfc-nfc-userpresent-flag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-nfc-userpresent-flag", + "linkingText": [ + "NFC userPresent flag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "nfc" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "nfc-nfc-user-presence-maximum-time-limit", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-nfc-user-presence-maximum-time-limit", + "linkingText": [ + "NFC user presence maximum time limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "nfc" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "pre-flight", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pre-flight", + "linkingText": [ + "pre-flight" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "protected-by-some-form-of-user-verification", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#protected-by-some-form-of-user-verification", + "linkingText": [ + "Protected by some form of User Verification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "some-form-of-user-verification", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#some-form-of-user-verification", + "linkingText": [ + "Some form of User Verification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "user-action-timeout", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-action-timeout", + "linkingText": [ + "User action timeout" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "title": "Terminology", + "number": "5" + }, + "definedIn": "dt" + }, + { + "id": "stateful-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#stateful-commands", + "linkingText": [ + "stateful commands" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticator-api", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-api", + "title": "Authenticator API", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "state-initializing-command", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#state-initializing-command", + "linkingText": [ + "state initializing command" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticator-api", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-api", + "title": "Authenticator API", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "makecred-input-parameters", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-input-parameters", + "linkingText": [ + "input parameters" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "makecred-rpid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-rpid", + "linkingText": [ + "rp.id" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-pubkeycredparams", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pubkeycredparams", + "linkingText": [ + "pubKeyCredParams" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-excludelist", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-excludelist", + "linkingText": [ + "excludeList" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-extensions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-extensions", + "linkingText": [ + "extensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-options", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-pinuvauthparam", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pinuvauthparam", + "linkingText": [ + "pinUvAuthParam" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-pinuvauthprotocol", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pinuvauthprotocol", + "linkingText": [ + "pinUvAuthProtocol" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-enterpriseattestation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-enterpriseattestation", + "linkingText": [ + "enterpriseAttestation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "enterprise-attestation-capable", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-capable", + "linkingText": [ + "enterprise attestation capable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-option-key", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-option-key", + "linkingText": [ + "Option Key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-rk", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-rk", + "linkingText": [ + "rk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-up", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-up", + "linkingText": [ + "up" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "makecred-uv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-uv", + "linkingText": [ + "uv" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "makeCred" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + "definedIn": "table" + }, + { + "id": "authenticatormakecredential-response-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatormakecredential-response-structure", + "linkingText": [ + "authenticatorMakeCredential response structure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-makeCred-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-authnr-alg", + "title": "authenticatorMakeCredential Algorithm", + "number": "6.1.2" + }, + "definedIn": "prose" + }, + { + "id": "epatt", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#epatt", + "linkingText": [ + "epAtt" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-makeCred-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-authnr-alg", + "title": "authenticatorMakeCredential Algorithm", + "number": "6.1.2" + }, + "definedIn": "table" + }, + { + "id": "discoverable", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#discoverable", + "linkingText": [ + "Discoverable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-discoverable", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-discoverable", + "title": "Discoverable credentials", + "number": "6.1.3" + }, + "definedIn": "heading" + }, + { + "id": "non-discoverable-credentials", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#non-discoverable-credentials", + "linkingText": [ + "non-discoverable credentials" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-discoverable", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-discoverable", + "title": "Discoverable credentials", + "number": "6.1.3" + }, + "definedIn": "prose" + }, + { + "id": "getassert-input-parameters", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-input-parameters", + "linkingText": [ + "input parameters" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "getassert-rpid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-rpid", + "linkingText": [ + "rpId" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-allowlist", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-allowlist", + "linkingText": [ + "allowList" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-extensions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-extensions", + "linkingText": [ + "extensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-options", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-pinuvauthparam", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-pinuvauthparam", + "linkingText": [ + "pinUvAuthParam" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-pinuvauthprotocol", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-pinuvauthprotocol", + "linkingText": [ + "pinUvAuthProtocol" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-option-key", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-option-key", + "linkingText": [ + "Option Key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-up", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-up", + "linkingText": [ + "up" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-uv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-uv", + "linkingText": [ + "uv" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "table" + }, + { + "id": "getassert-rk", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-rk", + "linkingText": [ + "rk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": true, + "heading": { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + "definedIn": "note" + }, + { + "id": "getassert-applicable-credentials-list", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-applicable-credentials-list", + "linkingText": [ + "applicable credentials list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getAssert" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-getAssert-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-authnr-alg", + "title": "authenticatorGetAssertion Algorithm", + "number": "6.2.2" + }, + "definedIn": "prose" + }, + { + "id": "authenticatorgetassertion-response-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorgetassertion-response-structure", + "linkingText": [ + "authenticatorGetAssertion response structure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-getAssert-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-authnr-alg", + "title": "authenticatorGetAssertion Algorithm", + "number": "6.2.2" + }, + "definedIn": "prose" + }, + { + "id": "getinfo-authenticatorgetinfo-response-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-authenticatorgetinfo-response-structure", + "linkingText": [ + "authenticatorGetInfo response structure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "getinfo-versions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-versions", + "linkingText": [ + "versions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-extensions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-extensions", + "linkingText": [ + "extensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-aaguid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-aaguid", + "linkingText": [ + "aaguid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-options", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-pinuvauthprotocols", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-pinuvauthprotocols", + "linkingText": [ + "pinUvAuthProtocols" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-transports", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-transports", + "linkingText": [ + "transports" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-maxserializedlargeblobarray", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-maxserializedlargeblobarray", + "linkingText": [ + "maxSerializedLargeBlobArray" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-forcepinchange", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-forcepinchange", + "linkingText": [ + "forcePINChange" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-minpinlength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-minpinlength", + "linkingText": [ + "minPINLength" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "current-minimum-pin-length", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#current-minimum-pin-length", + "linkingText": [ + "current minimum PIN length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "pre-configured-minimum-pin-length", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pre-configured-minimum-pin-length", + "linkingText": [ + "pre-configured minimum PIN length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "setminpinlength-pre-configured-list-of-rp-ids-authorized-to-receive", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setminpinlength-pre-configured-list-of-rp-ids-authorized-to-receive", + "linkingText": [ + "pre-configured list of RP IDs authorized to receive" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "setMinPINLength" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-maxcredbloblength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-maxcredbloblength", + "linkingText": [ + "maxCredBlobLength" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-preferredplatformuvattempts", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-preferredplatformuvattempts", + "linkingText": [ + "preferredPlatformUvAttempts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-certifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-certifications", + "linkingText": [ + "certifications" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-vendorprototypeconfigcommands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-vendorprototypeconfigcommands", + "linkingText": [ + "vendorPrototypeConfigCommands" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "option-id", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#option-id", + "linkingText": [ + "Option ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-rk", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-rk", + "linkingText": [ + "rk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-clientpin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-clientpin", + "linkingText": [ + "clientPin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-uv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uv", + "linkingText": [ + "uv" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-pinuvauthtoken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-pinuvauthtoken", + "linkingText": [ + "pinUvAuthToken" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-nomcgapermissionswithclientpin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-nomcgapermissionswithclientpin", + "linkingText": [ + "noMcGaPermissionsWithClientPin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-largeblobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-largeblobs", + "linkingText": [ + "largeBlobs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-ep", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-ep", + "linkingText": [ + "ep" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "enterprise-attestation-is-enabled", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-is-enabled", + "linkingText": [ + "enterprise attestation is enabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "enterprise-attestation-is-disabled", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-is-disabled", + "linkingText": [ + "enterprise attestation is disabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-bioenroll", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-bioenroll", + "linkingText": [ + "bioEnroll" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-userverificationmgmtpreview", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-userverificationmgmtpreview", + "linkingText": [ + "userVerificationMgmtPreview" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-uvbioenroll", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uvbioenroll", + "linkingText": [ + "uvBioEnroll" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-authnrcfg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-authnrcfg", + "linkingText": [ + "authnrCfg" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-uvacfg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uvacfg", + "linkingText": [ + "uvAcfg" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-credmgmt", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-credmgmt", + "linkingText": [ + "credMgmt" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-credentialmgmtpreview", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-credentialmgmtpreview", + "linkingText": [ + "credentialMgmtPreview" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-setminpinlength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-setminpinlength", + "linkingText": [ + "setMinPINLength" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-makecreduvnotrqd", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-makecreduvnotrqd", + "linkingText": [ + "makeCredUvNotRqd" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "getinfo-alwaysuv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-alwaysuv", + "linkingText": [ + "alwaysUv" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "getInfo" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "alwaysuv-feature-is-enabled", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#alwaysuv-feature-is-enabled", + "linkingText": [ + "alwaysUv feature is enabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "alwaysuv-feature-is-disabled", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#alwaysuv-feature-is-disabled", + "linkingText": [ + "alwaysUv feature is disabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + "definedIn": "table" + }, + { + "id": "pin-uv-auth-protocol", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pin-uv-auth-protocol", + "linkingText": [ + "PIN/UV auth protocol" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorClientPIN", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorClientPIN", + "title": "authenticatorClientPIN (0x06)", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-pinuvauthtoken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-pinuvauthtoken", + "linkingText": [ + "pinUvAuthToken" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorClientPIN", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorClientPIN", + "title": "authenticatorClientPIN (0x06)", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-state-variables", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-state-variables", + "linkingText": [ + "state variables" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-usage-timer", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-usage-timer", + "linkingText": [ + "usage timer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-in-use-flag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-in-use-flag", + "linkingText": [ + "in use flag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-not-in-use", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-not-in-use", + "linkingText": [ + "not in use" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-in-use", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-in-use", + "linkingText": [ + "in use" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-initial-usage-time-limit", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-initial-usage-time-limit", + "linkingText": [ + "initial usage time limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-rolling-timer", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-rolling-timer", + "linkingText": [ + "rolling timer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-user-present-time-limit", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-user-present-time-limit", + "linkingText": [ + "user present time limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-max-usage-time-period", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-max-usage-time-period", + "linkingText": [ + "max usage time period" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-userverified-flag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-userverified-flag", + "linkingText": [ + "userVerified flag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "puatoken-userpresent-flag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-userpresent-flag", + "linkingText": [ + "userPresent flag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAToken" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + "definedIn": "prose" + }, + { + "id": "pinretries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinretries", + "linkingText": [ + "pinRetries" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + "definedIn": "prose" + }, + { + "id": "uvretries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uvretries", + "linkingText": [ + "uvRetries" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + "definedIn": "prose" + }, + { + "id": "maxuvretries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxuvretries", + "linkingText": [ + "maxUvRetries" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + "definedIn": "prose" + }, + { + "id": "maxuvattemptsforinternalretries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxuvattemptsforinternalretries", + "linkingText": [ + "maxUvAttemptsForInternalRetries" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + "definedIn": "prose" + }, + { + "id": "internalretry", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#internalretry", + "linkingText": [ + "internalRetry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + "definedIn": "prose" + }, + { + "id": "performbuiltinuv-internalretry", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#performbuiltinuv-internalretry", + "linkingText": [ + "performBuiltInUv(internalRetry)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-builtinuv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-builtinuv", + "title": "Perform Built-in User Verification Algorithm", + "number": "6.5.3.1" + }, + "definedIn": "prose" + }, + { + "id": "pinuvauthprotocol-beginusingpinuvauthtoken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-beginusingpinuvauthtoken", + "linkingText": [ + "beginUsingPinUvAuthToken" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-pinuvauthtokenusagetimerobserver", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-pinuvauthtokenusagetimerobserver", + "linkingText": [ + "pinUvAuthTokenUsageTimerObserver" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-getuserpresentflagvalue", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getuserpresentflagvalue", + "linkingText": [ + "getUserPresentFlagValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-getuserverifiedflagvalue", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getuserverifiedflagvalue", + "linkingText": [ + "getUserVerifiedFlagValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-clearuserpresentflag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearuserpresentflag", + "linkingText": [ + "clearUserPresentFlag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-clearuserverifiedflag", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearuserverifiedflag", + "linkingText": [ + "clearUserVerifiedFlag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-clearpinuvauthtokenpermissionsexceptlbw", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearpinuvauthtokenpermissionsexceptlbw", + "linkingText": [ + "clearPinUvAuthTokenPermissionsExceptLbw" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-stopusingpinuvauthtoken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-stopusingpinuvauthtoken", + "linkingText": [ + "stopUsingPinUvAuthToken" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-initialize", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-initialize", + "linkingText": [ + "initialize" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-regenerate", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-regenerate", + "linkingText": [ + "regenerate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-resetpinuvauthtoken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-resetpinuvauthtoken", + "linkingText": [ + "resetPinUvAuthToken" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-getpublickey", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getpublickey", + "linkingText": [ + "getPublicKey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-decapsulate", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-decapsulate", + "linkingText": [ + "decapsulate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-decrypt", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-decrypt", + "linkingText": [ + "decrypt" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-verify", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-verify", + "linkingText": [ + "verify" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-encapsulate", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-encapsulate", + "linkingText": [ + "encapsulate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-encrypt", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-encrypt", + "linkingText": [ + "encrypt" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "pinuvauthprotocol-authenticate", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-authenticate", + "linkingText": [ + "authenticate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pinUvAuthProtocol" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + "definedIn": "dt" + }, + { + "id": "authenticatorclientpin-pinuvauthprotocol", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorclientpin-pinuvauthprotocol", + "linkingText": [ + "pinUvAuthProtocol" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authenticatorClientPIN" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-cmd-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-cmd-dfn", + "title": "authenticatorClientPIN (0x06) Command Definition", + "number": "6.5.5" + }, + "definedIn": "table" + }, + { + "id": "perms-param-permissions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#perms-param-permissions", + "linkingText": [ + "permissions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "perms-param" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-cmd-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-cmd-dfn", + "title": "authenticatorClientPIN (0x06) Command Definition", + "number": "6.5.5" + }, + "definedIn": "table" + }, + { + "id": "authenticatorclientpin-rpid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorclientpin-rpid", + "linkingText": [ + "rpId" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authenticatorClientPIN" + ], + "access": "private", + "informative": false, + "heading": { + "id": "authnrClientPin-cmd-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-cmd-dfn", + "title": "authenticatorClientPIN (0x06) Command Definition", + "number": "6.5.5" + }, + "definedIn": "table" + }, + { + "id": "platform-key-agreement-key", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#platform-key-agreement-key", + "linkingText": [ + "platform key-agreement key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingSharedSecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingSharedSecret", + "title": "Obtaining the Shared Secret", + "number": "6.5.5.4" + }, + "definedIn": "prose" + }, + { + "id": "shared-secret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#shared-secret", + "linkingText": [ + "shared secret" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingSharedSecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingSharedSecret", + "title": "Obtaining the Shared Secret", + "number": "6.5.5.4" + }, + "definedIn": "prose" + }, + { + "id": "pincodepointlength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pincodepointlength", + "linkingText": [ + "PINCodePointLength" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "settingNewPin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#settingNewPin", + "title": "Setting a New PIN", + "number": "6.5.5.5" + }, + "definedIn": "prose" + }, + { + "id": "currentstoredpin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#currentstoredpin", + "linkingText": [ + "CurrentStoredPIN" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "settingNewPin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#settingNewPin", + "title": "Setting a New PIN", + "number": "6.5.5.5" + }, + "definedIn": "prose" + }, + { + "id": "permissions-rp-id", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#permissions-rp-id", + "linkingText": [ + "permissions RP ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "prose" + }, + { + "id": "pinuvauthtoken-permissions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthtoken-permissions", + "linkingText": [ + "pinUvAuthToken permissions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "prose" + }, + { + "id": "mc", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#mc", + "linkingText": [ + "mc" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "ga", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ga", + "linkingText": [ + "ga" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "cm", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cm", + "linkingText": [ + "cm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "be", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#be", + "linkingText": [ + "be" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "lbw", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#lbw", + "linkingText": [ + "lbw" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "acfg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#acfg", + "linkingText": [ + "acfg" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "table" + }, + { + "id": "default-permissions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#default-permissions", + "linkingText": [ + "default permissions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + "definedIn": "prose" + }, + { + "id": "puap1keyagmnt-key-agreement-key", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puap1keyagmnt-key-agreement-key", + "linkingText": [ + "Key agreement key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAP1KeyAgmnt" + ], + "access": "private", + "informative": false, + "heading": { + "id": "pinProto1", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto1", + "title": "PIN/UV Auth Protocol One", + "number": "6.5.6" + }, + "definedIn": "prose" + }, + { + "id": "puap1keyagmnt-public-point", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puap1keyagmnt-public-point", + "linkingText": [ + "public point" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PUAP1KeyAgmnt" + ], + "access": "private", + "informative": false, + "heading": { + "id": "pinProto1", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto1", + "title": "PIN/UV Auth Protocol One", + "number": "6.5.6" + }, + "definedIn": "prose" + }, + { + "id": "templatefriendlyname", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#templatefriendlyname", + "linkingText": [ + "templateFriendlyName" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorBioEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollment", + "title": "authenticatorBioEnrollment (0x09)", + "number": "6.7" + }, + "definedIn": "table" + }, + { + "id": "maxtemplatefriendlyname", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxtemplatefriendlyname", + "linkingText": [ + "maxTemplateFriendlyName" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorBioEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollment", + "title": "authenticatorBioEnrollment (0x09)", + "number": "6.7" + }, + "definedIn": "table" + }, + { + "id": "opaque-large-blob-data", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#opaque-large-blob-data", + "linkingText": [ + "opaque large-blob data" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorLargeBlobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "title": "authenticatorLargeBlobs (0x0C)", + "number": "6.10" + }, + "definedIn": "prose" + }, + { + "id": "large-blob-array", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob-array", + "linkingText": [ + "large-blob array" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorLargeBlobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "title": "authenticatorLargeBlobs (0x0C)", + "number": "6.10" + }, + "definedIn": "prose" + }, + { + "id": "serialized-large-blob-array", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#serialized-large-blob-array", + "linkingText": [ + "serialized large-blob array" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorLargeBlobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "title": "authenticatorLargeBlobs (0x0C)", + "number": "6.10" + }, + "definedIn": "prose" + }, + { + "id": "initial-serialized-large-blob-array", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#initial-serialized-large-blob-array", + "linkingText": [ + "initial serialized large-blob array" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorLargeBlobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "title": "authenticatorLargeBlobs (0x0C)", + "number": "6.10" + }, + "definedIn": "prose" + }, + { + "id": "config", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#config", + "linkingText": [ + "config" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "largeBlobsRW", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeBlobsRW", + "title": "Reading and writing serialised data", + "number": "6.10.2" + }, + "definedIn": "table" + }, + { + "id": "large-blob-map", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob-map", + "linkingText": [ + "large-blob map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "large-blob", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob", + "title": "Large, per-credential blobs", + "number": "6.10.3" + }, + "definedIn": "prose" + }, + { + "id": "largeblobmapconform", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeblobmapconform", + "linkingText": [ + "largeBlobMapConform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "large-blob", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob", + "title": "Large, per-credential blobs", + "number": "6.10.3" + }, + "definedIn": "prose" + }, + { + "id": "currently-defined-authenticatorconfig-subcommands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#currently-defined-authenticatorconfig-subcommands", + "linkingText": [ + "currently defined authenticatorConfig subcommands" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "authenticatorConfig", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorConfig", + "title": "authenticatorConfig (0x0D)", + "number": "6.11" + }, + "definedIn": "prose" + }, + { + "id": "authconfig-vendorcommandid", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-vendorcommandid", + "linkingText": [ + "vendorCommandId" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authConfig" + ], + "access": "private", + "informative": false, + "heading": { + "id": "vendorPrototype", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#vendorPrototype", + "title": "Vendor Prototype Command", + "number": "6.11.3" + }, + "definedIn": "table" + }, + { + "id": "authconfig-newminpinlength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-newminpinlength", + "linkingText": [ + "newMinPINLength" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authConfig" + ], + "access": "private", + "informative": false, + "heading": { + "id": "setMinPINLength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setMinPINLength", + "title": "Setting a minimum PIN Length", + "number": "6.11.4" + }, + "definedIn": "table" + }, + { + "id": "authconfig-minpinlengthrpids", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-minpinlengthrpids", + "linkingText": [ + "minPinLengthRPIDs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authConfig" + ], + "access": "private", + "informative": false, + "heading": { + "id": "setMinPINLength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setMinPINLength", + "title": "Setting a minimum PIN Length", + "number": "6.11.4" + }, + "definedIn": "table" + }, + { + "id": "authconfig-forcechangepin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-forcechangepin", + "linkingText": [ + "forceChangePin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "authConfig" + ], + "access": "private", + "informative": false, + "heading": { + "id": "setMinPINLength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setMinPINLength", + "title": "Setting a minimum PIN Length", + "number": "6.11.4" + }, + "definedIn": "table" + }, + { + "id": "enterprise", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise", + "linkingText": [ + "enterprise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "title": "Enterprise Attestation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "enterprise-context", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-context", + "linkingText": [ + "enterprise context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "title": "Enterprise Attestation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "vendor-facilitated-enterprise-attestation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#vendor-facilitated-enterprise-attestation", + "linkingText": [ + "Vendor-facilitated enterprise attestation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "title": "Enterprise Attestation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "entpattstn-pre-configured-rp-id-list", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#entpattstn-pre-configured-rp-id-list", + "linkingText": [ + "pre-configured RP ID list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entpAttstn" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "title": "Enterprise Attestation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "platform-managed-enterprise-attestation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#platform-managed-enterprise-attestation", + "linkingText": [ + "Platform-managed enterprise attestation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "title": "Enterprise Attestation", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "ctap2-canonical-cbor-encoding-form", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ctap2-canonical-cbor-encoding-form", + "linkingText": [ + "CTAP2 canonical CBOR encoding form" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "message-encoding", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#message-encoding", + "title": "Message Encoding", + "number": "8" + }, + "definedIn": "prose" + }, + { + "id": "uint8", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint8", + "linkingText": [ + "uint8" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "utility-functions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#utility-functions", + "title": "Utility functions", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "uint32littleendian", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint32littleendian", + "linkingText": [ + "uint32LittleEndian" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "utility-functions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#utility-functions", + "title": "Utility functions", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "uint64littleendian", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint64littleendian", + "linkingText": [ + "uint64LittleEndian" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "utility-functions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#utility-functions", + "title": "Utility functions", + "number": "8.3" + }, + "definedIn": "dt" + }, + { + "id": "fido-interfaces", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fido-interfaces", + "linkingText": [ + "FIDO interfaces" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-secure-interaction", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-secure-interaction", + "title": "Secure protocol implementation", + "number": "11.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-authenticationextensionsclientinputs-credentialprotectionpolicy", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-credentialprotectionpolicy", + "linkingText": [ + "credentialProtectionPolicy" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "title": "Feature detection", + "number": "12.1.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientinputs-enforcecredentialprotectionpolicy", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-enforcecredentialprotectionpolicy", + "linkingText": [ + "enforceCredentialProtectionPolicy" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "title": "Feature detection", + "number": "12.1.1" + }, + "definedIn": "pre" + }, + { + "id": "userverificationoptional", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationoptional", + "linkingText": [ + "userVerificationOptional" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "title": "Feature detection", + "number": "12.1.1" + }, + "definedIn": "prose" + }, + { + "id": "userverificationoptionalwithcredentialidlist", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationoptionalwithcredentialidlist", + "linkingText": [ + "userVerificationOptionalWithCredentialIDList" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "title": "Feature detection", + "number": "12.1.1" + }, + "definedIn": "prose" + }, + { + "id": "userverificationrequired", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationrequired", + "linkingText": [ + "userVerificationRequired" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "title": "Feature detection", + "number": "12.1.1" + }, + "definedIn": "prose" + }, + { + "id": "credprotect-value", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credprotect-value", + "linkingText": [ + "credProtect value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#title", + "title": "Client to Authenticator Protocol (CTAP)" + }, + "definedIn": "prose" + }, + { + "id": "credblob-value", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credblob-value", + "linkingText": [ + "credBlob value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-credBlob-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credBlob-extension", + "title": "Credential Blob (credBlob)", + "number": "12.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-authenticationextensionsclientinputs-credblob", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-credblob", + "linkingText": [ + "credBlob" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "credBlobFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credBlobFeatureDetection", + "title": "Feature detection", + "number": "12.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientinputs-getcredblob", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-getcredblob", + "linkingText": [ + "getCredBlob" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "credBlobFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credBlobFeatureDetection", + "title": "Feature detection", + "number": "12.2.1" + }, + "definedIn": "pre" + }, + { + "id": "largeblobkey", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeblobkey", + "linkingText": [ + "largeBlobKey" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sctn-largeBlobKey-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-largeBlobKey-extension", + "title": "Large Blob Key (largeBlobKey)", + "number": "12.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-authenticationextensionsclientinputs-minpinlength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-minpinlength", + "linkingText": [ + "minPinLength" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-minpinlength-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-minpinlength-extension", + "title": "Minimum PIN Length Extension (minPinLength)", + "number": "12.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientinputs-hmaccreatesecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-hmaccreatesecret", + "linkingText": [ + "hmacCreateSecret" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-hmacgetsecretinput", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dictdef-hmacgetsecretinput", + "linkingText": [ + "HMACGetSecretInput" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-hmacgetsecretinput-salt1", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretinput-salt1", + "linkingText": [ + "salt1" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "HMACGetSecretInput" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-hmacgetsecretinput-salt2", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretinput-salt2", + "linkingText": [ + "salt2" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "HMACGetSecretInput" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientinputs-hmacgetsecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-hmacgetsecret", + "linkingText": [ + "hmacGetSecret" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientInputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientoutputs-hmaccreatesecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientoutputs-hmaccreatesecret", + "linkingText": [ + "hmacCreateSecret" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientOutputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-hmacgetsecretoutput", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dictdef-hmacgetsecretoutput", + "linkingText": [ + "HMACGetSecretOutput" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-hmacgetsecretoutput-output1", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretoutput-output1", + "linkingText": [ + "output1" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "HMACGetSecretOutput" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-hmacgetsecretoutput-output2", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretoutput-output2", + "linkingText": [ + "output2" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "HMACGetSecretOutput" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-authenticationextensionsclientoutputs-hmacgetsecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientoutputs-hmacgetsecret", + "linkingText": [ + "hmacGetSecret" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuthenticationExtensionsClientOutputs" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/fs.json b/tr/dfns/fs.json index 791560e052b7..9f3cb9835a41 100644 --- a/tr/dfns/fs.json +++ b/tr/dfns/fs.json @@ -167,6 +167,90 @@ }, "definedIn": "prose" }, + { + "id": "file-entry-lock", + "href": "https://fs.spec.whatwg.org/#file-entry-lock", + "linkingText": [ + "lock" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file-entry-shared-lock-count", + "href": "https://fs.spec.whatwg.org/#file-entry-shared-lock-count", + "linkingText": [ + "shared lock count" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file-entry-lock-take", + "href": "https://fs.spec.whatwg.org/#file-entry-lock-take", + "linkingText": [ + "take" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry/lock" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file-entry-lock-release", + "href": "https://fs.spec.whatwg.org/#file-entry-lock-release", + "linkingText": [ + "release" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry/lock" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, { "id": "directory", "href": "https://fs.spec.whatwg.org/#directory", @@ -580,6 +664,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-filesystemfilehandle-createsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createsyncaccesshandle", + "linkingText": [ + "createSyncAccessHandle()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemFileHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle-createsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createsyncaccesshandle", + "title": "The createSyncAccessHandle() method", + "number": "2.3.3" + }, + "definedIn": "prose" + }, { "id": "dictdef-filesystemgetfileoptions", "href": "https://fs.spec.whatwg.org/#dictdef-filesystemgetfileoptions", @@ -1430,6 +1535,405 @@ }, "definedIn": "prose" }, + { + "id": "dictdef-filesystemreadwriteoptions", + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemreadwriteoptions", + "linkingText": [ + "FileSystemReadWriteOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemreadwriteoptions-at", + "href": "https://fs.spec.whatwg.org/#dom-filesystemreadwriteoptions-at", + "linkingText": [ + "at" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "FileSystemReadWriteOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle", + "linkingText": [ + "FileSystemSyncAccessHandle" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-read", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read", + "linkingText": [ + "read(buffer, options)", + "read(buffer)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-read-buffer-options-buffer", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-options-buffer", + "linkingText": [ + "buffer" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemSyncAccessHandle/read(buffer, options)", + "FileSystemSyncAccessHandle/read(buffer)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-read-buffer-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemSyncAccessHandle/read(buffer, options)", + "FileSystemSyncAccessHandle/read(buffer)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-write", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write", + "linkingText": [ + "write(buffer, options)", + "write(buffer)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-write-buffer-options-buffer", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-options-buffer", + "linkingText": [ + "buffer" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemSyncAccessHandle/write(buffer, options)", + "FileSystemSyncAccessHandle/write(buffer)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-write-buffer-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemSyncAccessHandle/write(buffer, options)", + "FileSystemSyncAccessHandle/write(buffer)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemsyncaccesshandle-truncate-newsize-newsize", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-truncate-newsize-newsize", + "linkingText": [ + "newSize" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemSyncAccessHandle/truncate(newSize)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "filesystemsyncaccesshandle-file", + "href": "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle-file", + "linkingText": [ + "[[file]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "prose" + }, + { + "id": "filesystemsyncaccesshandle-state", + "href": "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle-state", + "linkingText": [ + "[[state]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "prose" + }, + { + "id": "create-a-new-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#create-a-new-filesystemsyncaccesshandle", + "linkingText": [ + "create a new FileSystemSyncAccessHandle" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-read-buffer-filesystemreadwriteoptions-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-filesystemreadwriteoptions-options", + "linkingText": [ + "read(buffer, FileSystemReadWriteOptions: options)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-read", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-read", + "title": "The read() method", + "number": "2.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-write-buffer-filesystemreadwriteoptions-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-filesystemreadwriteoptions-options", + "linkingText": [ + "write(buffer, FileSystemReadWriteOptions: options)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-write", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-write", + "title": "The write() method", + "number": "2.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-truncate", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-truncate", + "linkingText": [ + "truncate(newSize)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-truncate", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-truncate", + "title": "The truncate() method", + "number": "2.6.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-getsize", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-getsize", + "linkingText": [ + "getSize()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-getsize", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-getsize", + "title": "The getSize() method", + "number": "2.6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-flush", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-flush", + "linkingText": [ + "flush()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-flush", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-flush", + "title": "The flush() method", + "number": "2.6.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemsyncaccesshandle-close", + "href": "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-close", + "linkingText": [ + "close()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemSyncAccessHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemsyncaccesshandle-close", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-close", + "title": "The close() method", + "number": "2.6.6" + }, + "definedIn": "prose" + }, { "id": "origin-private-file-system", "href": "https://fs.spec.whatwg.org/#origin-private-file-system", diff --git a/tr/dfns/html-aria.json b/tr/dfns/html-aria.json index bc5053e29010..5507f8b8c447 100644 --- a/tr/dfns/html-aria.json +++ b/tr/dfns/html-aria.json @@ -57,7 +57,7 @@ "id": "document-conformance-requirements-for-use-of-aria-attributes-in-html", "href": "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", "title": "Document conformance requirements for use of ARIA attributes in HTML", - "number": "3" + "number": "4" }, "definedIn": "prose" }, @@ -76,7 +76,26 @@ "id": "document-conformance-requirements-for-use-of-aria-attributes-in-html", "href": "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", "title": "Document conformance requirements for use of ARIA attributes in HTML", - "number": "3" + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-naming-prohibited", + "href": "https://www.w3.org/TR/html-aria/#dfn-naming-prohibited", + "linkingText": [ + "Naming prohibited" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "document-conformance-requirements-for-use-of-aria-attributes-in-html", + "href": "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", + "title": "Document conformance requirements for use of ARIA attributes in HTML", + "number": "4" }, "definedIn": "prose" }, @@ -95,7 +114,7 @@ "id": "document-conformance-requirements-for-use-of-aria-attributes-in-html", "href": "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", "title": "Document conformance requirements for use of ARIA attributes in HTML", - "number": "3" + "number": "4" }, "definedIn": "prose" } diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 653da5c8cfd5..dd7c485960a2 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -87703,6 +87703,27 @@ }, "definedIn": "prose" }, + { + "id": "fetching-scripts-processcustomfetchresponse", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-processcustomfetchresponse", + "linkingText": [ + "processCustomFetchResponse" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "fetching scripts" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetching-scripts", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts", + "title": "Fetching scripts", + "number": "8.1.4.2" + }, + "definedIn": "prose" + }, { "id": "fetch-a-classic-script", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script", diff --git a/tr/dfns/remote-playback.json b/tr/dfns/remote-playback.json index 843cd6a734ca..825efb27217b 100644 --- a/tr/dfns/remote-playback.json +++ b/tr/dfns/remote-playback.json @@ -4,25 +4,6 @@ "url": "https://www.w3.org/TR/remote-playback/" }, "dfns": [ - { - "id": "dfn-user-agent", - "href": "https://www.w3.org/TR/remote-playback/#dfn-user-agent", - "linkingText": [ - "user agent" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "conformance", - "href": "https://www.w3.org/TR/remote-playback/#conformance", - "title": "Conformance", - "number": "1" - }, - "definedIn": "prose" - }, { "id": "dfn-media-mirroring", "href": "https://www.w3.org/TR/remote-playback/#dfn-media-mirroring", @@ -212,7 +193,7 @@ "title": "RemotePlayback interface", "number": "5.2" }, - "definedIn": "prose" + "definedIn": "heading" }, { "id": "dom-remoteplaybackstate", @@ -290,6 +271,32 @@ }, "definedIn": "prose" }, + { + "id": "dom-remoteplayback-watchavailability", + "href": "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-watchavailability", + "linkingText": [ + "watchAvailability()", + "watchAvailability(callback)" + ], + "localLinkingText": [ + "RemotePlayback.watchAvailability", + "RemotePlayback.watchAvailability()", + "watchAvailability" + ], + "type": "method", + "for": [ + "RemotePlayback" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-set-of-availability-callbacks", + "href": "https://www.w3.org/TR/remote-playback/#the-set-of-availability-callbacks", + "title": "The set of availability callbacks", + "number": "5.2.1.1" + }, + "definedIn": "prose" + }, { "id": "dfn-global-set-of-availability-callbacks", "href": "https://www.w3.org/TR/remote-playback/#dfn-global-set-of-availability-callbacks", @@ -442,32 +449,6 @@ }, "definedIn": "prose" }, - { - "id": "dom-remoteplayback-watchavailability", - "href": "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-watchavailability", - "linkingText": [ - "watchAvailability()", - "watchAvailability(callback)" - ], - "localLinkingText": [ - "RemotePlayback.watchAvailability", - "RemotePlayback.watchAvailability()", - "watchAvailability" - ], - "type": "method", - "for": [ - "RemotePlayback" - ], - "access": "public", - "informative": false, - "heading": { - "id": "getting-the-remote-playback-devices-availability-information", - "href": "https://www.w3.org/TR/remote-playback/#getting-the-remote-playback-devices-availability-information", - "title": "Getting the remote playback devices availability information", - "number": "5.2.1.3" - }, - "definedIn": "prose" - }, { "id": "dfn-monitor-the-list-of-available-remote-playback-devices", "href": "https://www.w3.org/TR/remote-playback/#dfn-monitor-the-list-of-available-remote-playback-devices", @@ -597,7 +578,7 @@ "title": "The state attribute", "number": "5.2.3" }, - "definedIn": "prose" + "definedIn": "heading" }, { "id": "dom-remoteplaybackstate-connecting", diff --git a/tr/dfns/screen-capture.json b/tr/dfns/screen-capture.json index 2786de9060ff..e70fea308c51 100644 --- a/tr/dfns/screen-capture.json +++ b/tr/dfns/screen-capture.json @@ -224,6 +224,25 @@ }, "definedIn": "dt" }, + { + "id": "dfn-capture-session", + "href": "https://www.w3.org/TR/screen-capture/#dfn-capture-session", + "linkingText": [ + "capture-session" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "mediadevices-additions", + "href": "https://www.w3.org/TR/screen-capture/#mediadevices-additions", + "title": "MediaDevices Additions", + "number": "5.1" + }, + "definedIn": "prose" + }, { "id": "dfn-width", "href": "https://www.w3.org/TR/screen-capture/#dfn-width", @@ -471,6 +490,71 @@ }, "definedIn": "prose" }, + { + "id": "dom-capturecontroller", + "href": "https://www.w3.org/TR/screen-capture/#dom-capturecontroller", + "linkingText": [ + "CaptureController" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "capturecontroller", + "href": "https://www.w3.org/TR/screen-capture/#capturecontroller", + "title": "CaptureController", + "number": "5.4.2" + }, + "definedIn": "heading" + }, + { + "id": "dom-capturecontroller-constructor", + "href": "https://www.w3.org/TR/screen-capture/#dom-capturecontroller-constructor", + "linkingText": [ + "constructor()" + ], + "localLinkingText": [ + "CaptureController.constructor", + "CaptureController.constructor()", + "constructor" + ], + "type": "constructor", + "for": [ + "CaptureController" + ], + "access": "public", + "informative": false, + "heading": { + "id": "capturecontroller", + "href": "https://www.w3.org/TR/screen-capture/#capturecontroller", + "title": "CaptureController", + "number": "5.4.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-isbound", + "href": "https://www.w3.org/TR/screen-capture/#dfn-isbound", + "linkingText": [ + "[[isBound]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CaptureController" + ], + "access": "private", + "informative": false, + "heading": { + "id": "capturecontroller", + "href": "https://www.w3.org/TR/screen-capture/#capturecontroller", + "title": "CaptureController", + "number": "5.4.2" + }, + "definedIn": "prose" + }, { "id": "dom-selfcapturepreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#dom-selfcapturepreferenceenum", @@ -486,7 +570,7 @@ "id": "selfcapturepreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#selfcapturepreferenceenum", "title": "SelfCapturePreferenceEnum", - "number": "5.4.2" + "number": "5.4.3" }, "definedIn": "heading" }, @@ -507,7 +591,7 @@ "id": "selfcapturepreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#selfcapturepreferenceenum", "title": "SelfCapturePreferenceEnum", - "number": "5.4.2" + "number": "5.4.3" }, "definedIn": "table" }, @@ -528,7 +612,7 @@ "id": "selfcapturepreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#selfcapturepreferenceenum", "title": "SelfCapturePreferenceEnum", - "number": "5.4.2" + "number": "5.4.3" }, "definedIn": "table" }, @@ -547,7 +631,7 @@ "id": "systemaudiopreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#systemaudiopreferenceenum", "title": "SystemAudioPreferenceEnum", - "number": "5.4.3" + "number": "5.4.4" }, "definedIn": "heading" }, @@ -568,7 +652,7 @@ "id": "systemaudiopreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#systemaudiopreferenceenum", "title": "SystemAudioPreferenceEnum", - "number": "5.4.3" + "number": "5.4.4" }, "definedIn": "table" }, @@ -589,7 +673,7 @@ "id": "systemaudiopreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#systemaudiopreferenceenum", "title": "SystemAudioPreferenceEnum", - "number": "5.4.3" + "number": "5.4.4" }, "definedIn": "table" }, @@ -608,7 +692,7 @@ "id": "surfaceswitchingpreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#surfaceswitchingpreferenceenum", "title": "SurfaceSwitchingPreferenceEnum", - "number": "5.4.4" + "number": "5.4.5" }, "definedIn": "heading" }, @@ -629,7 +713,7 @@ "id": "surfaceswitchingpreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#surfaceswitchingpreferenceenum", "title": "SurfaceSwitchingPreferenceEnum", - "number": "5.4.4" + "number": "5.4.5" }, "definedIn": "table" }, @@ -650,7 +734,7 @@ "id": "surfaceswitchingpreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#surfaceswitchingpreferenceenum", "title": "SurfaceSwitchingPreferenceEnum", - "number": "5.4.4" + "number": "5.4.5" }, "definedIn": "table" }, @@ -669,7 +753,7 @@ "id": "displaymediastreamoptions", "href": "https://www.w3.org/TR/screen-capture/#displaymediastreamoptions", "title": "DisplayMediaStreamOptions", - "number": "5.4.5" + "number": "5.4.6" }, "definedIn": "prose" }, @@ -713,6 +797,26 @@ }, "definedIn": "dt" }, + { + "id": "dom-displaymediastreamoptions-controller", + "href": "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-controller", + "linkingText": [ + "controller" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "DisplayMediaStreamOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "dictionary-displaymediastreamoptions-members", + "href": "https://www.w3.org/TR/screen-capture/#dictionary-displaymediastreamoptions-members", + "title": "Dictionary DisplayMediaStreamOptions Members" + }, + "definedIn": "dt" + }, { "id": "dom-displaymediastreamoptions-selfbrowsersurface", "href": "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-selfbrowsersurface", @@ -790,7 +894,7 @@ "id": "extensions-to-mediatracksupportedconstraints", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, "definedIn": "dt" }, @@ -811,7 +915,7 @@ "id": "extensions-to-mediatracksupportedconstraints", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, "definedIn": "dt" }, @@ -832,7 +936,7 @@ "id": "extensions-to-mediatracksupportedconstraints", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, "definedIn": "dt" }, @@ -853,7 +957,7 @@ "id": "extensions-to-mediatracksupportedconstraints", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, "definedIn": "dt" }, @@ -874,7 +978,7 @@ "id": "extensions-to-mediatracksupportedconstraints", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, "definedIn": "dt" }, @@ -895,7 +999,7 @@ "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, "definedIn": "dt" }, @@ -916,7 +1020,7 @@ "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, "definedIn": "dt" }, @@ -937,7 +1041,7 @@ "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, "definedIn": "dt" }, @@ -958,7 +1062,7 @@ "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, "definedIn": "dt" }, @@ -979,7 +1083,7 @@ "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, "definedIn": "dt" }, @@ -1000,7 +1104,7 @@ "id": "extensions-to-mediatracksettings", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", "title": "Extensions to MediaTrackSettings", - "number": "5.4.8" + "number": "5.4.9" }, "definedIn": "dt" }, @@ -1021,7 +1125,7 @@ "id": "extensions-to-mediatracksettings", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", "title": "Extensions to MediaTrackSettings", - "number": "5.4.8" + "number": "5.4.9" }, "definedIn": "dt" }, @@ -1042,7 +1146,7 @@ "id": "extensions-to-mediatracksettings", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", "title": "Extensions to MediaTrackSettings", - "number": "5.4.8" + "number": "5.4.9" }, "definedIn": "dt" }, @@ -1063,7 +1167,7 @@ "id": "extensions-to-mediatracksettings", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", "title": "Extensions to MediaTrackSettings", - "number": "5.4.8" + "number": "5.4.9" }, "definedIn": "dt" }, @@ -1084,7 +1188,7 @@ "id": "extensions-to-mediatrackcapabilities", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackcapabilities", "title": "Extensions to MediaTrackCapabilities", - "number": "5.4.9" + "number": "5.4.10" }, "definedIn": "dt" }, @@ -1105,7 +1209,7 @@ "id": "extensions-to-mediatrackcapabilities", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackcapabilities", "title": "Extensions to MediaTrackCapabilities", - "number": "5.4.9" + "number": "5.4.10" }, "definedIn": "dt" }, @@ -1126,7 +1230,7 @@ "id": "extensions-to-mediatrackcapabilities", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackcapabilities", "title": "Extensions to MediaTrackCapabilities", - "number": "5.4.9" + "number": "5.4.10" }, "definedIn": "dt" }, @@ -1145,7 +1249,7 @@ "id": "displaycapturesurfacetype", "href": "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", "title": "DisplayCaptureSurfaceType", - "number": "5.4.10" + "number": "5.4.11" }, "definedIn": "heading" }, @@ -1166,7 +1270,7 @@ "id": "displaycapturesurfacetype", "href": "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", "title": "DisplayCaptureSurfaceType", - "number": "5.4.10" + "number": "5.4.11" }, "definedIn": "table" }, @@ -1187,7 +1291,7 @@ "id": "displaycapturesurfacetype", "href": "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", "title": "DisplayCaptureSurfaceType", - "number": "5.4.10" + "number": "5.4.11" }, "definedIn": "table" }, @@ -1208,7 +1312,7 @@ "id": "displaycapturesurfacetype", "href": "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", "title": "DisplayCaptureSurfaceType", - "number": "5.4.10" + "number": "5.4.11" }, "definedIn": "table" }, @@ -1227,7 +1331,7 @@ "id": "cursorcaptureconstraint", "href": "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", "title": "CursorCaptureConstraint", - "number": "5.4.11" + "number": "5.4.12" }, "definedIn": "heading" }, @@ -1248,7 +1352,7 @@ "id": "cursorcaptureconstraint", "href": "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", "title": "CursorCaptureConstraint", - "number": "5.4.11" + "number": "5.4.12" }, "definedIn": "table" }, @@ -1269,7 +1373,7 @@ "id": "cursorcaptureconstraint", "href": "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", "title": "CursorCaptureConstraint", - "number": "5.4.11" + "number": "5.4.12" }, "definedIn": "table" }, @@ -1290,7 +1394,7 @@ "id": "cursorcaptureconstraint", "href": "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", "title": "CursorCaptureConstraint", - "number": "5.4.11" + "number": "5.4.12" }, "definedIn": "table" }, diff --git a/tr/dfns/speculation-rules.json b/tr/dfns/speculation-rules.json index 5aaceb53421d..70136adf7b3f 100644 --- a/tr/dfns/speculation-rules.json +++ b/tr/dfns/speculation-rules.json @@ -44,6 +44,27 @@ }, "definedIn": "prose" }, + { + "id": "speculation-rule-predicate", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-predicate", + "linkingText": [ + "predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "speculation rule" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, { "id": "speculation-rule-requirements", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-requirements", @@ -147,6 +168,225 @@ }, "definedIn": "prose" }, + { + "id": "document-rule-predicate", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate", + "linkingText": [ + "document rule predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-conjunction", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-conjunction", + "linkingText": [ + "document rule conjunction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-conjunction-clauses", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-conjunction-clauses", + "linkingText": [ + "clauses" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule conjunction" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-disjunction", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-disjunction", + "linkingText": [ + "document rule disjunction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-disjunction-clauses", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-disjunction-clauses", + "linkingText": [ + "clauses" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule disjunction" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-negation", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-negation", + "linkingText": [ + "document rule negation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-negation-clause", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-negation-clause", + "linkingText": [ + "clause" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule negation" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-url-pattern-predicate", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-url-pattern-predicate", + "linkingText": [ + "document rule URL pattern predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-url-pattern-predicate-patterns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-url-pattern-predicate-patterns", + "linkingText": [ + "patterns" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule URL pattern predicate" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-css-selector-predicate", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-css-selector-predicate", + "linkingText": [ + "document rule CSS selector predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "document-rule-css-selector-predicate-selectors", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-css-selector-predicate-selectors", + "linkingText": [ + "selectors" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule CSS selector predicate" + ], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-dfns", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-dfns", + "title": "Definitions", + "number": "1.1" + }, + "definedIn": "prose" + }, { "id": "parse-speculation-rules", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#parse-speculation-rules", @@ -185,6 +425,25 @@ }, "definedIn": "prose" }, + { + "id": "parse-a-document-rule-predicate", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#parse-a-document-rule-predicate", + "linkingText": [ + "parse a document rule predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-parsing", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-parsing", + "title": "Parsing", + "number": "1.4" + }, + "definedIn": "prose" + }, { "id": "document-list-of-speculation-rule-sets", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-list-of-speculation-rule-sets", @@ -349,6 +608,25 @@ }, "definedIn": "prose" }, + { + "id": "find-matching-links", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#find-matching-links", + "linkingText": [ + "find matching links" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "speculation-rules-processing", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-processing", + "title": "Processing model", + "number": "1.5" + }, + "definedIn": "prose" + }, { "id": "consider-speculation", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#consider-speculation", @@ -367,6 +645,27 @@ "number": "1.5" }, "definedIn": "prose" + }, + { + "id": "document-rule-predicate-matches", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate-matches", + "linkingText": [ + "matches" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document rule predicate" + ], + "access": "private", + "informative": false, + "heading": { + "id": "document-rule-predicate-matching", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate-matching", + "title": "Document rule predicate matching", + "number": "1.6" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/trusted-types.json b/tr/dfns/trusted-types.json index a2fd8b51805c..e9ad3888ba2f 100644 --- a/tr/dfns/trusted-types.json +++ b/tr/dfns/trusted-types.json @@ -1,12 +1,12 @@ { "spec": { "title": "Trusted Types", - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" + "url": "https://www.w3.org/TR/trusted-types/" }, "dfns": [ { "id": "injection-sink", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#injection-sink", + "href": "https://www.w3.org/TR/trusted-types/#injection-sink", "linkingText": [ "injection sink" ], @@ -17,7 +17,7 @@ "informative": false, "heading": { "id": "injection-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#injection-sinks", + "href": "https://www.w3.org/TR/trusted-types/#injection-sinks", "title": "Injection sinks", "number": "2.1" }, @@ -25,7 +25,7 @@ }, { "id": "trusted-type", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type", "linkingText": [ "Trusted Type" ], @@ -36,7 +36,7 @@ "informative": false, "heading": { "id": "trusted-types", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types", "title": "Trusted Types", "number": "2.2" }, @@ -44,7 +44,7 @@ }, { "id": "trustedhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedhtml", + "href": "https://www.w3.org/TR/trusted-types/#trustedhtml", "linkingText": [ "TrustedHTML" ], @@ -55,7 +55,7 @@ "informative": false, "heading": { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "title": "TrustedHTML", "number": "2.2.1" }, @@ -63,7 +63,7 @@ }, { "id": "dom-trustedhtml-fromliteral-templatestringsarray-templatestringsarray", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-fromliteral-templatestringsarray-templatestringsarray", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-fromliteral-templatestringsarray-templatestringsarray", "linkingText": [ "templateStringsArray" ], @@ -76,7 +76,7 @@ "informative": false, "heading": { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "title": "TrustedHTML", "number": "2.2.1" }, @@ -84,7 +84,7 @@ }, { "id": "dom-trustedhtml-tojson", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-tojson", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-tojson", "linkingText": [ "toJSON()" ], @@ -97,7 +97,7 @@ "informative": false, "heading": { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "title": "TrustedHTML", "number": "2.2.1" }, @@ -105,7 +105,7 @@ }, { "id": "trustedhtml-stringification-behavior", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedhtml-stringification-behavior", + "href": "https://www.w3.org/TR/trusted-types/#trustedhtml-stringification-behavior", "linkingText": [ "stringificationbehavior" ], @@ -118,7 +118,7 @@ "informative": false, "heading": { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "title": "TrustedHTML", "number": "2.2.1" }, @@ -126,7 +126,7 @@ }, { "id": "dom-trustedhtml-fromliteral", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-fromliteral", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-fromliteral", "linkingText": [ "fromLiteral(templateStringsArray)" ], @@ -139,7 +139,7 @@ "informative": false, "heading": { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "title": "TrustedHTML", "number": "2.2.1" }, @@ -147,7 +147,7 @@ }, { "id": "trustedscript", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscript", + "href": "https://www.w3.org/TR/trusted-types/#trustedscript", "linkingText": [ "TrustedScript" ], @@ -158,7 +158,7 @@ "informative": false, "heading": { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "title": "TrustedScript", "number": "2.2.2" }, @@ -166,7 +166,7 @@ }, { "id": "dom-trustedscript-fromliteral-templatestringsarray-templatestringsarray", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-fromliteral-templatestringsarray-templatestringsarray", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscript-fromliteral-templatestringsarray-templatestringsarray", "linkingText": [ "templateStringsArray" ], @@ -179,7 +179,7 @@ "informative": false, "heading": { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "title": "TrustedScript", "number": "2.2.2" }, @@ -187,7 +187,7 @@ }, { "id": "dom-trustedscript-tojson", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-tojson", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscript-tojson", "linkingText": [ "toJSON()" ], @@ -200,7 +200,7 @@ "informative": false, "heading": { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "title": "TrustedScript", "number": "2.2.2" }, @@ -208,7 +208,7 @@ }, { "id": "trustedscript-stringification-behavior", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscript-stringification-behavior", + "href": "https://www.w3.org/TR/trusted-types/#trustedscript-stringification-behavior", "linkingText": [ "stringificationbehavior" ], @@ -221,7 +221,7 @@ "informative": false, "heading": { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "title": "TrustedScript", "number": "2.2.2" }, @@ -229,7 +229,7 @@ }, { "id": "dom-trustedscript-fromliteral", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-fromliteral", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscript-fromliteral", "linkingText": [ "fromLiteral(templateStringsArray)" ], @@ -242,7 +242,7 @@ "informative": false, "heading": { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "title": "TrustedScript", "number": "2.2.2" }, @@ -250,7 +250,7 @@ }, { "id": "trustedscripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscripturl", + "href": "https://www.w3.org/TR/trusted-types/#trustedscripturl", "linkingText": [ "TrustedScriptURL" ], @@ -261,7 +261,7 @@ "informative": false, "heading": { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "title": "TrustedScriptURL", "number": "2.2.3" }, @@ -269,7 +269,7 @@ }, { "id": "dom-trustedscripturl-fromliteral-templatestringsarray-templatestringsarray", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-fromliteral-templatestringsarray-templatestringsarray", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-fromliteral-templatestringsarray-templatestringsarray", "linkingText": [ "templateStringsArray" ], @@ -282,7 +282,7 @@ "informative": false, "heading": { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "title": "TrustedScriptURL", "number": "2.2.3" }, @@ -290,7 +290,7 @@ }, { "id": "dom-trustedscripturl-tojson", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-tojson", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-tojson", "linkingText": [ "toJSON()" ], @@ -303,7 +303,7 @@ "informative": false, "heading": { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "title": "TrustedScriptURL", "number": "2.2.3" }, @@ -311,7 +311,7 @@ }, { "id": "trustedscripturl-stringification-behavior", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscripturl-stringification-behavior", + "href": "https://www.w3.org/TR/trusted-types/#trustedscripturl-stringification-behavior", "linkingText": [ "stringificationbehavior" ], @@ -324,7 +324,7 @@ "informative": false, "heading": { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "title": "TrustedScriptURL", "number": "2.2.3" }, @@ -332,7 +332,7 @@ }, { "id": "dom-trustedscripturl-fromliteral", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-fromliteral", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-fromliteral", "linkingText": [ "fromLiteral(templateStringsArray)" ], @@ -345,7 +345,7 @@ "informative": false, "heading": { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "title": "TrustedScriptURL", "number": "2.2.3" }, @@ -353,7 +353,7 @@ }, { "id": "policies", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policies", + "href": "https://www.w3.org/TR/trusted-types/#policies", "linkingText": [ "Policies" ], @@ -364,7 +364,7 @@ "informative": false, "heading": { "id": "policies-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policies-hdr", + "href": "https://www.w3.org/TR/trusted-types/#policies-hdr", "title": "Policies", "number": "2.3" }, @@ -372,7 +372,7 @@ }, { "id": "trustedtypepolicyfactory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicyfactory", + "href": "https://www.w3.org/TR/trusted-types/#trustedtypepolicyfactory", "linkingText": [ "TrustedTypePolicyFactory" ], @@ -383,7 +383,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -391,7 +391,7 @@ }, { "id": "dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyname", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyname", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyname", "linkingText": [ "policyName" ], @@ -405,7 +405,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -413,7 +413,7 @@ }, { "id": "dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyoptions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyoptions", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyoptions", "linkingText": [ "policyOptions" ], @@ -427,7 +427,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -435,7 +435,7 @@ }, { "id": "dom-trustedtypepolicyfactory-ishtml-value-value", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-ishtml-value-value", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-ishtml-value-value", "linkingText": [ "value" ], @@ -448,7 +448,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -456,7 +456,7 @@ }, { "id": "dom-trustedtypepolicyfactory-isscript-value-value", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscript-value-value", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscript-value-value", "linkingText": [ "value" ], @@ -469,7 +469,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -477,7 +477,7 @@ }, { "id": "dom-trustedtypepolicyfactory-isscripturl-value-value", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscripturl-value-value", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscripturl-value-value", "linkingText": [ "value" ], @@ -490,7 +490,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -498,7 +498,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-tagname", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-tagname", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-tagname", "linkingText": [ "tagName" ], @@ -513,7 +513,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -521,7 +521,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attribute", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attribute", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attribute", "linkingText": [ "attribute" ], @@ -536,7 +536,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -544,7 +544,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-elementns", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-elementns", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-elementns", "linkingText": [ "elementNs" ], @@ -559,7 +559,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -567,7 +567,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attrns", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attrns", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attrns", "linkingText": [ "attrNs" ], @@ -582,7 +582,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -590,7 +590,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-tagname", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-tagname", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-tagname", "linkingText": [ "tagName" ], @@ -604,7 +604,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -612,7 +612,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-property", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-property", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-property", "linkingText": [ "property" ], @@ -626,7 +626,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -634,7 +634,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-elementns", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-elementns", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-elementns", "linkingText": [ "elementNs" ], @@ -648,7 +648,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -656,7 +656,7 @@ }, { "id": "dom-trustedtypepolicyfactory-createpolicy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy", "linkingText": [ "createPolicy(policyName, policyOptions)", "createPolicy(policyName)" @@ -670,7 +670,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -678,7 +678,7 @@ }, { "id": "dom-trustedtypepolicyfactory-ishtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-ishtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-ishtml", "linkingText": [ "isHTML(value)" ], @@ -691,7 +691,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -699,7 +699,7 @@ }, { "id": "dom-trustedtypepolicyfactory-isscript", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscript", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscript", "linkingText": [ "isScript(value)" ], @@ -712,7 +712,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -720,7 +720,7 @@ }, { "id": "dom-trustedtypepolicyfactory-isscripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscripturl", "linkingText": [ "isScriptURL(value)" ], @@ -733,7 +733,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -741,7 +741,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getpropertytype", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype", "linkingText": [ "getPropertyType(tagName, property, elementNs)", "getPropertyType(tagName, property)" @@ -755,7 +755,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -763,7 +763,7 @@ }, { "id": "dom-trustedtypepolicyfactory-getattributetype", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype", "linkingText": [ "getAttributeType(tagName, attribute, elementNs, attrNs)", "getAttributeType(tagName, attribute, elementNs)", @@ -778,7 +778,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -786,7 +786,7 @@ }, { "id": "dom-trustedtypepolicyfactory-emptyhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-emptyhtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-emptyhtml", "linkingText": [ "emptyHTML" ], @@ -799,7 +799,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -807,7 +807,7 @@ }, { "id": "dom-trustedtypepolicyfactory-emptyscript", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-emptyscript", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-emptyscript", "linkingText": [ "emptyScript" ], @@ -820,7 +820,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -828,7 +828,7 @@ }, { "id": "dom-trustedtypepolicyfactory-defaultpolicy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-defaultpolicy", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-defaultpolicy", "linkingText": [ "defaultPolicy" ], @@ -841,7 +841,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, @@ -849,7 +849,7 @@ }, { "id": "trustedtypepolicy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicy", + "href": "https://www.w3.org/TR/trusted-types/#trustedtypepolicy", "linkingText": [ "TrustedTypePolicy" ], @@ -860,7 +860,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -868,7 +868,7 @@ }, { "id": "dom-trustedtypepolicy-name", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-name", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-name", "linkingText": [ "name" ], @@ -881,7 +881,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -889,7 +889,7 @@ }, { "id": "dom-trustedtypepolicy-createhtml-input-arguments-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml-input-arguments-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml-input-arguments-input", "linkingText": [ "input" ], @@ -903,7 +903,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -911,7 +911,7 @@ }, { "id": "dom-trustedtypepolicy-createhtml-input-arguments-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml-input-arguments-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml-input-arguments-arguments", "linkingText": [ "arguments" ], @@ -925,7 +925,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -933,7 +933,7 @@ }, { "id": "dom-trustedtypepolicy-createscript-input-arguments-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript-input-arguments-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript-input-arguments-input", "linkingText": [ "input" ], @@ -947,7 +947,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -955,7 +955,7 @@ }, { "id": "dom-trustedtypepolicy-createscript-input-arguments-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript-input-arguments-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript-input-arguments-arguments", "linkingText": [ "arguments" ], @@ -969,7 +969,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -977,7 +977,7 @@ }, { "id": "dom-trustedtypepolicy-createscripturl-input-arguments-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl-input-arguments-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl-input-arguments-input", "linkingText": [ "input" ], @@ -991,7 +991,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -999,7 +999,7 @@ }, { "id": "dom-trustedtypepolicy-createscripturl-input-arguments-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl-input-arguments-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl-input-arguments-arguments", "linkingText": [ "arguments" ], @@ -1013,7 +1013,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -1021,7 +1021,7 @@ }, { "id": "trustedtypepolicy-name", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicy-name", + "href": "https://www.w3.org/TR/trusted-types/#trustedtypepolicy-name", "linkingText": [ "name" ], @@ -1034,7 +1034,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -1042,7 +1042,7 @@ }, { "id": "dom-trustedtypepolicy-createhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml", "linkingText": [ "createHTML(input, ...arguments)", "createHTML(input)" @@ -1056,7 +1056,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -1064,7 +1064,7 @@ }, { "id": "dom-trustedtypepolicy-createscript", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript", "linkingText": [ "createScript(input, ...arguments)", "createScript(input)" @@ -1078,7 +1078,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -1086,7 +1086,7 @@ }, { "id": "dom-trustedtypepolicy-createscripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl", "linkingText": [ "createScriptURL(input, ...arguments)", "createScriptURL(input)" @@ -1100,7 +1100,7 @@ "informative": false, "heading": { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "title": "TrustedTypePolicy", "number": "2.3.2" }, @@ -1108,7 +1108,7 @@ }, { "id": "dictdef-trustedtypepolicyoptions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dictdef-trustedtypepolicyoptions", + "href": "https://www.w3.org/TR/trusted-types/#dictdef-trustedtypepolicyoptions", "linkingText": [ "TrustedTypePolicyOptions" ], @@ -1119,7 +1119,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1127,7 +1127,7 @@ }, { "id": "dom-trustedtypepolicyoptions-createhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createhtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createhtml", "linkingText": [ "createHTML" ], @@ -1140,7 +1140,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1148,7 +1148,7 @@ }, { "id": "dom-trustedtypepolicyoptions-createscript", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createscript", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createscript", "linkingText": [ "createScript" ], @@ -1161,7 +1161,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1169,7 +1169,7 @@ }, { "id": "dom-trustedtypepolicyoptions-createscripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createscripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createscripturl", "linkingText": [ "createScriptURL" ], @@ -1182,7 +1182,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1190,7 +1190,7 @@ }, { "id": "callbackdef-createhtmlcallback", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createhtmlcallback", + "href": "https://www.w3.org/TR/trusted-types/#callbackdef-createhtmlcallback", "linkingText": [ "CreateHTMLCallback" ], @@ -1201,7 +1201,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1209,7 +1209,7 @@ }, { "id": "dom-createhtmlcallback-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createhtmlcallback-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-createhtmlcallback-input", "linkingText": [ "input" ], @@ -1222,7 +1222,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1230,7 +1230,7 @@ }, { "id": "dom-createhtmlcallback-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createhtmlcallback-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-createhtmlcallback-arguments", "linkingText": [ "arguments" ], @@ -1243,7 +1243,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1251,7 +1251,7 @@ }, { "id": "callbackdef-createscriptcallback", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createscriptcallback", + "href": "https://www.w3.org/TR/trusted-types/#callbackdef-createscriptcallback", "linkingText": [ "CreateScriptCallback" ], @@ -1262,7 +1262,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1270,7 +1270,7 @@ }, { "id": "dom-createscriptcallback-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscriptcallback-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-createscriptcallback-input", "linkingText": [ "input" ], @@ -1283,7 +1283,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1291,7 +1291,7 @@ }, { "id": "dom-createscriptcallback-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscriptcallback-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-createscriptcallback-arguments", "linkingText": [ "arguments" ], @@ -1304,7 +1304,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1312,7 +1312,7 @@ }, { "id": "callbackdef-createscripturlcallback", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createscripturlcallback", + "href": "https://www.w3.org/TR/trusted-types/#callbackdef-createscripturlcallback", "linkingText": [ "CreateScriptURLCallback" ], @@ -1323,7 +1323,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1331,7 +1331,7 @@ }, { "id": "dom-createscripturlcallback-input", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscripturlcallback-input", + "href": "https://www.w3.org/TR/trusted-types/#dom-createscripturlcallback-input", "linkingText": [ "input" ], @@ -1344,7 +1344,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1352,7 +1352,7 @@ }, { "id": "dom-createscripturlcallback-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscripturlcallback-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-createscripturlcallback-arguments", "linkingText": [ "arguments" ], @@ -1365,7 +1365,7 @@ "informative": false, "heading": { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, @@ -1373,7 +1373,7 @@ }, { "id": "default-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy", + "href": "https://www.w3.org/TR/trusted-types/#default-policy", "linkingText": [ "Default policy" ], @@ -1384,7 +1384,7 @@ "informative": false, "heading": { "id": "default-policy-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy-hdr", + "href": "https://www.w3.org/TR/trusted-types/#default-policy-hdr", "title": "Default policy", "number": "2.3.4" }, @@ -1392,7 +1392,7 @@ }, { "id": "enforcement", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement", + "href": "https://www.w3.org/TR/trusted-types/#enforcement", "linkingText": [ "Enforcement" ], @@ -1403,7 +1403,7 @@ "informative": false, "heading": { "id": "enforcement-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-hdr", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-hdr", "title": "Enforcement", "number": "2.4" }, @@ -1411,7 +1411,7 @@ }, { "id": "abstract-opdef-create-a-trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type-policy", "linkingText": [ "Create a Trusted Type Policy" ], @@ -1422,7 +1422,7 @@ "informative": false, "heading": { "id": "create-trusted-type-policy-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-trusted-type-policy-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-trusted-type-policy-algorithm", "title": "Create a Trusted Type Policy", "number": "3.1" }, @@ -1430,7 +1430,7 @@ }, { "id": "abstract-opdef-create-a-trusted-type", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type", "linkingText": [ "Create a Trusted Type" ], @@ -1441,7 +1441,7 @@ "informative": false, "heading": { "id": "create-a-trusted-type-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-algorithm", "title": "Create a Trusted Type", "number": "3.2" }, @@ -1449,7 +1449,7 @@ }, { "id": "abstract-opdef-create-a-trusted-type-from-literal", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type-from-literal", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type-from-literal", "linkingText": [ "Create a Trusted Type from literal" ], @@ -1460,7 +1460,7 @@ "informative": false, "heading": { "id": "create-a-trusted-type-from-literal-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-from-literal-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-from-literal-algorithm", "title": "Create a Trusted Type from literal", "number": "3.3" }, @@ -1468,7 +1468,7 @@ }, { "id": "abstract-opdef-check-templatedness", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-check-templatedness", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-check-templatedness", "linkingText": [ "check templatedness" ], @@ -1479,7 +1479,7 @@ "informative": false, "heading": { "id": "check-templatedness-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#check-templatedness-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#check-templatedness-algorithm", "title": "Check templatedness of an object", "number": "3.4" }, @@ -1487,7 +1487,7 @@ }, { "id": "abstract-opdef-get-trusted-type-compliant-string", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-get-trusted-type-compliant-string", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string", "linkingText": [ "Get Trusted Type compliant string" ], @@ -1498,7 +1498,7 @@ "informative": false, "heading": { "id": "get-trusted-type-compliant-string-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#get-trusted-type-compliant-string-algorithm", "title": "Get Trusted Type compliant string", "number": "3.5" }, @@ -1506,7 +1506,7 @@ }, { "id": "abstract-opdef-process-value-with-a-default-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-process-value-with-a-default-policy", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-process-value-with-a-default-policy", "linkingText": [ "Process value with a default policy" ], @@ -1517,7 +1517,7 @@ "informative": false, "heading": { "id": "process-value-with-a-default-policy-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#process-value-with-a-default-policy-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#process-value-with-a-default-policy-algorithm", "title": "Process value with a default policy", "number": "3.6" }, @@ -1525,7 +1525,7 @@ }, { "id": "abstract-opdef-prepare-the-script-url-and-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-prepare-the-script-url-and-text", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-prepare-the-script-url-and-text", "linkingText": [ "Prepare the script URL and text" ], @@ -1536,7 +1536,7 @@ "informative": false, "heading": { "id": "prepare-script-url-and-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#prepare-script-url-and-text", + "href": "https://www.w3.org/TR/trusted-types/#prepare-script-url-and-text", "title": "Prepare the script URL and text", "number": "3.7" }, @@ -1544,7 +1544,7 @@ }, { "id": "typedefdef-htmlstring", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-htmlstring", + "href": "https://www.w3.org/TR/trusted-types/#typedefdef-htmlstring", "linkingText": [ "HTMLString" ], @@ -1555,7 +1555,7 @@ "informative": false, "heading": { "id": "integrations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", + "href": "https://www.w3.org/TR/trusted-types/#integrations", "title": "Integrations", "number": "4" }, @@ -1563,7 +1563,7 @@ }, { "id": "typedefdef-scriptstring", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-scriptstring", + "href": "https://www.w3.org/TR/trusted-types/#typedefdef-scriptstring", "linkingText": [ "ScriptString" ], @@ -1574,7 +1574,7 @@ "informative": false, "heading": { "id": "integrations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", + "href": "https://www.w3.org/TR/trusted-types/#integrations", "title": "Integrations", "number": "4" }, @@ -1582,7 +1582,7 @@ }, { "id": "typedefdef-scripturlstring", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-scripturlstring", + "href": "https://www.w3.org/TR/trusted-types/#typedefdef-scripturlstring", "linkingText": [ "ScriptURLString" ], @@ -1593,7 +1593,7 @@ "informative": false, "heading": { "id": "integrations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", + "href": "https://www.w3.org/TR/trusted-types/#integrations", "title": "Integrations", "number": "4" }, @@ -1601,7 +1601,7 @@ }, { "id": "typedefdef-trustedtype", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-trustedtype", + "href": "https://www.w3.org/TR/trusted-types/#typedefdef-trustedtype", "linkingText": [ "TrustedType" ], @@ -1612,7 +1612,7 @@ "informative": false, "heading": { "id": "integrations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", + "href": "https://www.w3.org/TR/trusted-types/#integrations", "title": "Integrations", "number": "4" }, @@ -1620,7 +1620,7 @@ }, { "id": "StringContext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", + "href": "https://www.w3.org/TR/trusted-types/#StringContext", "linkingText": [ "StringContext" ], @@ -1631,7 +1631,7 @@ "informative": false, "heading": { "id": "StringContext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", + "href": "https://www.w3.org/TR/trusted-types/#StringContext", "title": "[StringContext]", "number": "4.2" }, @@ -1639,7 +1639,7 @@ }, { "id": "related-construct", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#related-construct", + "href": "https://www.w3.org/TR/trusted-types/#related-construct", "linkingText": [ "related construct" ], @@ -1650,7 +1650,7 @@ "informative": false, "heading": { "id": "StringContext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", + "href": "https://www.w3.org/TR/trusted-types/#StringContext", "title": "[StringContext]", "number": "4.2" }, @@ -1658,7 +1658,7 @@ }, { "id": "extended-attributes-applicable-to-types", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extended-attributes-applicable-to-types", + "href": "https://www.w3.org/TR/trusted-types/#extended-attributes-applicable-to-types", "linkingText": [ "applicable to types" ], @@ -1671,7 +1671,7 @@ "informative": false, "heading": { "id": "webidl-applicable-to-types", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-applicable-to-types", + "href": "https://www.w3.org/TR/trusted-types/#webidl-applicable-to-types", "title": "Extended attributes applicable to types", "number": "4.2.1" }, @@ -1679,7 +1679,7 @@ }, { "id": "dfn-validate-the-string-in-context", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dfn-validate-the-string-in-context", + "href": "https://www.w3.org/TR/trusted-types/#dfn-validate-the-string-in-context", "linkingText": [ "validate the string in context" ], @@ -1690,7 +1690,7 @@ "informative": false, "heading": { "id": "webidl-validate-the-string-in-context", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-validate-the-string-in-context", + "href": "https://www.w3.org/TR/trusted-types/#webidl-validate-the-string-in-context", "title": "Validate the string in context", "number": "4.2.3" }, @@ -1698,7 +1698,7 @@ }, { "id": "window-trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#window-trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#window-trusted-type-policy-factory", "linkingText": [ "trusted type policy factory" ], @@ -1711,7 +1711,7 @@ "informative": false, "heading": { "id": "integration-with-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-html", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-html", "title": "Integration with HTML", "number": "4.3" }, @@ -1719,7 +1719,7 @@ }, { "id": "dom-windoworworkerglobalscope-trustedtypes", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-trustedtypes", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-trustedtypes", "linkingText": [ "trustedTypes" ], @@ -1732,7 +1732,7 @@ "informative": false, "heading": { "id": "extensions-to-the-windoworworkerglobalscope-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-windoworworkerglobalscope-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-windoworworkerglobalscope-interface", "title": "Extensions to the WindowOrWorkerGlobalScope interface", "number": "4.3.1" }, @@ -1740,7 +1740,7 @@ }, { "id": "dom-document-write", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-write", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-write", "linkingText": [ "write(...text)", "write()" @@ -1754,7 +1754,7 @@ "informative": false, "heading": { "id": "extensions-to-the-document-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", "title": "Extensions to the Document interface", "number": "4.3.2" }, @@ -1762,7 +1762,7 @@ }, { "id": "dom-document-write-text-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-write-text-text", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-write-text-text", "linkingText": [ "text" ], @@ -1776,7 +1776,7 @@ "informative": false, "heading": { "id": "extensions-to-the-document-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", "title": "Extensions to the Document interface", "number": "4.3.2" }, @@ -1784,7 +1784,7 @@ }, { "id": "dom-document-writeln", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-writeln", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-writeln", "linkingText": [ "writeln(...text)", "writeln()" @@ -1798,7 +1798,7 @@ "informative": false, "heading": { "id": "extensions-to-the-document-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", "title": "Extensions to the Document interface", "number": "4.3.2" }, @@ -1806,7 +1806,7 @@ }, { "id": "dom-document-writeln-text-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-writeln-text-text", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-writeln-text-text", "linkingText": [ "text" ], @@ -1820,7 +1820,7 @@ "informative": false, "heading": { "id": "extensions-to-the-document-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", "title": "Extensions to the Document interface", "number": "4.3.2" }, @@ -1828,7 +1828,7 @@ }, { "id": "dom-htmlscriptelement-scripturl-slot", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripturl-slot", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-scripturl-slot", "linkingText": [ "[[ScriptURL]]" ], @@ -1841,7 +1841,7 @@ "informative": false, "heading": { "id": "slots-with-trusted-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slots-with-trusted-values", + "href": "https://www.w3.org/TR/trusted-types/#slots-with-trusted-values", "title": "Slots with trusted values", "number": "4.3.3.1" }, @@ -1849,7 +1849,7 @@ }, { "id": "dom-htmlscriptelement-scripttext-slot", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripttext-slot", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-scripttext-slot", "linkingText": [ "[[ScriptText]]" ], @@ -1862,7 +1862,7 @@ "informative": false, "heading": { "id": "slots-with-trusted-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slots-with-trusted-values", + "href": "https://www.w3.org/TR/trusted-types/#slots-with-trusted-values", "title": "Slots with trusted values", "number": "4.3.3.1" }, @@ -1870,7 +1870,7 @@ }, { "id": "dom-htmlscriptelement-innertext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-innertext", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-innertext", "linkingText": [ "innerText" ], @@ -1883,7 +1883,7 @@ "informative": false, "heading": { "id": "setting-slot-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", + "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values", "title": "Setting slot values", "number": "4.3.3.2" }, @@ -1891,7 +1891,7 @@ }, { "id": "dom-htmlscriptelement-textcontent", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-textcontent", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-textcontent", "linkingText": [ "textContent" ], @@ -1904,7 +1904,7 @@ "informative": false, "heading": { "id": "setting-slot-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", + "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values", "title": "Setting slot values", "number": "4.3.3.2" }, @@ -1912,7 +1912,7 @@ }, { "id": "dom-htmlscriptelement-src", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-src", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src", "linkingText": [ "src" ], @@ -1925,7 +1925,7 @@ "informative": false, "heading": { "id": "setting-slot-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", + "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values", "title": "Setting slot values", "number": "4.3.3.2" }, @@ -1933,7 +1933,7 @@ }, { "id": "dom-htmlscriptelement-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-text", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-text", "linkingText": [ "text" ], @@ -1946,7 +1946,7 @@ "informative": false, "heading": { "id": "setting-slot-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", + "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values", "title": "Setting slot values", "number": "4.3.3.2" }, @@ -1954,7 +1954,7 @@ }, { "id": "dom-htmliframeelement-srcdoc", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmliframeelement-srcdoc", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmliframeelement-srcdoc", "linkingText": [ "srcdoc" ], @@ -1967,7 +1967,7 @@ "informative": false, "heading": { "id": "enforcement-in-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", "title": "Enforcement in element attributes", "number": "4.3.4" }, @@ -1975,7 +1975,7 @@ }, { "id": "dom-htmlembedelement-src", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlembedelement-src", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlembedelement-src", "linkingText": [ "src" ], @@ -1988,7 +1988,7 @@ "informative": false, "heading": { "id": "enforcement-in-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", "title": "Enforcement in element attributes", "number": "4.3.4" }, @@ -1996,7 +1996,7 @@ }, { "id": "dom-htmlobjectelement-data", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlobjectelement-data", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlobjectelement-data", "linkingText": [ "data" ], @@ -2009,7 +2009,7 @@ "informative": false, "heading": { "id": "enforcement-in-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", "title": "Enforcement in element attributes", "number": "4.3.4" }, @@ -2017,7 +2017,7 @@ }, { "id": "dom-htmlobjectelement-codebase", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlobjectelement-codebase", + "href": "https://www.w3.org/TR/trusted-types/#dom-htmlobjectelement-codebase", "linkingText": [ "codeBase" ], @@ -2030,7 +2030,7 @@ "informative": false, "heading": { "id": "enforcement-in-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", "title": "Enforcement in element attributes", "number": "4.3.4" }, @@ -2038,7 +2038,7 @@ }, { "id": "typedefdef-trustedtimerhandler", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-trustedtimerhandler", + "href": "https://www.w3.org/TR/trusted-types/#typedefdef-trustedtimerhandler", "linkingText": [ "TrustedTimerHandler" ], @@ -2049,7 +2049,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2057,7 +2057,7 @@ }, { "id": "dom-windoworworkerglobalscope-settimeout", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout", "linkingText": [ "setTimeout(handler, timeout, ...arguments)", "setTimeout(handler, timeout)", @@ -2072,7 +2072,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2080,7 +2080,7 @@ }, { "id": "dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-handler", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-handler", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-handler", "linkingText": [ "handler" ], @@ -2095,7 +2095,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2103,7 +2103,7 @@ }, { "id": "dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-timeout", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-timeout", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-timeout", "linkingText": [ "timeout" ], @@ -2118,7 +2118,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2126,7 +2126,7 @@ }, { "id": "dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-arguments", "linkingText": [ "arguments" ], @@ -2141,7 +2141,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2149,7 +2149,7 @@ }, { "id": "dom-windoworworkerglobalscope-setinterval", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval", "linkingText": [ "setInterval(handler, timeout, ...arguments)", "setInterval(handler, timeout)", @@ -2164,7 +2164,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2172,7 +2172,7 @@ }, { "id": "dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-handler", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-handler", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-handler", "linkingText": [ "handler" ], @@ -2187,7 +2187,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2195,7 +2195,7 @@ }, { "id": "dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-timeout", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-timeout", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-timeout", "linkingText": [ "timeout" ], @@ -2210,7 +2210,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2218,7 +2218,7 @@ }, { "id": "dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-arguments", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-arguments", + "href": "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-arguments", "linkingText": [ "arguments" ], @@ -2233,7 +2233,7 @@ "informative": false, "heading": { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "title": "Enforcement in timer functions", "number": "4.3.5" }, @@ -2241,7 +2241,7 @@ }, { "id": "dom-worker-worker", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker", + "href": "https://www.w3.org/TR/trusted-types/#dom-worker-worker", "linkingText": [ "Worker(scriptURL, options)", "constructor(scriptURL, options)", @@ -2257,7 +2257,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2265,7 +2265,7 @@ }, { "id": "dom-worker-worker-scripturl-options-scripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker-scripturl-options-scripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-worker-worker-scripturl-options-scripturl", "linkingText": [ "scriptURL" ], @@ -2281,7 +2281,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2289,7 +2289,7 @@ }, { "id": "dom-worker-worker-scripturl-options-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker-scripturl-options-options", + "href": "https://www.w3.org/TR/trusted-types/#dom-worker-worker-scripturl-options-options", "linkingText": [ "options" ], @@ -2305,7 +2305,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2313,7 +2313,7 @@ }, { "id": "dom-sharedworker-sharedworker", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker", + "href": "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker", "linkingText": [ "SharedWorker(scriptURL, options)", "constructor(scriptURL, options)", @@ -2329,7 +2329,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2337,7 +2337,7 @@ }, { "id": "dom-sharedworker-sharedworker-scripturl-options-scripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker-scripturl-options-scripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker-scripturl-options-scripturl", "linkingText": [ "scriptURL" ], @@ -2353,7 +2353,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2361,7 +2361,7 @@ }, { "id": "dom-sharedworker-sharedworker-scripturl-options-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker-scripturl-options-options", + "href": "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker-scripturl-options-options", "linkingText": [ "options" ], @@ -2377,7 +2377,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2385,7 +2385,7 @@ }, { "id": "dom-workerglobalscope-importscripts", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-workerglobalscope-importscripts", + "href": "https://www.w3.org/TR/trusted-types/#dom-workerglobalscope-importscripts", "linkingText": [ "importScripts(...urls)", "importScripts()" @@ -2399,7 +2399,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2407,7 +2407,7 @@ }, { "id": "dom-workerglobalscope-importscripts-urls-urls", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-workerglobalscope-importscripts-urls-urls", + "href": "https://www.w3.org/TR/trusted-types/#dom-workerglobalscope-importscripts-urls-urls", "linkingText": [ "urls" ], @@ -2421,7 +2421,7 @@ "informative": false, "heading": { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "title": "Web Workers", "number": "4.3.8" }, @@ -2429,7 +2429,7 @@ }, { "id": "dom-serviceworkercontainer-register", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register", + "href": "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register", "linkingText": [ "register(scriptURL, options)", "register(scriptURL)" @@ -2443,7 +2443,7 @@ "informative": false, "heading": { "id": "sw-integration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sw-integration", + "href": "https://www.w3.org/TR/trusted-types/#sw-integration", "title": "Integration with Service Workers", "number": "4.4" }, @@ -2451,7 +2451,7 @@ }, { "id": "dom-serviceworkercontainer-register-scripturl-options-scripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register-scripturl-options-scripturl", + "href": "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register-scripturl-options-scripturl", "linkingText": [ "scriptURL" ], @@ -2465,7 +2465,7 @@ "informative": false, "heading": { "id": "sw-integration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sw-integration", + "href": "https://www.w3.org/TR/trusted-types/#sw-integration", "title": "Integration with Service Workers", "number": "4.4" }, @@ -2473,7 +2473,7 @@ }, { "id": "dom-serviceworkercontainer-register-scripturl-options-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register-scripturl-options-options", + "href": "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register-scripturl-options-options", "linkingText": [ "options" ], @@ -2487,7 +2487,7 @@ "informative": false, "heading": { "id": "sw-integration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sw-integration", + "href": "https://www.w3.org/TR/trusted-types/#sw-integration", "title": "Integration with Service Workers", "number": "4.4" }, @@ -2495,7 +2495,7 @@ }, { "id": "dom-svganimatedstring-baseval", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-svganimatedstring-baseval", + "href": "https://www.w3.org/TR/trusted-types/#dom-svganimatedstring-baseval", "linkingText": [ "baseVal" ], @@ -2508,7 +2508,7 @@ "informative": false, "heading": { "id": "integration-with-svg", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-svg", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-svg", "title": "Integration with SVG", "number": "4.5" }, @@ -2516,7 +2516,7 @@ }, { "id": "concept-element-attributes-validation-ext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#concept-element-attributes-validation-ext", + "href": "https://www.w3.org/TR/trusted-types/#concept-element-attributes-validation-ext", "linkingText": [ "attribute validation steps" ], @@ -2527,7 +2527,7 @@ "informative": false, "heading": { "id": "integration-with-dom", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom", "title": "Integration with DOM", "number": "4.6" }, @@ -2535,7 +2535,7 @@ }, { "id": "concept-element-attributes-append", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#concept-element-attributes-append", + "href": "https://www.w3.org/TR/trusted-types/#concept-element-attributes-append", "linkingText": [ "append an attribute" ], @@ -2546,7 +2546,7 @@ "informative": false, "heading": { "id": "integration-with-dom", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom", "title": "Integration with DOM", "number": "4.6" }, @@ -2554,7 +2554,7 @@ }, { "id": "dom-element-outerhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-outerhtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-element-outerhtml", "linkingText": [ "outerHTML" ], @@ -2567,7 +2567,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2575,7 +2575,7 @@ }, { "id": "dom-element-insertadjacenthtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml", "linkingText": [ "insertAdjacentHTML(position, text)" ], @@ -2588,7 +2588,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2596,7 +2596,7 @@ }, { "id": "dom-element-insertadjacenthtml-position-text-position", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml-position-text-position", + "href": "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml-position-text-position", "linkingText": [ "position" ], @@ -2609,7 +2609,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2617,7 +2617,7 @@ }, { "id": "dom-element-insertadjacenthtml-position-text-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml-position-text-text", + "href": "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml-position-text-text", "linkingText": [ "text" ], @@ -2630,7 +2630,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2638,7 +2638,7 @@ }, { "id": "dom-innerhtml-innerhtml", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-innerhtml-innerhtml", + "href": "https://www.w3.org/TR/trusted-types/#dom-innerhtml-innerhtml", "linkingText": [ "innerHTML" ], @@ -2651,7 +2651,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2659,7 +2659,7 @@ }, { "id": "dom-range-createcontextualfragment", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-range-createcontextualfragment", + "href": "https://www.w3.org/TR/trusted-types/#dom-range-createcontextualfragment", "linkingText": [ "createContextualFragment(fragment)" ], @@ -2672,7 +2672,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2680,7 +2680,7 @@ }, { "id": "dom-range-createcontextualfragment-fragment-fragment", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-range-createcontextualfragment-fragment-fragment", + "href": "https://www.w3.org/TR/trusted-types/#dom-range-createcontextualfragment-fragment-fragment", "linkingText": [ "fragment" ], @@ -2693,7 +2693,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2701,7 +2701,7 @@ }, { "id": "domparser", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#domparser", + "href": "https://www.w3.org/TR/trusted-types/#domparser", "linkingText": [ "DOMParser" ], @@ -2712,7 +2712,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2720,7 +2720,7 @@ }, { "id": "dom-domparser-domparser", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-domparser", + "href": "https://www.w3.org/TR/trusted-types/#dom-domparser-domparser", "linkingText": [ "DOMParser()", "constructor()" @@ -2734,7 +2734,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2742,7 +2742,7 @@ }, { "id": "dom-domparser-parsefromstring", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring", + "href": "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring", "linkingText": [ "parseFromString(str, type)" ], @@ -2755,7 +2755,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2763,7 +2763,7 @@ }, { "id": "dom-domparser-parsefromstring-str-type-str", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring-str-type-str", + "href": "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring-str-type-str", "linkingText": [ "str" ], @@ -2776,7 +2776,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2784,7 +2784,7 @@ }, { "id": "dom-domparser-parsefromstring-str-type-type", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring-str-type-type", + "href": "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring-str-type-type", "linkingText": [ "type" ], @@ -2797,7 +2797,7 @@ "informative": false, "heading": { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "title": "Integration with DOM Parsing", "number": "4.7" }, @@ -2805,7 +2805,7 @@ }, { "id": "dom-document-execcommand", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-execcommand", "linkingText": [ "execCommand(commandId, showUI, value)", "execCommand(commandId, showUI)", @@ -2820,7 +2820,7 @@ "informative": false, "heading": { "id": "integration-with-exec-command", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", "title": "Integration with execCommand", "number": "4.8" }, @@ -2828,7 +2828,7 @@ }, { "id": "dom-document-execcommand-commandid-showui-value-commandid", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-commandid", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-commandid", "linkingText": [ "commandId" ], @@ -2843,7 +2843,7 @@ "informative": false, "heading": { "id": "integration-with-exec-command", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", "title": "Integration with execCommand", "number": "4.8" }, @@ -2851,7 +2851,7 @@ }, { "id": "dom-document-execcommand-commandid-showui-value-showui", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-showui", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-showui", "linkingText": [ "showUI" ], @@ -2866,7 +2866,7 @@ "informative": false, "heading": { "id": "integration-with-exec-command", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", "title": "Integration with execCommand", "number": "4.8" }, @@ -2874,7 +2874,7 @@ }, { "id": "dom-document-execcommand-commandid-showui-value-value", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-value", + "href": "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-value", "linkingText": [ "value" ], @@ -2889,7 +2889,7 @@ "informative": false, "heading": { "id": "integration-with-exec-command", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", "title": "Integration with execCommand", "number": "4.8" }, @@ -2897,7 +2897,7 @@ }, { "id": "require-trusted-types-for-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-directive", + "href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-directive", "linkingText": [ "require-trusted-types-for-directive" ], @@ -2908,7 +2908,7 @@ "informative": false, "heading": { "id": "require-trusted-types-for-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-csp-directive", "title": "require-trusted-types-for directive", "number": "4.9.1" }, @@ -2916,7 +2916,7 @@ }, { "id": "trusted-types-sink-group", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-sink-group", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-sink-group", "linkingText": [ "trusted-types-sink-group" ], @@ -2927,7 +2927,7 @@ "informative": false, "heading": { "id": "require-trusted-types-for-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-csp-directive", "title": "require-trusted-types-for directive", "number": "4.9.1" }, @@ -2935,7 +2935,7 @@ }, { "id": "trusted-types-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-directive", "linkingText": [ "trusted-types-directive" ], @@ -2946,7 +2946,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -2954,7 +2954,7 @@ }, { "id": "serialized-tt-configuration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#serialized-tt-configuration", + "href": "https://www.w3.org/TR/trusted-types/#serialized-tt-configuration", "linkingText": [ "serialized-tt-configuration" ], @@ -2965,7 +2965,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -2973,7 +2973,7 @@ }, { "id": "tt-expression", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-expression", + "href": "https://www.w3.org/TR/trusted-types/#tt-expression", "linkingText": [ "tt-expression" ], @@ -2984,7 +2984,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -2992,7 +2992,7 @@ }, { "id": "tt-wildcard", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-wildcard", + "href": "https://www.w3.org/TR/trusted-types/#tt-wildcard", "linkingText": [ "tt-wildcard" ], @@ -3003,7 +3003,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -3011,7 +3011,7 @@ }, { "id": "tt-policy-name", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-policy-name", + "href": "https://www.w3.org/TR/trusted-types/#tt-policy-name", "linkingText": [ "tt-policy-name" ], @@ -3022,7 +3022,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -3030,7 +3030,7 @@ }, { "id": "tt-keyword", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-keyword", + "href": "https://www.w3.org/TR/trusted-types/#tt-keyword", "linkingText": [ "tt-keyword" ], @@ -3041,7 +3041,7 @@ "informative": false, "heading": { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "title": "trusted-types directive", "number": "4.9.2" }, @@ -3049,7 +3049,7 @@ }, { "id": "abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", "linkingText": [ "Should sink type mismatch violation be blocked by Content Security Policy?" ], @@ -3060,7 +3060,7 @@ "informative": false, "heading": { "id": "should-block-sink-type-mismatch", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-sink-type-mismatch", + "href": "https://www.w3.org/TR/trusted-types/#should-block-sink-type-mismatch", "title": "Should sink type mismatch violation be blocked by Content Security Policy?", "number": "4.9.3" }, @@ -3068,7 +3068,7 @@ }, { "id": "abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", + "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", "linkingText": [ "Should Trusted Type policy creation be blocked by Content Security Policy?" ], @@ -3079,7 +3079,7 @@ "informative": false, "heading": { "id": "should-block-create-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-create-policy", + "href": "https://www.w3.org/TR/trusted-types/#should-block-create-policy", "title": "Should Trusted Type policy creation be blocked by Content Security Policy?", "number": "4.9.4" }, diff --git a/tr/dfns/urlpattern.json b/tr/dfns/urlpattern.json index b5c1aff5ab1a..a8d1497c0dea 100644 --- a/tr/dfns/urlpattern.json +++ b/tr/dfns/urlpattern.json @@ -54,11 +54,7 @@ "URLPattern/URLPattern(input, baseURL, options)", "URLPattern/constructor(input, baseURL, options)", "URLPattern/URLPattern(input, baseURL)", - "URLPattern/constructor(input, baseURL)", - "URLPattern/URLPattern(input)", - "URLPattern/constructor(input)", - "URLPattern/URLPattern()", - "URLPattern/constructor()" + "URLPattern/constructor(input, baseURL)" ], "access": "public", "informative": false, @@ -82,11 +78,7 @@ "URLPattern/URLPattern(input, baseURL, options)", "URLPattern/constructor(input, baseURL, options)", "URLPattern/URLPattern(input, baseURL)", - "URLPattern/constructor(input, baseURL)", - "URLPattern/URLPattern(input)", - "URLPattern/constructor(input)", - "URLPattern/URLPattern()", - "URLPattern/constructor()" + "URLPattern/constructor(input, baseURL)" ], "access": "public", "informative": false, @@ -110,7 +102,55 @@ "URLPattern/URLPattern(input, baseURL, options)", "URLPattern/constructor(input, baseURL, options)", "URLPattern/URLPattern(input, baseURL)", - "URLPattern/constructor(input, baseURL)", + "URLPattern/constructor(input, baseURL)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "urlpattern-class", + "href": "https://wicg.github.io/urlpattern/#urlpattern-class", + "title": "The URLPattern class", + "number": "1" + }, + "definedIn": "pre" + }, + { + "id": "dom-urlpattern-urlpattern-input-options-input", + "href": "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options-input", + "linkingText": [ + "input" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "URLPattern/URLPattern(input, options)", + "URLPattern/constructor(input, options)", + "URLPattern/URLPattern(input)", + "URLPattern/constructor(input)", + "URLPattern/URLPattern()", + "URLPattern/constructor()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "urlpattern-class", + "href": "https://wicg.github.io/urlpattern/#urlpattern-class", + "title": "The URLPattern class", + "number": "1" + }, + "definedIn": "pre" + }, + { + "id": "dom-urlpattern-urlpattern-input-options-options", + "href": "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "URLPattern/URLPattern(input, options)", + "URLPattern/constructor(input, options)", "URLPattern/URLPattern(input)", "URLPattern/constructor(input)", "URLPattern/URLPattern()", @@ -910,7 +950,29 @@ "URLPattern(input, baseURL, options)", "constructor(input, baseURL, options)", "URLPattern(input, baseURL)", - "constructor(input, baseURL)", + "constructor(input, baseURL)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "URLPattern" + ], + "access": "public", + "informative": false, + "heading": { + "id": "urlpattern-class", + "href": "https://wicg.github.io/urlpattern/#urlpattern-class", + "title": "The URLPattern class", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dom-urlpattern-urlpattern-input-options", + "href": "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options", + "linkingText": [ + "URLPattern(input, options)", + "constructor(input, options)", "URLPattern(input)", "constructor(input)", "URLPattern()", @@ -931,6 +993,27 @@ }, "definedIn": "prose" }, + { + "id": "urlpattern-initialize", + "href": "https://wicg.github.io/urlpattern/#urlpattern-initialize", + "linkingText": [ + "initialize" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "URLPattern" + ], + "access": "private", + "informative": false, + "heading": { + "id": "urlpattern-class", + "href": "https://wicg.github.io/urlpattern/#urlpattern-class", + "title": "The URLPattern class", + "number": "1" + }, + "definedIn": "prose" + }, { "id": "dom-urlpattern-protocol", "href": "https://wicg.github.io/urlpattern/#dom-urlpattern-protocol", diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index 68cf7254c530..6a5cd1c748be 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -2819,6 +2819,44 @@ }, "definedIn": "prose" }, + { + "id": "abstract-opdef-to-wgsl-type", + "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-to-wgsl-type", + "linkingText": [ + "to WGSL type" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "conversions-to-wgsl", + "href": "https://www.w3.org/TR/webgpu/#conversions-to-wgsl", + "title": "Numeric conversions from JavaScript to WGSL", + "number": "3.10" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-to-a-texel-value-of-texture-format", + "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-to-a-texel-value-of-texture-format", + "linkingText": [ + "to a texel value of texture format" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "conversions-to-wgsl", + "href": "https://www.w3.org/TR/webgpu/#conversions-to-wgsl", + "title": "Numeric conversions from JavaScript to WGSL", + "number": "3.10" + }, + "definedIn": "prose" + }, { "id": "navigatorgpu", "href": "https://www.w3.org/TR/webgpu/#navigatorgpu", diff --git a/tr/dfns/webrtc-encoded-transform.json b/tr/dfns/webrtc-encoded-transform.json index e426e1f6a780..c29ef38abc83 100644 --- a/tr/dfns/webrtc-encoded-transform.json +++ b/tr/dfns/webrtc-encoded-transform.json @@ -4,67 +4,6 @@ "url": "https://www.w3.org/TR/webrtc-encoded-transform/" }, "dfns": [ - { - "id": "dictdef-rtcinsertablestreams", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dictdef-rtcinsertablestreams", - "linkingText": [ - "RTCInsertableStreams" - ], - "localLinkingText": [], - "type": "dictionary", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "specification", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", - "title": "Specification", - "number": "3" - }, - "definedIn": "pre" - }, - { - "id": "dom-rtcinsertablestreams-readable", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-readable", - "linkingText": [ - "readable" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "RTCInsertableStreams" - ], - "access": "public", - "informative": false, - "heading": { - "id": "specification", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", - "title": "Specification", - "number": "3" - }, - "definedIn": "pre" - }, - { - "id": "dom-rtcinsertablestreams-writable", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcinsertablestreams-writable", - "linkingText": [ - "writable" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "RTCInsertableStreams" - ], - "access": "public", - "informative": false, - "heading": { - "id": "specification", - "href": "https://www.w3.org/TR/webrtc-encoded-transform/#specification", - "title": "Specification", - "number": "3" - }, - "definedIn": "pre" - }, { "id": "typedefdef-rtcrtptransform", "href": "https://www.w3.org/TR/webrtc-encoded-transform/#typedefdef-rtcrtptransform", diff --git a/tr/dfns/webrtc-stats.json b/tr/dfns/webrtc-stats.json index f2feb4391401..b9f6682d7a6f 100644 --- a/tr/dfns/webrtc-stats.json +++ b/tr/dfns/webrtc-stats.json @@ -323,6 +323,26 @@ }, "definedIn": "prose" }, + { + "id": "dfn-exposing-hardware-is-allowed", + "href": "https://www.w3.org/TR/webrtc-stats/#dfn-exposing-hardware-is-allowed", + "linkingText": [ + "exposing hardware is allowed", + "check if hardware exposure is allowed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "limiting-exposure-of-hardware-capabilities", + "href": "https://www.w3.org/TR/webrtc-stats/#limiting-exposure-of-hardware-capabilities", + "title": "Limiting exposure of hardware capabilities", + "number": "6.1" + }, + "definedIn": "prose" + }, { "id": "dom-rtcstatstype", "href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype", @@ -338,7 +358,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "heading" }, @@ -359,7 +379,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -380,7 +400,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -401,7 +421,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -422,7 +442,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -443,7 +463,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -464,7 +484,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -485,7 +505,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -506,7 +526,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -527,7 +547,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -548,7 +568,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -569,7 +589,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -590,7 +610,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -611,7 +631,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -632,7 +652,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -653,7 +673,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -674,7 +694,7 @@ "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, "definedIn": "dt" }, @@ -693,7 +713,7 @@ "id": "streamstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#streamstats-dict*", "title": "RTCRtpStreamStats dictionary", - "number": "7.2" + "number": "8.2" }, "definedIn": "heading" }, @@ -792,7 +812,7 @@ "id": "codec-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#codec-dict*", "title": "RTCCodecStats dictionary", - "number": "7.3" + "number": "8.3" }, "definedIn": "heading" }, @@ -931,7 +951,7 @@ "id": "receivedrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#receivedrtpstats-dict*", "title": "RTCReceivedRtpStreamStats dictionary", - "number": "7.4" + "number": "8.4" }, "definedIn": "heading" }, @@ -1030,7 +1050,7 @@ "id": "inboundrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*", "title": "RTCInboundRtpStreamStats dictionary", - "number": "7.5" + "number": "8.5" }, "definedIn": "prose" }, @@ -1834,6 +1854,26 @@ }, "definedIn": "dt" }, + { + "id": "dom-rtcinboundrtpstreamstats-powerefficientdecoder", + "href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-powerefficientdecoder", + "linkingText": [ + "powerEfficientDecoder" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "RTCInboundRtpStreamStats" + ], + "access": "public", + "informative": false, + "heading": { + "id": "dictionary-rtcinboundrtpstreamstats-members", + "href": "https://www.w3.org/TR/webrtc-stats/#dictionary-rtcinboundrtpstreamstats-members", + "title": "Dictionary RTCInboundRtpStreamStats Members" + }, + "definedIn": "dt" + }, { "id": "dom-rtcremoteinboundrtpstreamstats", "href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats", @@ -1849,7 +1889,7 @@ "id": "remoteinboundrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#remoteinboundrtpstats-dict*", "title": "RTCRemoteInboundRtpStreamStats dictionary", - "number": "7.6" + "number": "8.6" }, "definedIn": "prose" }, @@ -1968,7 +2008,7 @@ "id": "sentrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict*", "title": "RTCSentRtpStreamStats dictionary", - "number": "7.7" + "number": "8.7" }, "definedIn": "heading" }, @@ -2027,7 +2067,7 @@ "id": "outboundrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#outboundrtpstats-dict*", "title": "RTCOutboundRtpStreamStats dictionary", - "number": "7.8" + "number": "8.8" }, "definedIn": "prose" }, @@ -2551,6 +2591,26 @@ }, "definedIn": "dt" }, + { + "id": "dom-rtcoutboundrtpstreamstats-powerefficientencoder", + "href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-powerefficientencoder", + "linkingText": [ + "powerEfficientEncoder" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "RTCOutboundRtpStreamStats" + ], + "access": "public", + "informative": false, + "heading": { + "id": "dictionary-rtcoutboundrtpstreamstats-members", + "href": "https://www.w3.org/TR/webrtc-stats/#dictionary-rtcoutboundrtpstreamstats-members", + "title": "Dictionary RTCOutboundRtpStreamStats Members" + }, + "definedIn": "dt" + }, { "id": "dom-rtcoutboundrtpstreamstats-active", "href": "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-active", @@ -2586,7 +2646,7 @@ "id": "rtcqualitylimitationreason-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, "definedIn": "heading" }, @@ -2607,7 +2667,7 @@ "id": "rtcqualitylimitationreason-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, "definedIn": "table" }, @@ -2628,7 +2688,7 @@ "id": "rtcqualitylimitationreason-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, "definedIn": "table" }, @@ -2649,7 +2709,7 @@ "id": "rtcqualitylimitationreason-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, "definedIn": "table" }, @@ -2670,7 +2730,7 @@ "id": "rtcqualitylimitationreason-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, "definedIn": "table" }, @@ -2689,7 +2749,7 @@ "id": "remoteoutboundrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#remoteoutboundrtpstats-dict*", "title": "RTCRemoteOutboundRtpStreamStats dictionary", - "number": "7.10" + "number": "8.10" }, "definedIn": "prose" }, @@ -2828,7 +2888,7 @@ "id": "mediasourcestats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#mediasourcestats-dict*", "title": "RTCMediaSourceStats dictionary", - "number": "7.11" + "number": "8.11" }, "definedIn": "prose" }, @@ -2887,7 +2947,7 @@ "id": "audiosourcestats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#audiosourcestats-dict*", "title": "RTCAudioSourceStats dictionary", - "number": "7.12" + "number": "8.12" }, "definedIn": "prose" }, @@ -3086,7 +3146,7 @@ "id": "videosourcestats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#videosourcestats-dict*", "title": "RTCVideoSourceStats dictionary", - "number": "7.13" + "number": "8.13" }, "definedIn": "prose" }, @@ -3185,7 +3245,7 @@ "id": "playoutstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#playoutstats-dict*", "title": "RTCAudioPlayoutStats dictionary", - "number": "7.14" + "number": "8.14" }, "definedIn": "pre" }, @@ -3304,7 +3364,7 @@ "id": "pcstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#pcstats-dict*", "title": "RTCPeerConnectionStats dictionary", - "number": "7.15" + "number": "8.15" }, "definedIn": "heading" }, @@ -3363,7 +3423,7 @@ "id": "dcstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#dcstats-dict*", "title": "RTCDataChannelStats dictionary", - "number": "7.16" + "number": "8.16" }, "definedIn": "heading" }, @@ -3542,7 +3602,7 @@ "id": "transportstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#transportstats-dict*", "title": "RTCTransportStats dictionary", - "number": "7.17" + "number": "8.17" }, "definedIn": "heading" }, @@ -3959,7 +4019,7 @@ "id": "icecandidate-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*", "title": "RTCIceCandidateStats dictionary", - "number": "7.18" + "number": "8.18" }, "definedIn": "heading" }, @@ -4138,7 +4198,7 @@ "id": "candidatepair-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*", "title": "RTCIceCandidatePairStats dictionary", - "number": "7.19" + "number": "8.19" }, "definedIn": "heading" }, @@ -4597,7 +4657,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "heading" }, @@ -4618,7 +4678,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "table" }, @@ -4639,7 +4699,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "table" }, @@ -4660,7 +4720,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "table" }, @@ -4681,7 +4741,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "table" }, @@ -4702,7 +4762,7 @@ "id": "rtcstatsicecandidatepairstate-enum", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, "definedIn": "table" }, @@ -4721,7 +4781,7 @@ "id": "certificatestats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#certificatestats-dict*", "title": "RTCCertificateStats dictionary", - "number": "7.20" + "number": "8.20" }, "definedIn": "heading" }, diff --git a/tr/events/IndexedDB-3.json b/tr/events/IndexedDB-3.json index 4a724a6d6114..39aee42e2716 100644 --- a/tr/events/IndexedDB-3.json +++ b/tr/events/IndexedDB-3.json @@ -71,10 +71,8 @@ "targets": [ "IDBOpenDBRequest" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/IndexedDB-3/#eventdef-idbopendbrequest-blocked" }, @@ -83,10 +81,8 @@ "targets": [ "IDBOpenDBRequest" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/IndexedDB-3/#eventdef-idbopendbrequest-upgradeneeded" }, @@ -95,10 +91,8 @@ "targets": [ "IDBDatabase" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/IndexedDB-3/#eventdef-idbdatabase-versionchange" } diff --git a/tr/events/background-fetch.json b/tr/events/background-fetch.json index 8526e86e8d41..f6e1b9f1a1bd 100644 --- a/tr/events/background-fetch.json +++ b/tr/events/background-fetch.json @@ -33,10 +33,8 @@ "targets": [ "ServiceWorkerGlobalScope" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/background-fetch/#eventdef-serviceworkerglobalscope-backgroundfetchsuccess" }, @@ -45,10 +43,8 @@ "targets": [ "ServiceWorkerGlobalScope" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/background-fetch/#eventdef-serviceworkerglobalscope-backgroundfetchfail" }, @@ -57,10 +53,8 @@ "targets": [ "ServiceWorkerGlobalScope" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/background-fetch/#eventdef-serviceworkerglobalscope-backgroundfetchabort" } diff --git a/tr/events/battery-status.json b/tr/events/battery-status.json index 493346bd4240..fdaa1dec9a84 100644 --- a/tr/events/battery-status.json +++ b/tr/events/battery-status.json @@ -9,10 +9,8 @@ "targets": [ "BatteryManager" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "BatteryManager" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "BatteryManager" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -42,10 +36,8 @@ "targets": [ "BatteryManager" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/cookie-store.json b/tr/events/cookie-store.json index 1539059ab120..281c4abd2c52 100644 --- a/tr/events/cookie-store.json +++ b/tr/events/cookie-store.json @@ -21,10 +21,8 @@ "targets": [ "CookieStore" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/css-animations-1.json b/tr/events/css-animations-1.json index 227119b4e5be..067869e3e661 100644 --- a/tr/events/css-animations-1.json +++ b/tr/events/css-animations-1.json @@ -9,10 +9,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -42,10 +36,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { diff --git a/tr/events/css-contain-2.json b/tr/events/css-contain-2.json index 9b2599fa8b58..ce8e0d14040c 100644 --- a/tr/events/css-contain-2.json +++ b/tr/events/css-contain-2.json @@ -6,7 +6,6 @@ "events": [ { "type": "contentvisibilityautostatechanged", - "interface": null, "targets": [ "Element" ], diff --git a/tr/events/css-font-loading-3.json b/tr/events/css-font-loading-3.json index 0ee31680beb8..3df106b4bacb 100644 --- a/tr/events/css-font-loading-3.json +++ b/tr/events/css-font-loading-3.json @@ -6,7 +6,6 @@ "events": [ { "type": "loading", - "interface": null, "targets": [ "FontFaceSet" ], @@ -18,7 +17,6 @@ }, { "type": "loadingdone", - "interface": null, "targets": [ "FontFaceSet" ], @@ -30,7 +28,6 @@ }, { "type": "loadingerror", - "interface": null, "targets": [ "FontFaceSet" ], diff --git a/tr/events/css-nav-1.json b/tr/events/css-nav-1.json index b331d0a81f5d..c4ef881de039 100644 --- a/tr/events/css-nav-1.json +++ b/tr/events/css-nav-1.json @@ -9,24 +9,19 @@ "interface": "NavigationEvent", "bubbles": true, "src": { - "format": "css definition table", - "href": null - }, - "href": null + "format": "css definition table" + } }, { "type": "navnotarget", "interface": "NavigationEvent", "bubbles": true, "src": { - "format": "css definition table", - "href": null - }, - "href": null + "format": "css definition table" + } }, { "type": "navbeforefocus", - "interface": null, "targets": [ "NavigationEvent" ], @@ -38,7 +33,6 @@ }, { "type": "navnotarget", - "interface": null, "targets": [ "NavigationEvent" ], diff --git a/tr/events/css-scroll-snap-2.json b/tr/events/css-scroll-snap-2.json index 20cf000357de..5d2d2a609e97 100644 --- a/tr/events/css-scroll-snap-2.json +++ b/tr/events/css-scroll-snap-2.json @@ -6,21 +6,17 @@ "events": [ { "type": "snapChanged", - "interface": null, "src": { "format": "dfn", "href": "https://drafts.csswg.org/css-scroll-snap-2/#eventhandlers" - }, - "href": null + } }, { "type": "snapChanging", - "interface": null, "src": { "format": "dfn", "href": "https://drafts.csswg.org/css-scroll-snap-2/#eventhandlers" - }, - "href": null + } } ] } \ No newline at end of file diff --git a/tr/events/css-transitions-1.json b/tr/events/css-transitions-1.json index 5aa879f7ea70..b5dc2651e363 100644 --- a/tr/events/css-transitions-1.json +++ b/tr/events/css-transitions-1.json @@ -9,10 +9,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -42,10 +36,8 @@ "targets": [ "GlobalEventHandlers" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { diff --git a/tr/events/cssom-view-1.json b/tr/events/cssom-view-1.json index 8c30f515ca43..faabb8cefc58 100644 --- a/tr/events/cssom-view-1.json +++ b/tr/events/cssom-view-1.json @@ -43,8 +43,7 @@ }, { "src": { - "format": "fire an event phrasing", - "href": null + "format": "fire an event phrasing" }, "href": "https://www.w3.org/TR/cssom-view-1/#eventdef-window-resize", "type": "resize", @@ -55,8 +54,7 @@ }, { "src": { - "format": "fire an event phrasing", - "href": null + "format": "fire an event phrasing" }, "href": "https://www.w3.org/TR/cssom-view-1/#eventdef-document-scroll", "type": "scroll", diff --git a/tr/events/edit-context.json b/tr/events/edit-context.json index 8a98284b58f0..d86ad2da7dc1 100644 --- a/tr/events/edit-context.json +++ b/tr/events/edit-context.json @@ -75,10 +75,8 @@ "targets": [ "EditContext" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/fullscreen.json b/tr/events/fullscreen.json index 1fb7a867be95..3db5b434a704 100644 --- a/tr/events/fullscreen.json +++ b/tr/events/fullscreen.json @@ -9,10 +9,8 @@ "targets": [ "Element" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "Document" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "Element" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -42,15 +36,12 @@ "targets": [ "Document" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { "type": "fullscreenchange", - "interface": null, "targets": [ "Document", "Element" @@ -63,7 +54,6 @@ }, { "type": "fullscreenerror", - "interface": null, "targets": [ "Document", "Element" diff --git a/tr/events/navigation-api.json b/tr/events/navigation-api.json index 07489d6a3a22..58145f0a52aa 100644 --- a/tr/events/navigation-api.json +++ b/tr/events/navigation-api.json @@ -57,10 +57,8 @@ "targets": [ "Navigation" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/navigation-api/#eventdef-navigation-navigate" } diff --git a/tr/events/notifications.json b/tr/events/notifications.json index c5c6d8ef45a4..1e9faa5b1dfd 100644 --- a/tr/events/notifications.json +++ b/tr/events/notifications.json @@ -57,10 +57,8 @@ "targets": [ "ServiceWorkerGlobalScope" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -68,10 +66,8 @@ "targets": [ "ServiceWorkerGlobalScope" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/pointerlock-2.json b/tr/events/pointerlock-2.json index 6f5e868f0fd4..682b2cf2b4bb 100644 --- a/tr/events/pointerlock-2.json +++ b/tr/events/pointerlock-2.json @@ -9,10 +9,8 @@ "targets": [ "Document" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/pointerlock-2/#dfn-pointerlockchange" }, @@ -21,10 +19,8 @@ "targets": [ "Document" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/pointerlock-2/#dfn-pointerlockerror" } diff --git a/tr/events/presentation-api.json b/tr/events/presentation-api.json index 658d48fc4dab..4d7d85fdf8ba 100644 --- a/tr/events/presentation-api.json +++ b/tr/events/presentation-api.json @@ -72,10 +72,8 @@ "targets": [ "PresentationConnection" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/service-workers.json b/tr/events/service-workers.json index f686c0534d25..7fe99b23e040 100644 --- a/tr/events/service-workers.json +++ b/tr/events/service-workers.json @@ -103,8 +103,7 @@ { "href": "https://w3c.github.io/push-api/#dfn-push", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "push", "interface": "PushEvent", @@ -113,8 +112,7 @@ { "href": "https://notifications.spec.whatwg.org/#dom-serviceworkerglobalscope-onnotificationclick", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "notificationclick", "interface": "NotificationEvent", @@ -123,8 +121,7 @@ { "href": "https://notifications.spec.whatwg.org/#dom-serviceworkerglobalscope-onnotificationclose", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "notificationclose", "interface": "NotificationEvent", @@ -133,8 +130,7 @@ { "href": "https://wicg.github.io/BackgroundSync/spec/#sync", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "sync", "interface": "SyncEvent", @@ -143,8 +139,7 @@ { "href": "https://w3c.github.io/payment-handler/#the-canmakepaymentevent", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "canmakepayment", "interface": "CanMakePaymentEvent", @@ -153,8 +148,7 @@ { "href": "https://w3c.github.io/payment-handler/#the-paymentrequestevent", "src": { - "format": "summary table", - "href": null + "format": "summary table" }, "type": "paymentrequest", "interface": "PaymentRequestEvent", diff --git a/tr/events/speech-api.json b/tr/events/speech-api.json index 39de71f80f89..39b50130af90 100644 --- a/tr/events/speech-api.json +++ b/tr/events/speech-api.json @@ -9,10 +9,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-audiostart" }, @@ -21,10 +19,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-soundstart" }, @@ -33,10 +29,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-speechstart" }, @@ -45,10 +39,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-speechend" }, @@ -57,10 +49,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-soundend" }, @@ -69,10 +59,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-audioend" }, @@ -81,10 +69,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-result" }, @@ -93,10 +79,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-nomatch" }, @@ -105,10 +89,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-error" }, @@ -117,10 +99,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-error" }, @@ -129,10 +109,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-start" }, @@ -141,10 +119,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-start" }, @@ -153,10 +129,8 @@ "targets": [ "SpeechRecognition" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechrecognition-end" }, @@ -165,10 +139,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-end" }, @@ -177,10 +149,8 @@ "targets": [ "SpeechSynthesis" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesis-voiceschanged" }, @@ -189,10 +159,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-pause" }, @@ -201,10 +169,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-resume" }, @@ -213,10 +179,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-mark" }, @@ -225,10 +189,8 @@ "targets": [ "SpeechSynthesisUtterance" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://wicg.github.io/speech-api/#eventdef-speechsynthesisutterance-boundary" } diff --git a/tr/events/svg-animations.json b/tr/events/svg-animations.json index 5e964b4ab4a8..61ea797e6211 100644 --- a/tr/events/svg-animations.json +++ b/tr/events/svg-animations.json @@ -9,10 +9,8 @@ "targets": [ "SVGAnimationElement" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "SVGAnimationElement" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "SVGAnimationElement" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/web-animations-1.json b/tr/events/web-animations-1.json index f8f3c6606e54..96581e5784f6 100644 --- a/tr/events/web-animations-1.json +++ b/tr/events/web-animations-1.json @@ -9,10 +9,8 @@ "targets": [ "Animation" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -20,10 +18,8 @@ "targets": [ "Animation" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -31,10 +27,8 @@ "targets": [ "Animation" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/webaudio.json b/tr/events/webaudio.json index bd655b8fa7e9..a95651af71d4 100644 --- a/tr/events/webaudio.json +++ b/tr/events/webaudio.json @@ -45,10 +45,8 @@ "targets": [ "AudioScheduledSourceNode" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } }, { @@ -56,10 +54,8 @@ "targets": [ "ScriptProcessorNode" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/webcodecs.json b/tr/events/webcodecs.json index 2190000d65e5..9f5328720986 100644 --- a/tr/events/webcodecs.json +++ b/tr/events/webcodecs.json @@ -9,10 +9,8 @@ "targets": [ "AudioDecoder" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/webcodecs/#eventdef-audiodecoder-dequeue" }, @@ -21,10 +19,8 @@ "targets": [ "VideoDecoder" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/webcodecs/#eventdef-videodecoder-dequeue" }, @@ -33,10 +29,8 @@ "targets": [ "AudioEncoder" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/webcodecs/#eventdef-audioencoder-dequeue" }, @@ -45,10 +39,8 @@ "targets": [ "VideoEncoder" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" }, "href": "https://www.w3.org/TR/webcodecs/#eventdef-videoencoder-dequeue" } diff --git a/tr/events/webmidi.json b/tr/events/webmidi.json index fe3bd71b96d0..f86791427c7c 100644 --- a/tr/events/webmidi.json +++ b/tr/events/webmidi.json @@ -9,7 +9,6 @@ "targets": [ "MIDIAccess" ], - "interface": null, "src": { "format": "IDL eventHandler", "href": "https://www.w3.org/TR/webmidi/#respecDocument" @@ -20,7 +19,6 @@ "targets": [ "MIDIPort" ], - "interface": null, "src": { "format": "IDL eventHandler", "href": "https://www.w3.org/TR/webmidi/#respecDocument" @@ -31,7 +29,6 @@ "targets": [ "MIDIInput" ], - "interface": null, "src": { "format": "IDL eventHandler", "href": "https://www.w3.org/TR/webmidi/#respecDocument" diff --git a/tr/events/webrtc-identity.json b/tr/events/webrtc-identity.json index c4e5e822658e..b646c539f2a1 100644 --- a/tr/events/webrtc-identity.json +++ b/tr/events/webrtc-identity.json @@ -9,10 +9,8 @@ "targets": [ "MediaStreamTrack" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/events/window-controls-overlay.json b/tr/events/window-controls-overlay.json index e8111e4cfbaa..f627ab3ee6b3 100644 --- a/tr/events/window-controls-overlay.json +++ b/tr/events/window-controls-overlay.json @@ -18,10 +18,8 @@ "targets": [ "WindowControlsOverlay" ], - "interface": null, "src": { - "format": "IDL eventHandler", - "href": null + "format": "IDL eventHandler" } } ] diff --git a/tr/headings/FedCM.json b/tr/headings/FedCM.json index 429bcc1fdbaa..7f86529d2e5f 100644 --- a/tr/headings/FedCM.json +++ b/tr/headings/FedCM.json @@ -175,13 +175,6 @@ "title": "ID Token", "number": "5.4" }, - { - "id": "Sec-FedCM-CSRF", - "href": "https://fedidcg.github.io/FedCM/#Sec-FedCM-CSRF", - "level": 3, - "title": "Sec-FedCM-CSRF", - "number": "5.5" - }, { "id": "rp-api", "href": "https://fedidcg.github.io/FedCM/#rp-api", @@ -267,10 +260,10 @@ "number": "9.1" }, { - "id": "sec-fedcm-csrf-header", - "href": "https://fedidcg.github.io/FedCM/#sec-fedcm-csrf-header", + "id": "sec-fetch-dest-header", + "href": "https://fedidcg.github.io/FedCM/#sec-fetch-dest-header", "level": 3, - "title": "Sec-FedCM-CSRF Header", + "title": "Sec-Fetch-Dest Header", "number": "9.2" }, { @@ -335,6 +328,13 @@ "title": "Push Model", "number": "10.3.2.2" }, + { + "id": "the-idp-sign-in-status-api", + "href": "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "level": 6, + "title": "The IdP Sign-in Status API", + "number": "10.3.2.2.1" + }, { "id": "idp-intrusion", "href": "https://fedidcg.github.io/FedCM/#idp-intrusion", diff --git a/tr/headings/change-password-url.json b/tr/headings/change-password-url.json index 58bab210759b..80093210e24e 100644 --- a/tr/headings/change-password-url.json +++ b/tr/headings/change-password-url.json @@ -1,137 +1,131 @@ { "spec": { "title": "A Well-Known URL for Changing Passwords", - "url": "https://w3c.github.io/webappsec-change-password-url/" + "url": "https://www.w3.org/TR/change-password-url/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/webappsec-change-password-url/#title", + "href": "https://www.w3.org/TR/change-password-url/#title", "level": 1, "title": "A Well-Known URL for Changing Passwords" }, - { - "id": "subtitle", - "href": "https://w3c.github.io/webappsec-change-password-url/#subtitle", - "level": 2, - "title": "Editor’s Draft, 28 January 2021" - }, { "id": "abstract", - "href": "https://w3c.github.io/webappsec-change-password-url/#abstract", + "href": "https://www.w3.org/TR/change-password-url/#abstract", "level": 2, "title": "Abstract" }, { - "id": "status", - "href": "https://w3c.github.io/webappsec-change-password-url/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/change-password-url/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://w3c.github.io/webappsec-change-password-url/#toc", + "href": "https://www.w3.org/TR/change-password-url/#toc", "level": 2, "title": "Table of Contents" }, { "id": "intro", - "href": "https://w3c.github.io/webappsec-change-password-url/#intro", + "href": "https://www.w3.org/TR/change-password-url/#intro", "level": 2, "title": "Introduction", "number": "1" }, { "id": "infra", - "href": "https://w3c.github.io/webappsec-change-password-url/#infra", + "href": "https://www.w3.org/TR/change-password-url/#infra", "level": 2, "title": "Infrastructure", "number": "2" }, { "id": "semantics", - "href": "https://w3c.github.io/webappsec-change-password-url/#semantics", + "href": "https://www.w3.org/TR/change-password-url/#semantics", "level": 2, "title": "Change Password URLs", "number": "3" }, { "id": "iana", - "href": "https://w3c.github.io/webappsec-change-password-url/#iana", + "href": "https://www.w3.org/TR/change-password-url/#iana", "level": 2, "title": "IANA considerations", "number": "4" }, { "id": "the-change-password-well-known-uri", - "href": "https://w3c.github.io/webappsec-change-password-url/#the-change-password-well-known-uri", + "href": "https://www.w3.org/TR/change-password-url/#the-change-password-well-known-uri", "level": 3, "title": "The change-password well-known URI", "number": "4.1" }, { "id": "acknowedgements", - "href": "https://w3c.github.io/webappsec-change-password-url/#acknowedgements", + "href": "https://www.w3.org/TR/change-password-url/#acknowedgements", "level": 2, "title": "Acknowledgements" }, { - "id": "conformance", - "href": "https://w3c.github.io/webappsec-change-password-url/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/change-password-url/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", - "href": "https://w3c.github.io/webappsec-change-password-url/#conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/change-password-url/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformant-algorithms", - "href": "https://w3c.github.io/webappsec-change-password-url/#conformant-algorithms", + "id": "w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/change-password-url/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, { "id": "index", - "href": "https://w3c.github.io/webappsec-change-password-url/#index", + "href": "https://www.w3.org/TR/change-password-url/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://w3c.github.io/webappsec-change-password-url/#index-defined-here", + "href": "https://www.w3.org/TR/change-password-url/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://w3c.github.io/webappsec-change-password-url/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/change-password-url/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://w3c.github.io/webappsec-change-password-url/#references", + "href": "https://www.w3.org/TR/change-password-url/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://w3c.github.io/webappsec-change-password-url/#normative", + "href": "https://www.w3.org/TR/change-password-url/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://w3c.github.io/webappsec-change-password-url/#informative", + "href": "https://www.w3.org/TR/change-password-url/#informative", "level": 3, "title": "Informative References" }, { "id": "issues-index", - "href": "https://w3c.github.io/webappsec-change-password-url/#issues-index", + "href": "https://www.w3.org/TR/change-password-url/#issues-index", "level": 2, "title": "Issues Index" } diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index d7a7d278241c..cb301a4fc18a 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -184,31 +184,31 @@ "number": "10.3" }, { - "id": "the-source-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-source-attribute", + "id": "the-source-member", + "href": "https://wicg.github.io/compute-pressure/#the-source-member", "level": 4, - "title": "The source attribute", + "title": "The source member", "number": "10.3.1" }, { - "id": "the-state-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-state-attribute", + "id": "the-state-member", + "href": "https://wicg.github.io/compute-pressure/#the-state-member", "level": 4, - "title": "The state attribute", + "title": "The state member", "number": "10.3.2" }, { - "id": "the-factors-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-factors-attribute", + "id": "the-factors-member", + "href": "https://wicg.github.io/compute-pressure/#the-factors-member", "level": 4, - "title": "The factors attribute", + "title": "The factors member", "number": "10.3.3" }, { - "id": "the-time-attribute", - "href": "https://wicg.github.io/compute-pressure/#the-time-attribute", + "id": "the-time-member", + "href": "https://wicg.github.io/compute-pressure/#the-time-member", "level": 4, - "title": "The time attribute", + "title": "The time member", "number": "10.3.4" }, { diff --git a/tr/headings/css-anchor-1.json b/tr/headings/css-anchor-1.json new file mode 100644 index 000000000000..b35c331972cb --- /dev/null +++ b/tr/headings/css-anchor-1.json @@ -0,0 +1,200 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-anchor-1/#title", + "level": 1, + "title": "CSS Anchor Positioning" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-anchor-1/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://drafts.csswg.org/css-anchor-1/#sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-anchor-1/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-anchor-1/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "anchoring", + "href": "https://drafts.csswg.org/css-anchor-1/#anchoring", + "level": 2, + "title": "Anchoring", + "number": "2" + }, + { + "id": "anchor-pos", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "level": 3, + "title": "Anchor-based Positioning: the anchor() function", + "number": "2.1" + }, + { + "id": "anchor-size", + "href": "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "level": 3, + "title": "Anchor-based Sizing: the anchor-size() function", + "number": "2.2" + }, + { + "id": "determining", + "href": "https://drafts.csswg.org/css-anchor-1/#determining", + "level": 3, + "title": "Determining The Anchor: the anchor-name property", + "number": "2.3" + }, + { + "id": "queries", + "href": "https://drafts.csswg.org/css-anchor-1/#queries", + "level": 3, + "title": "Anchor Queries", + "number": "2.4" + }, + { + "id": "fallback", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback", + "level": 2, + "title": "Fallback Sizing/Positioning", + "number": "3" + }, + { + "id": "fallback-property", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-property", + "level": 3, + "title": "The position-fallback Property", + "number": "3.1" + }, + { + "id": "fallback-rule", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-rule", + "level": 3, + "title": "The @position-fallback Rule", + "number": "3.2" + }, + { + "id": "fallback-apply", + "href": "https://drafts.csswg.org/css-anchor-1/#fallback-apply", + "level": 3, + "title": "Applying Position Fallback", + "number": "3.3" + }, + { + "id": "sec", + "href": "https://drafts.csswg.org/css-anchor-1/#sec", + "level": 2, + "title": "Security Considerations", + "number": "4" + }, + { + "id": "priv", + "href": "https://drafts.csswg.org/css-anchor-1/#priv", + "level": 2, + "title": "Privacy Considerations", + "number": "5" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-anchor-1/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-anchor-1/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-anchor-1/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-anchor-1/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-anchor-1/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-anchor-1/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://drafts.csswg.org/css-anchor-1/#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "property-index", + "href": "https://drafts.csswg.org/css-anchor-1/#property-index", + "level": 2, + "title": "Property Index" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-anchor-1/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/ecmascript.json b/tr/headings/ecmascript.json index e18e6ae6219c..68db20f8c355 100644 --- a/tr/headings/ecmascript.json +++ b/tr/headings/ecmascript.json @@ -438,6 +438,76 @@ "level": 3, "number": "5.1.5" }, + { + "id": "sec-terminal-symbols", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-terminal-symbols", + "title": "Terminal Symbols", + "level": 4, + "number": "5.1.5.1" + }, + { + "id": "sec-nonterminal-symbols-and-productions", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-nonterminal-symbols-and-productions", + "title": "Nonterminal Symbols and Productions", + "level": 4, + "number": "5.1.5.2" + }, + { + "id": "sec-optional-symbols", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-optional-symbols", + "title": "Optional Symbols", + "level": 4, + "number": "5.1.5.3" + }, + { + "id": "sec-grammatical-parameters", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammatical-parameters", + "title": "Grammatical Parameters", + "level": 4, + "number": "5.1.5.4" + }, + { + "id": "sec-one-of", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-one-of", + "title": "one of", + "level": 4, + "number": "5.1.5.5" + }, + { + "id": "sec-empty", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-empty", + "title": "[empty]", + "level": 4, + "number": "5.1.5.6" + }, + { + "id": "sec-lookahead-restrictions", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lookahead-restrictions", + "title": "Lookahead Restrictions", + "level": 4, + "number": "5.1.5.7" + }, + { + "id": "sec-no-lineterminator-here", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-no-lineterminator-here", + "title": "[no LineTerminator here]", + "level": 4, + "number": "5.1.5.8" + }, + { + "id": "sec-but-not", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-but-not", + "title": "but not", + "level": 4, + "number": "5.1.5.9" + }, + { + "id": "sec-descriptive-phrases", + "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-descriptive-phrases", + "title": "Descriptive Phrases", + "level": 4, + "number": "5.1.5.10" + }, { "id": "sec-algorithm-conventions", "href": "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-algorithm-conventions", @@ -4176,26 +4246,33 @@ "level": 4, "number": "13.2.8.2" }, + { + "id": "sec-templatestring", + "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-templatestring", + "title": "Static Semantics: TemplateString ( templateToken, raw )", + "level": 4, + "number": "13.2.8.3" + }, { "id": "sec-gettemplateobject", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-gettemplateobject", "title": "GetTemplateObject ( templateLiteral )", "level": 4, - "number": "13.2.8.3" + "number": "13.2.8.4" }, { "id": "sec-runtime-semantics-substitutionevaluation", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "title": "Runtime Semantics: SubstitutionEvaluation", "level": 4, - "number": "13.2.8.4" + "number": "13.2.8.5" }, { "id": "sec-template-literals-runtime-semantics-evaluation", "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", "title": "Runtime Semantics: Evaluation", "level": 4, - "number": "13.2.8.5" + "number": "13.2.8.6" }, { "id": "sec-grouping-operator", @@ -9469,8 +9546,8 @@ "number": "22.2.2" }, { - "id": "sec-notation", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "id": "sec-pattern-notation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", "title": "Notation", "level": 4, "number": "22.2.2.1" @@ -9580,348 +9657,355 @@ "level": 5, "number": "22.2.2.9.1" }, + { + "id": "sec-wordcharacters", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "title": "WordCharacters ( rer )", + "level": 5, + "number": "22.2.2.9.2" + }, { "id": "sec-runtime-semantics-unicodematchproperty-p", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-unicodematchproperty-p", "title": "UnicodeMatchProperty ( p )", "level": 5, - "number": "22.2.2.9.2" + "number": "22.2.2.9.3" }, { "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 )", "level": 5, - "number": "22.2.2.9.3" + "number": "22.2.2.9.4" }, { - "id": "sec-regexp-constructor", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", - "title": "The RegExp Constructor", + "id": "sec-abstract-operations-for-regexp-creation", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-creation", + "title": "Abstract Operations for RegExp Creation", "level": 3, "number": "22.2.3" }, { - "id": "sec-regexp-pattern-flags", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", - "title": "RegExp ( pattern, flags )", + "id": "sec-regexpcreate", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", + "title": "RegExpCreate ( P, F )", "level": 4, "number": "22.2.3.1" }, - { - "id": "sec-abstract-operations-for-the-regexp-constructor", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-the-regexp-constructor", - "title": "Abstract Operations for the RegExp Constructor", - "level": 4, - "number": "22.2.3.2" - }, { "id": "sec-regexpalloc", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpalloc", "title": "RegExpAlloc ( newTarget )", - "level": 5, - "number": "22.2.3.2.1" + "level": 4, + "number": "22.2.3.2" }, { "id": "sec-regexpinitialize", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpinitialize", "title": "RegExpInitialize ( obj, pattern, flags )", - "level": 5, - "number": "22.2.3.2.2" + "level": 4, + "number": "22.2.3.3" }, { "id": "sec-parsepattern", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", "title": "Static Semantics: ParsePattern ( patternText, u )", - "level": 5, - "number": "22.2.3.2.3" - }, - { - "id": "sec-wordcharacters", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", - "title": "WordCharacters ( rer )", - "level": 5, - "number": "22.2.3.2.4" + "level": 4, + "number": "22.2.3.4" }, { - "id": "sec-regexpcreate", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpcreate", - "title": "RegExpCreate ( P, F )", - "level": 5, - "number": "22.2.3.2.5" + "id": "sec-regexp-constructor", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", + "title": "The RegExp Constructor", + "level": 3, + "number": "22.2.4" }, { - "id": "sec-escaperegexppattern", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", - "title": "EscapeRegExpPattern ( P, F )", - "level": 5, - "number": "22.2.3.2.6" + "id": "sec-regexp-pattern-flags", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-pattern-flags", + "title": "RegExp ( pattern, flags )", + "level": 4, + "number": "22.2.4.1" }, { "id": "sec-properties-of-the-regexp-constructor", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", "title": "Properties of the RegExp Constructor", "level": 3, - "number": "22.2.4" + "number": "22.2.5" }, { "id": "sec-regexp.prototype", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", "title": "RegExp.prototype", "level": 4, - "number": "22.2.4.1" + "number": "22.2.5.1" }, { "id": "sec-get-regexp-@@species", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "title": "get RegExp [ @@species ]", "level": 4, - "number": "22.2.4.2" + "number": "22.2.5.2" }, { "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", "level": 3, - "number": "22.2.5" + "number": "22.2.6" }, { "id": "sec-regexp.prototype.constructor", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", "title": "RegExp.prototype.constructor", "level": 4, - "number": "22.2.5.1" + "number": "22.2.6.1" }, { "id": "sec-regexp.prototype.exec", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.exec", "title": "RegExp.prototype.exec ( string )", "level": 4, - "number": "22.2.5.2" - }, - { - "id": "sec-regexpexec", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", - "title": "RegExpExec ( R, S )", - "level": 5, - "number": "22.2.5.2.1" - }, - { - "id": "sec-regexpbuiltinexec", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", - "title": "RegExpBuiltinExec ( R, S )", - "level": 5, - "number": "22.2.5.2.2" - }, - { - "id": "sec-advancestringindex", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", - "title": "AdvanceStringIndex ( S, index, unicode )", - "level": 5, - "number": "22.2.5.2.3" - }, - { - "id": "sec-getstringindex", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", - "title": "GetStringIndex ( S, codePointIndex )", - "level": 5, - "number": "22.2.5.2.4" - }, - { - "id": "sec-match-records", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "title": "Match Records", - "level": 5, - "number": "22.2.5.2.5" - }, - { - "id": "sec-getmatchstring", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", - "title": "GetMatchString ( S, match )", - "level": 5, - "number": "22.2.5.2.6" - }, - { - "id": "sec-getmatchindexpair", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", - "title": "GetMatchIndexPair ( S, match )", - "level": 5, - "number": "22.2.5.2.7" - }, - { - "id": "sec-makematchindicesindexpairarray", - "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", - "title": "MakeMatchIndicesIndexPairArray ( S, indices, groupNames, hasGroups )", - "level": 5, - "number": "22.2.5.2.8" + "number": "22.2.6.2" }, { "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", "level": 4, - "number": "22.2.5.3" + "number": "22.2.6.3" }, { "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", "level": 4, - "number": "22.2.5.4" + "number": "22.2.6.4" }, { "id": "sec-regexphasflag", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "title": "RegExpHasFlag ( R, codeUnit )", "level": 5, - "number": "22.2.5.4.1" + "number": "22.2.6.4.1" }, { "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", "level": 4, - "number": "22.2.5.5" + "number": "22.2.6.5" }, { "id": "sec-get-regexp.prototype.hasIndices", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "title": "get RegExp.prototype.hasIndices", "level": 4, - "number": "22.2.5.6" + "number": "22.2.6.6" }, { "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", "level": 4, - "number": "22.2.5.7" + "number": "22.2.6.7" }, { "id": "sec-regexp.prototype-@@match", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "title": "RegExp.prototype [ @@match ] ( string )", "level": 4, - "number": "22.2.5.8" + "number": "22.2.6.8" }, { "id": "sec-regexp-prototype-matchall", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "title": "RegExp.prototype [ @@matchAll ] ( string )", "level": 4, - "number": "22.2.5.9" + "number": "22.2.6.9" }, { "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", "level": 4, - "number": "22.2.5.10" + "number": "22.2.6.10" }, { "id": "sec-regexp.prototype-@@replace", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "title": "RegExp.prototype [ @@replace ] ( string, replaceValue )", "level": 4, - "number": "22.2.5.11" + "number": "22.2.6.11" }, { "id": "sec-regexp.prototype-@@search", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "title": "RegExp.prototype [ @@search ] ( string )", "level": 4, - "number": "22.2.5.12" + "number": "22.2.6.12" }, { "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", "level": 4, - "number": "22.2.5.13" + "number": "22.2.6.13" + }, + { + "id": "sec-escaperegexppattern", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-escaperegexppattern", + "title": "EscapeRegExpPattern ( P, F )", + "level": 5, + "number": "22.2.6.13.1" }, { "id": "sec-regexp.prototype-@@split", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", "title": "RegExp.prototype [ @@split ] ( string, limit )", "level": 4, - "number": "22.2.5.14" + "number": "22.2.6.14" }, { "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", "level": 4, - "number": "22.2.5.15" + "number": "22.2.6.15" }, { "id": "sec-regexp.prototype.test", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test", "title": "RegExp.prototype.test ( S )", "level": 4, - "number": "22.2.5.16" + "number": "22.2.6.16" }, { "id": "sec-regexp.prototype.tostring", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring", "title": "RegExp.prototype.toString ( )", "level": 4, - "number": "22.2.5.17" + "number": "22.2.6.17" }, { "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", "level": 4, - "number": "22.2.5.18" + "number": "22.2.6.18" + }, + { + "id": "sec-abstract-operations-for-regexp-matching", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-matching", + "title": "Abstract Operations for RegExp Matching", + "level": 3, + "number": "22.2.7" + }, + { + "id": "sec-regexpexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec", + "title": "RegExpExec ( R, S )", + "level": 4, + "number": "22.2.7.1" + }, + { + "id": "sec-regexpbuiltinexec", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec", + "title": "RegExpBuiltinExec ( R, S )", + "level": 4, + "number": "22.2.7.2" + }, + { + "id": "sec-advancestringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex", + "title": "AdvanceStringIndex ( S, index, unicode )", + "level": 4, + "number": "22.2.7.3" + }, + { + "id": "sec-getstringindex", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "title": "GetStringIndex ( S, codePointIndex )", + "level": 4, + "number": "22.2.7.4" + }, + { + "id": "sec-match-records", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "title": "Match Records", + "level": 4, + "number": "22.2.7.5" + }, + { + "id": "sec-getmatchstring", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "title": "GetMatchString ( S, match )", + "level": 4, + "number": "22.2.7.6" + }, + { + "id": "sec-getmatchindexpair", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "title": "GetMatchIndexPair ( S, match )", + "level": 4, + "number": "22.2.7.7" + }, + { + "id": "sec-makematchindicesindexpairarray", + "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "title": "MakeMatchIndicesIndexPairArray ( S, indices, groupNames, hasGroups )", + "level": 4, + "number": "22.2.7.8" }, { "id": "sec-properties-of-regexp-instances", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "title": "Properties of RegExp Instances", "level": 3, - "number": "22.2.6" + "number": "22.2.8" }, { "id": "sec-lastindex", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "title": "lastIndex", "level": 4, - "number": "22.2.6.1" + "number": "22.2.8.1" }, { "id": "sec-regexp-string-iterator-objects", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "title": "RegExp String Iterator Objects", "level": 3, - "number": "22.2.7" + "number": "22.2.9" }, { "id": "sec-createregexpstringiterator", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator", "title": "CreateRegExpStringIterator ( R, S, global, fullUnicode )", "level": 4, - "number": "22.2.7.1" + "number": "22.2.9.1" }, { "id": "sec-%regexpstringiteratorprototype%-object", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-object", "title": "The %RegExpStringIteratorPrototype% Object", "level": 4, - "number": "22.2.7.2" + "number": "22.2.9.2" }, { "id": "sec-%regexpstringiteratorprototype%.next", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", "title": "%RegExpStringIteratorPrototype%.next ( )", "level": 5, - "number": "22.2.7.2.1" + "number": "22.2.9.2.1" }, { "id": "sec-%regexpstringiteratorprototype%-@@tostringtag", "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", "title": "%RegExpStringIteratorPrototype% [ @@toStringTag ]", "level": 5, - "number": "22.2.7.2.2" + "number": "22.2.9.2.2" }, { "id": "sec-indexed-collections", diff --git a/tr/headings/fetch.json b/tr/headings/fetch.json index 827d95b2bef2..3fdd735393f1 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 22 September 2022" + "title": "Living Standard — Last Updated 26 September 2022" }, { "id": "abstract", diff --git a/tr/headings/fido-v2.1.json b/tr/headings/fido-v2.1.json new file mode 100644 index 000000000000..b1123d4b464b --- /dev/null +++ b/tr/headings/fido-v2.1.json @@ -0,0 +1,1355 @@ +{ + "spec": { + "title": "Client to Authenticator Protocol (CTAP)", + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "headings": [ + { + "id": "title", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#title", + "level": 1, + "title": "Client to Authenticator Protocol (CTAP)" + }, + { + "id": "subtitle", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#subtitle", + "level": 2, + "title": "Proposed Standard, June 21, 2022" + }, + { + "id": "abstract", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "Status", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#Status", + "level": 2, + "title": "Status of This Document" + }, + { + "id": "toc", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "relationship-to-other-specifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#relationship-to-other-specifications", + "level": 3, + "title": "Relationship to Other Specifications", + "number": "1.1" + }, + { + "id": "references-by-other-specifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#references-by-other-specifications", + "level": 3, + "title": "Data Elements Referenced by Other Specifications", + "number": "1.2" + }, + { + "id": "conformance", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#conformance", + "level": 2, + "title": "Conformance", + "number": "2" + }, + { + "id": "protocol-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#protocol-structure", + "level": 2, + "title": "Protocol Structure", + "number": "3" + }, + { + "id": "CTAP2ProtocolOverview", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#CTAP2ProtocolOverview", + "level": 2, + "title": "Protocol Overview", + "number": "4" + }, + { + "id": "sctn-terminology", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "level": 2, + "title": "Terminology", + "number": "5" + }, + { + "id": "authenticator-api", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-api", + "level": 2, + "title": "Authenticator API", + "number": "6" + }, + { + "id": "authenticatorMakeCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "level": 3, + "title": "authenticatorMakeCredential (0x01)", + "number": "6.1" + }, + { + "id": "sctn-makeCred-platf-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-platf-actions", + "level": 4, + "title": "Platform Actions for authenticatorMakeCredential (non-normative)", + "number": "6.1.1" + }, + { + "id": "sctn-makeCred-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-authnr-alg", + "level": 4, + "title": "authenticatorMakeCredential Algorithm", + "number": "6.1.2" + }, + { + "id": "sctn-discoverable", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-discoverable", + "level": 4, + "title": "Discoverable credentials", + "number": "6.1.3" + }, + { + "id": "authenticatorGetAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "level": 3, + "title": "authenticatorGetAssertion (0x02)", + "number": "6.2" + }, + { + "id": "sctn-getAssert-platf-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-platf-actions", + "level": 4, + "title": "Platform Actions for authenticatorGetAssertion (non-normative)", + "number": "6.2.1" + }, + { + "id": "sctn-getAssert-authnr-alg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-authnr-alg", + "level": 4, + "title": "authenticatorGetAssertion Algorithm", + "number": "6.2.2" + }, + { + "id": "authenticatorGetNextAssertion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetNextAssertion", + "level": 3, + "title": "authenticatorGetNextAssertion (0x08)", + "number": "6.3" + }, + { + "id": "authenticatorGetNextAssertion-clientLogic", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetNextAssertion-clientLogic", + "level": 4, + "title": "Client Logic", + "number": "6.3.1" + }, + { + "id": "authenticatorGetInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "level": 3, + "title": "authenticatorGetInfo (0x04)", + "number": "6.4" + }, + { + "id": "authenticatorClientPIN", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorClientPIN", + "level": 3, + "title": "authenticatorClientPIN (0x06)", + "number": "6.5" + }, + { + "id": "authnrClientPin-pin-composition", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-pin-composition", + "level": 4, + "title": "PIN Composition Requirements", + "number": "6.5.1" + }, + { + "id": "authnrClientPin-globalState", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState", + "level": 4, + "title": "PIN/UV Auth Protocol Global State", + "number": "6.5.2" + }, + { + "id": "authnrClientPin-globalState-puat", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "level": 5, + "title": "pinUvAuthToken State", + "number": "6.5.2.1" + }, + { + "id": "authnrClientPin-globalState-retries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "level": 5, + "title": "PIN-Entry and User Verification Retries Counters", + "number": "6.5.2.2" + }, + { + "id": "authnrClientPin-puaprot-util", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util", + "level": 4, + "title": "Utility Functions", + "number": "6.5.3" + }, + { + "id": "authnrClientPin-puaprot-util-builtinuv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-builtinuv", + "level": 5, + "title": "Perform Built-in User Verification Algorithm", + "number": "6.5.3.1" + }, + { + "id": "authnrClientPin-puaprot-util-state", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "level": 5, + "title": "pinUvAuthToken State Maintenance Functions", + "number": "6.5.3.2" + }, + { + "id": "authnrClientPin-puaprot-abstract-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "level": 4, + "title": "PIN/UV Auth Protocol Abstract Definition", + "number": "6.5.4" + }, + { + "id": "authnrClientPin-cmd-dfn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-cmd-dfn", + "level": 4, + "title": "authenticatorClientPIN (0x06) Command Definition", + "number": "6.5.5" + }, + { + "id": "authenticator-power-up-configuration", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-power-up-configuration", + "level": 5, + "title": "Authenticator Configuration Operations Upon Power Up", + "number": "6.5.5.1" + }, + { + "id": "gettingPINRetries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPINRetries", + "level": 5, + "title": "Platform getting PIN retries from Authenticator", + "number": "6.5.5.2" + }, + { + "id": "gettingUVRetries", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingUVRetries", + "level": 5, + "title": "Platform getting UV Retries from Authenticator", + "number": "6.5.5.3" + }, + { + "id": "gettingSharedSecret", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingSharedSecret", + "level": 5, + "title": "Obtaining the Shared Secret", + "number": "6.5.5.4" + }, + { + "id": "settingNewPin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#settingNewPin", + "level": 5, + "title": "Setting a New PIN", + "number": "6.5.5.5" + }, + { + "id": "changingExistingPin", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#changingExistingPin", + "level": 5, + "title": "Changing existing PIN", + "number": "6.5.5.6" + }, + { + "id": "gettingPinUvAuthToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "level": 5, + "title": "Operations to Obtain a pinUvAuthToken", + "number": "6.5.5.7" + }, + { + "id": "getPinToken", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinToken", + "level": 6, + "title": "Getting pinUvAuthToken using getPinToken (superseded)", + "number": "6.5.5.7.1" + }, + { + "id": "getPinUvAuthTokenUsingPinWithPermissions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinUvAuthTokenUsingPinWithPermissions", + "level": 6, + "title": "Getting pinUvAuthToken using getPinUvAuthTokenUsingPinWithPermissions (ClientPIN)", + "number": "6.5.5.7.2" + }, + { + "id": "getPinUvAuthTokenUsingUvWithPermissions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinUvAuthTokenUsingUvWithPermissions", + "level": 6, + "title": "Getting pinUvAuthToken using getPinUvAuthTokenUsingUvWithPermissions (built-in user verification methods)", + "number": "6.5.5.7.3" + }, + { + "id": "pinProto1", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto1", + "level": 4, + "title": "PIN/UV Auth Protocol One", + "number": "6.5.6" + }, + { + "id": "pinProto2", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto2", + "level": 4, + "title": "PIN/UV Auth Protocol Two", + "number": "6.5.7" + }, + { + "id": "prfValues", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prfValues", + "level": 4, + "title": "PRF values used", + "number": "6.5.8" + }, + { + "id": "authenticatorReset", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorReset", + "level": 3, + "title": "authenticatorReset (0x07)", + "number": "6.6" + }, + { + "id": "authenticatorBioEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollment", + "level": 3, + "title": "authenticatorBioEnrollment (0x09)", + "number": "6.7" + }, + { + "id": "authenticatorBioEnrollmentFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollmentFeatureDetection", + "level": 4, + "title": "Feature detection", + "number": "6.7.1" + }, + { + "id": "getUserVerificationModality", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getUserVerificationModality", + "level": 4, + "title": "Get bio modality", + "number": "6.7.2" + }, + { + "id": "getFingerprintSensorInfo", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getFingerprintSensorInfo", + "level": 4, + "title": "Get fingerprint sensor info", + "number": "6.7.3" + }, + { + "id": "enrollingFingerprint", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enrollingFingerprint", + "level": 4, + "title": "Enrolling fingerprint", + "number": "6.7.4" + }, + { + "id": "cancelEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cancelEnrollment", + "level": 4, + "title": "Cancel current enrollment", + "number": "6.7.5" + }, + { + "id": "enumerateEnrollments", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumerateEnrollments", + "level": 4, + "title": "Enumerate enrollments", + "number": "6.7.6" + }, + { + "id": "setFriendlyName", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setFriendlyName", + "level": 4, + "title": "Rename/Set FriendlyName", + "number": "6.7.7" + }, + { + "id": "removeEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#removeEnrollment", + "level": 4, + "title": "Remove enrollment", + "number": "6.7.8" + }, + { + "id": "authenticatorCredentialManagement", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorCredentialManagement", + "level": 3, + "title": "authenticatorCredentialManagement (0x0A)", + "number": "6.8" + }, + { + "id": "authenticatorCredMgmtFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorCredMgmtFeatureDetection", + "level": 4, + "title": "Feature detection", + "number": "6.8.1" + }, + { + "id": "getCredsMetadata", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getCredsMetadata", + "level": 4, + "title": "Getting Credentials Metadata", + "number": "6.8.2" + }, + { + "id": "enumeratingRPs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumeratingRPs", + "level": 4, + "title": "Enumerating RPs", + "number": "6.8.3" + }, + { + "id": "enumeratingCredentials", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumeratingCredentials", + "level": 4, + "title": "Enumerating Credentials for an RP", + "number": "6.8.4" + }, + { + "id": "deleteCredential", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#deleteCredential", + "level": 4, + "title": "DeleteCredential", + "number": "6.8.5" + }, + { + "id": "updateUserInformation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#updateUserInformation", + "level": 4, + "title": "Updating user information", + "number": "6.8.6" + }, + { + "id": "rpid-truncation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#rpid-truncation", + "level": 4, + "title": "Truncation of relying party identifiers", + "number": "6.8.7" + }, + { + "id": "authenticatorSelection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorSelection", + "level": 3, + "title": "authenticatorSelection (0x0B)", + "number": "6.9" + }, + { + "id": "authenticatorLargeBlobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "level": 3, + "title": "authenticatorLargeBlobs (0x0C)", + "number": "6.10" + }, + { + "id": "largeBlobsFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeBlobsFeatureDetection", + "level": 4, + "title": "Feature detection", + "number": "6.10.1" + }, + { + "id": "largeBlobsRW", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeBlobsRW", + "level": 4, + "title": "Reading and writing serialised data", + "number": "6.10.2" + }, + { + "id": "large-blob", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob", + "level": 4, + "title": "Large, per-credential blobs", + "number": "6.10.3" + }, + { + "id": "reading-large-blobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#reading-large-blobs", + "level": 4, + "title": "Reading per-credential large-blob data", + "number": "6.10.4" + }, + { + "id": "writing-per-credential-data", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#writing-per-credential-data", + "level": 4, + "title": "Writing per-credential large-blob data for a new credential", + "number": "6.10.5" + }, + { + "id": "updating-large-blobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#updating-large-blobs", + "level": 4, + "title": "Updating per-credential large-blob data", + "number": "6.10.6" + }, + { + "id": "gc-large-blobs", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gc-large-blobs", + "level": 4, + "title": "Garbage collection of large-blob data", + "number": "6.10.7" + }, + { + "id": "authenticatorConfig", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorConfig", + "level": 3, + "title": "authenticatorConfig (0x0D)", + "number": "6.11" + }, + { + "id": "enable-enterprise-attestation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enable-enterprise-attestation", + "level": 4, + "title": "Enable Enterprise Attestation", + "number": "6.11.1" + }, + { + "id": "toggle-alwaysUv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toggle-alwaysUv", + "level": 4, + "title": "Toggle Always Require User Verification", + "number": "6.11.2" + }, + { + "id": "vendorPrototype", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#vendorPrototype", + "level": 4, + "title": "Vendor Prototype Command", + "number": "6.11.3" + }, + { + "id": "setMinPINLength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setMinPINLength", + "level": 4, + "title": "Setting a minimum PIN Length", + "number": "6.11.4" + }, + { + "id": "prototypeAuthenticatorBioEnrollment", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prototypeAuthenticatorBioEnrollment", + "level": 3, + "title": "Prototype authenticatorBioEnrollment (0x40) (For backwards compatibility with \"FIDO_2_1_PRE\")", + "number": "6.12" + }, + { + "id": "prototypeAuthenticatorCredentialManagement", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prototypeAuthenticatorCredentialManagement", + "level": 3, + "title": "Prototype authenticatorCredentialManagement (0x41) (For backwards compatibility with \"FIDO_2_1_PRE\" )", + "number": "6.13" + }, + { + "id": "sctn-feature-descriptions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions", + "level": 2, + "title": "Feature-Specific Descriptions and Actions", + "number": "7" + }, + { + "id": "sctn-feature-descriptions-enterp-attstn", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "level": 3, + "title": "Enterprise Attestation", + "number": "7.1" + }, + { + "id": "sctn-feature-descriptions-enterp-attstn-feature-detection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-feature-detection", + "level": 4, + "title": "Feature detection", + "number": "7.1.1" + }, + { + "id": "sctn-feature-descriptions-enterp-attstn-platf-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-platf-actions", + "level": 4, + "title": "Platform Actions", + "number": "7.1.2" + }, + { + "id": "sctn-feature-descriptions-enterp-attstn-authnr-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-authnr-actions", + "level": 4, + "title": "Authenticator Actions", + "number": "7.1.3" + }, + { + "id": "sctn-feature-descriptions-alwaysUv", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv", + "level": 3, + "title": "Always Require User Verification", + "number": "7.2" + }, + { + "id": "sctn-feature-descriptions-alwaysUv-feature-detection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-feature-detection", + "level": 4, + "title": "Feature detection", + "number": "7.2.1" + }, + { + "id": "sctn-feature-descriptions-alwaysUv-platf-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-platf-actions", + "level": 4, + "title": "Platform Actions", + "number": "7.2.2" + }, + { + "id": "sctn-feature-descriptions-alwaysUv-authnr-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-authnr-actions", + "level": 4, + "title": "Authenticator Actions", + "number": "7.2.3" + }, + { + "id": "sctn-feature-descriptions-alwaysUv-disable-u2f", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-disable-u2f", + "level": 4, + "title": "Disabling CTAP1/U2F", + "number": "7.2.4" + }, + { + "id": "sctn-feature-descriptions-certifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-certifications", + "level": 3, + "title": "Authenticator Certifications", + "number": "7.3" + }, + { + "id": "sctn-feature-descriptions-certifications-attstn-authnr-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-certifications-attstn-authnr-actions", + "level": 4, + "title": "Authenticator Actions", + "number": "7.3.1" + }, + { + "id": "sctn-feature-descriptions-minPinLength", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength", + "level": 3, + "title": "Set Minimum PIN Length", + "number": "7.4" + }, + { + "id": "sctn-feature-descriptions-minPinLength-feature-detection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-feature-detection", + "level": 4, + "title": "Feature detection", + "number": "7.4.1" + }, + { + "id": "sctn-feature-descriptions-minPinLength-platf-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-platf-actions", + "level": 4, + "title": "Platform Actions", + "number": "7.4.2" + }, + { + "id": "sctn-feature-descriptions-minPinLength-authnr-actions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-authnr-actions", + "level": 4, + "title": "Authenticator Actions", + "number": "7.4.3" + }, + { + "id": "message-encoding", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#message-encoding", + "level": 2, + "title": "Message Encoding", + "number": "8" + }, + { + "id": "commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#commands", + "level": 3, + "title": "Command Codes", + "number": "8.1" + }, + { + "id": "error-responses", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#error-responses", + "level": 3, + "title": "Status codes", + "number": "8.2" + }, + { + "id": "utility-functions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#utility-functions", + "level": 3, + "title": "Utility functions", + "number": "8.3" + }, + { + "id": "mandatory-features", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#mandatory-features", + "level": 2, + "title": "Mandatory features", + "number": "9" + }, + { + "id": "u2f-interoperability", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-interoperability", + "level": 2, + "title": "10. Interoperating with CTAP1/U2F authenticators" + }, + { + "id": "u2f-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-framing", + "level": 3, + "title": "Framing of U2F commands", + "number": "10.1" + }, + { + "id": "u2f-request-message-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-request-message-framing", + "level": 4, + "title": "U2F Request Message Framing", + "number": "10.1.1" + }, + { + "id": "u2f-response-message-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-response-message-framing", + "level": 4, + "title": "U2F Response Message Framing", + "number": "10.1.2" + }, + { + "id": "u2f-authenticatorMakeCredential-interoperability", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-authenticatorMakeCredential-interoperability", + "level": 3, + "title": "Using the CTAP2 authenticatorMakeCredential Command with CTAP1/U2F authenticators", + "number": "10.2" + }, + { + "id": "u2f-authenticatorGetAssertion-interoperability", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-authenticatorGetAssertion-interoperability", + "level": 3, + "title": "Using the CTAP2 authenticatorGetAssertion Command with CTAP1/U2F authenticators", + "number": "10.3" + }, + { + "id": "cross-version-credentials", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cross-version-credentials", + "level": 3, + "title": "Cross-version Credential Compatibility", + "number": "10.4" + }, + { + "id": "transport-specific-bindings", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#transport-specific-bindings", + "level": 2, + "title": "11. Transport-specific Bindings" + }, + { + "id": "sctn-secure-interaction", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-secure-interaction", + "level": 3, + "title": "Secure protocol implementation", + "number": "11.1" + }, + { + "id": "usb", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb", + "level": 3, + "title": "USB Human Interface Device (USB HID)", + "number": "11.2" + }, + { + "id": "usb-design-rationale", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-design-rationale", + "level": 4, + "title": "Design rationale", + "number": "11.2.1" + }, + { + "id": "usb-protocol-and-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-protocol-and-framing", + "level": 4, + "title": "Protocol structure and data framing", + "number": "11.2.2" + }, + { + "id": "usb-channels", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-channels", + "level": 4, + "title": "Concurrency and channels", + "number": "11.2.3" + }, + { + "id": "usb-message-and-packet-structure", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-message-and-packet-structure", + "level": 4, + "title": "Message and packet structure", + "number": "11.2.4" + }, + { + "id": "usb-arbitration", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-arbitration", + "level": 4, + "title": "Arbitration", + "number": "11.2.5" + }, + { + "id": "usb-transactions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transactions", + "level": 5, + "title": "Transaction atomicity, idle and busy states.", + "number": "11.2.5.1" + }, + { + "id": "usb-transaction-timeout", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transaction-timeout", + "level": 5, + "title": "Transaction timeout", + "number": "11.2.5.2" + }, + { + "id": "usb-transaction-abort", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transaction-abort", + "level": 5, + "title": "Transaction abort and re-synchronization", + "number": "11.2.5.3" + }, + { + "id": "usb-packet-sequencing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-packet-sequencing", + "level": 5, + "title": "Packet sequencing", + "number": "11.2.5.4" + }, + { + "id": "usb-channel-locking", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-channel-locking", + "level": 4, + "title": "Channel locking", + "number": "11.2.6" + }, + { + "id": "usb-packet-version", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-packet-version", + "level": 4, + "title": "Protocol version and compatibility", + "number": "11.2.7" + }, + { + "id": "usb-hid-implementation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-implementation", + "level": 4, + "title": "HID device implementation", + "number": "11.2.8" + }, + { + "id": "usb-descriptors", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-descriptors", + "level": 5, + "title": "Interface and endpoint descriptors", + "number": "11.2.8.1" + }, + { + "id": "usb-discovery", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-discovery", + "level": 5, + "title": "HID report descriptor and device discovery", + "number": "11.2.8.2" + }, + { + "id": "usb-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-commands", + "level": 4, + "title": "CTAPHID commands", + "number": "11.2.9" + }, + { + "id": "usb-mandatory-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-mandatory-commands", + "level": 5, + "title": "Mandatory commands", + "number": "11.2.9.1" + }, + { + "id": "usb-hid-msg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-msg", + "level": 6, + "title": "CTAPHID_MSG (0x03)", + "number": "11.2.9.1.1" + }, + { + "id": "usb-hid-cbor", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-cbor", + "level": 6, + "title": "CTAPHID_CBOR (0x10)", + "number": "11.2.9.1.2" + }, + { + "id": "usb-hid-init", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-init", + "level": 6, + "title": "CTAPHID_INIT (0x06)", + "number": "11.2.9.1.3" + }, + { + "id": "usb-hid-ping", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-ping", + "level": 6, + "title": "CTAPHID_PING (0x01)", + "number": "11.2.9.1.4" + }, + { + "id": "usb-hid-cancel", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-cancel", + "level": 6, + "title": "CTAPHID_CANCEL (0x11)", + "number": "11.2.9.1.5" + }, + { + "id": "usb-hid-error", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-error", + "level": 6, + "title": "CTAPHID_ERROR (0x3F)", + "number": "11.2.9.1.6" + }, + { + "id": "usb-hid-keepalive", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-keepalive", + "level": 6, + "title": "CTAPHID_KEEPALIVE (0x3B)", + "number": "11.2.9.1.7" + }, + { + "id": "usb-optional-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-optional-commands", + "level": 5, + "title": "Optional commands", + "number": "11.2.9.2" + }, + { + "id": "usb-hid-wink", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-wink", + "level": 6, + "title": "CTAPHID_WINK (0x08)", + "number": "11.2.9.2.1" + }, + { + "id": "usb-hid-lock", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-lock", + "level": 6, + "title": "CTAPHID_LOCK (0x04)", + "number": "11.2.9.2.2" + }, + { + "id": "usb-vendor-specific-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-vendor-specific-commands", + "level": 5, + "title": "Vendor specific commands", + "number": "11.2.9.3" + }, + { + "id": "nfc", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc", + "level": 3, + "title": "ISO7816, ISO14443 and Near Field Communication (NFC)", + "number": "11.3" + }, + { + "id": "nfc-conformance", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-conformance", + "level": 4, + "title": "Conformance", + "number": "11.3.1" + }, + { + "id": "nfc-protocol", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-protocol", + "level": 4, + "title": "Protocol", + "number": "11.3.2" + }, + { + "id": "nfc-applet-selection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-applet-selection", + "level": 4, + "title": "Applet selection", + "number": "11.3.3" + }, + { + "id": "nfc-applet-deselect", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-applet-deselect", + "level": 4, + "title": "Applet deselection", + "number": "11.3.4" + }, + { + "id": "nfc-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-framing", + "level": 4, + "title": "Framing", + "number": "11.3.5" + }, + { + "id": "nfc-command-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-command-framing", + "level": 5, + "title": "Commands", + "number": "11.3.5.1" + }, + { + "id": "nfc-response-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-response-framing", + "level": 5, + "title": "Response", + "number": "11.3.5.2" + }, + { + "id": "nfc-fragmentation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-fragmentation", + "level": 4, + "title": "Fragmentation", + "number": "11.3.6" + }, + { + "id": "nfc-commands", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-commands", + "level": 4, + "title": "Commands", + "number": "11.3.7" + }, + { + "id": "nfc-ctap-msg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-ctap-msg", + "level": 5, + "title": "NFCCTAP_MSG (0x10)", + "number": "11.3.7.1" + }, + { + "id": "nfc-ctap-response", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-ctap-response", + "level": 5, + "title": "NFCCTAP_GETRESPONSE (0x11)", + "number": "11.3.7.2" + }, + { + "id": "ble", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble", + "level": 3, + "title": "Bluetooth Smart / Bluetooth Low Energy Technology", + "number": "11.4" + }, + { + "id": "ble-conformance", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-conformance", + "level": 4, + "title": "Conformance", + "number": "11.4.1" + }, + { + "id": "ble-pairing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing", + "level": 4, + "title": "Pairing", + "number": "11.4.2" + }, + { + "id": "ble-link-security", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-link-security", + "level": 4, + "title": "Link Security", + "number": "11.4.3" + }, + { + "id": "ble-framing", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-framing", + "level": 4, + "title": "Framing", + "number": "11.4.4" + }, + { + "id": "ble-client-to-authenticator", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-client-to-authenticator", + "level": 5, + "title": "Request from Client to Authenticator", + "number": "11.4.4.1" + }, + { + "id": "ble-authenticator-to-client", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-authenticator-to-client", + "level": 5, + "title": "Response from Authenticator to Client", + "number": "11.4.4.2" + }, + { + "id": "ble-constants", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-constants", + "level": 5, + "title": "Command, Status, and Error constants", + "number": "11.4.4.3" + }, + { + "id": "ble-gatt-service", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-gatt-service", + "level": 4, + "title": "GATT Service Description", + "number": "11.4.5" + }, + { + "id": "ble-fido-service", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-fido-service", + "level": 5, + "title": "FIDO Service", + "number": "11.4.5.1" + }, + { + "id": "ble-device-information-service", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-device-information-service", + "level": 5, + "title": "Device Information Service", + "number": "11.4.5.2" + }, + { + "id": "ble-generic-access-profile", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-generic-access-profile", + "level": 5, + "title": "Generic Access Profile Service", + "number": "11.4.5.3" + }, + { + "id": "ble-protocol-overview", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-protocol-overview", + "level": 4, + "title": "Protocol Overview", + "number": "11.4.6" + }, + { + "id": "ble-advertising-format", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-advertising-format", + "level": 4, + "title": "Authenticator Advertising Format", + "number": "11.4.7" + }, + { + "id": "ble-requests", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-requests", + "level": 4, + "title": "Requests", + "number": "11.4.8" + }, + { + "id": "ble-responses", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-responses", + "level": 4, + "title": "Responses", + "number": "11.4.9" + }, + { + "id": "ble-framing-fragmentation", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-framing-fragmentation", + "level": 4, + "title": "Framing fragmentation", + "number": "11.4.10" + }, + { + "id": "ble-notifications", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-notifications", + "level": 4, + "title": "Notifications", + "number": "11.4.11" + }, + { + "id": "ble-collisions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-collisions", + "level": 4, + "title": "Request Collisions", + "number": "11.4.12" + }, + { + "id": "ble-impl-con", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-impl-con", + "level": 4, + "title": "Implementation Considerations", + "number": "11.4.13" + }, + { + "id": "ble-pairing-client-considerations", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing-client-considerations", + "level": 5, + "title": "Bluetooth pairing: Client considerations", + "number": "11.4.13.1" + }, + { + "id": "ble-pairing-authnr-considerations", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing-authnr-considerations", + "level": 5, + "title": "Bluetooth pairing: Authenticator considerations", + "number": "11.4.13.2" + }, + { + "id": "ble-command-completion", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-command-completion", + "level": 4, + "title": "Handling command completion", + "number": "11.4.14" + }, + { + "id": "ble-data-throughput", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-data-throughput", + "level": 4, + "title": "Data throughput", + "number": "11.4.15" + }, + { + "id": "ble-advertising", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-advertising", + "level": 4, + "title": "Advertising", + "number": "11.4.16" + }, + { + "id": "ble-authnr-address-type", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-authnr-address-type", + "level": 4, + "title": "Authenticator Address Type", + "number": "11.4.17" + }, + { + "id": "sctn-defined-extensions", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-defined-extensions", + "level": 2, + "title": "12. Defined Extensions" + }, + { + "id": "sctn-credProtect-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credProtect-extension", + "level": 3, + "title": "Credential Protection (credProtect)", + "number": "12.1" + }, + { + "id": "credProtectFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "level": 4, + "title": "Feature detection", + "number": "12.1.1" + }, + { + "id": "sctn-credBlob-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credBlob-extension", + "level": 3, + "title": "Credential Blob (credBlob)", + "number": "12.2" + }, + { + "id": "credBlobFeatureDetection", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credBlobFeatureDetection", + "level": 4, + "title": "Feature detection", + "number": "12.2.1" + }, + { + "id": "sctn-largeBlobKey-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-largeBlobKey-extension", + "level": 3, + "title": "Large Blob Key (largeBlobKey)", + "number": "12.3" + }, + { + "id": "sctn-minpinlength-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-minpinlength-extension", + "level": 3, + "title": "Minimum PIN Length Extension (minPinLength)", + "number": "12.4" + }, + { + "id": "sctn-hmac-secret-extension", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "level": 3, + "title": "HMAC Secret Extension (hmac-secret)", + "number": "12.5" + }, + { + "id": "sctn-related-documents", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-related-documents", + "level": 2, + "title": "13. Related Documents" + }, + { + "id": "sctn-IANA", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-IANA", + "level": 2, + "title": "14. IANA Considerations" + }, + { + "id": "sctn-extensions-reg", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-extensions-reg", + "level": 3, + "title": "WebAuthn Extension Identifier Registrations", + "number": "14.1" + }, + { + "id": "security-considerations", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#security-considerations", + "level": 2, + "title": "15. Security Considerations" + }, + { + "id": "index", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "href": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/fs.json b/tr/headings/fs.json index 5b44e5c33860..8dafff6c0585 100644 --- a/tr/headings/fs.json +++ b/tr/headings/fs.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://fs.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 19 September 2022" + "title": "Living Standard — Last Updated 29 September 2022" }, { "id": "abstract", @@ -84,6 +84,13 @@ "title": "The createWritable() method", "number": "2.3.2" }, + { + "id": "api-filesystemfilehandle-createsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createsyncaccesshandle", + "level": 4, + "title": "The createSyncAccessHandle() method", + "number": "2.3.3" + }, { "id": "api-filesystemdirectoryhandle", "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", @@ -154,6 +161,55 @@ "title": "The truncate() method", "number": "2.5.3" }, + { + "id": "api-filesystemsyncaccesshandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "level": 3, + "title": "The FileSystemSyncAccessHandle interface", + "number": "2.6" + }, + { + "id": "api-filesystemsyncaccesshandle-read", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-read", + "level": 4, + "title": "The read() method", + "number": "2.6.1" + }, + { + "id": "api-filesystemsyncaccesshandle-write", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-write", + "level": 4, + "title": "The write() method", + "number": "2.6.2" + }, + { + "id": "api-filesystemsyncaccesshandle-truncate", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-truncate", + "level": 4, + "title": "The truncate() method", + "number": "2.6.3" + }, + { + "id": "api-filesystemsyncaccesshandle-getsize", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-getsize", + "level": 4, + "title": "The getSize() method", + "number": "2.6.4" + }, + { + "id": "api-filesystemsyncaccesshandle-flush", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-flush", + "level": 4, + "title": "The flush() method", + "number": "2.6.5" + }, + { + "id": "api-filesystemsyncaccesshandle-close", + "href": "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-close", + "level": 4, + "title": "The close() method", + "number": "2.6.6" + }, { "id": "sandboxed-filesystem", "href": "https://fs.spec.whatwg.org/#sandboxed-filesystem", diff --git a/tr/headings/html-aria.json b/tr/headings/html-aria.json index 81250fd49b21..46c26094dabf 100644 --- a/tr/headings/html-aria.json +++ b/tr/headings/html-aria.json @@ -10,18 +10,6 @@ "level": 1, "title": "ARIA in HTML" }, - { - "id": "abstract", - "href": "https://www.w3.org/TR/html-aria/#abstract", - "level": 2, - "title": "Abstract" - }, - { - "id": "sotd", - "href": "https://www.w3.org/TR/html-aria/#sotd", - "level": 2, - "title": "Status of This Document" - }, { "id": "toc", "href": "https://www.w3.org/TR/html-aria/#toc", @@ -35,87 +23,130 @@ "title": "Author requirements for use of ARIA in HTML", "number": "1" }, + { + "id": "aria-semantics-that-extend-and-diverge-from-html", + "href": "https://www.w3.org/TR/html-aria/#aria-semantics-that-extend-and-diverge-from-html", + "level": 2, + "title": "ARIA semantics that extend and diverge from HTML", + "number": "2" + }, { "id": "examples-of-incorrect-usage", "href": "https://www.w3.org/TR/html-aria/#examples-of-incorrect-usage", "level": 2, "title": "Examples of incorrect usage", - "number": "2" + "number": "3" }, { "id": "don-t-override-default-roles", "href": "https://www.w3.org/TR/html-aria/#don-t-override-default-roles", "level": 3, "title": "Don't override default roles", - "number": "2.1" + "number": "3.1" }, { - "id": "don-t-add-redundant-roles", - "href": "https://www.w3.org/TR/html-aria/#don-t-add-redundant-roles", + "id": "avoid-specifying-redundant-roles", + "href": "https://www.w3.org/TR/html-aria/#avoid-specifying-redundant-roles", "level": 3, - "title": "Don't add redundant roles", - "number": "2.2" + "title": "Avoid specifying redundant roles", + "number": "3.2" }, { "id": "be-cautious-of-side-effects", "href": "https://www.w3.org/TR/html-aria/#be-cautious-of-side-effects", "level": 3, "title": "Be cautious of side effects", - "number": "2.3" + "number": "3.3" + }, + { + "id": "adhere-to-the-rules-of-aria", + "href": "https://www.w3.org/TR/html-aria/#adhere-to-the-rules-of-aria", + "level": 3, + "title": "Adhere to the rules of ARIA", + "number": "3.4" }, { "id": "document-conformance-requirements-for-use-of-aria-attributes-in-html", "href": "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", "level": 2, "title": "Document conformance requirements for use of ARIA attributes in HTML", - "number": "3" + "number": "4" + }, + { + "id": "requirements-for-use-of-aria-attributes-to-name-elements", + "href": "https://www.w3.org/TR/html-aria/#requirements-for-use-of-aria-attributes-to-name-elements", + "level": 3, + "title": "Requirements for use of ARIA attributes to name elements", + "number": "4.1" }, { "id": "requirements-for-use-of-aria-attributes-in-place-of-equivalent-html-attributes", "href": "https://www.w3.org/TR/html-aria/#requirements-for-use-of-aria-attributes-in-place-of-equivalent-html-attributes", "level": 3, "title": "Requirements for use of ARIA attributes in place of equivalent HTML attributes", - "number": "3.1" + "number": "4.2" + }, + { + "id": "requirements-for-deprecated-aria-role-state-and-property-and-attributes", + "href": "https://www.w3.org/TR/html-aria/#requirements-for-deprecated-aria-role-state-and-property-and-attributes", + "level": 3, + "title": "Requirements for deprecated ARIA role, state and property and attributes", + "number": "4.3" + }, + { + "id": "deprecated-aria-roles", + "href": "https://www.w3.org/TR/html-aria/#deprecated-aria-roles", + "level": 4, + "title": "Deprecated ARIA roles", + "number": "4.3.1" + }, + { + "id": "deprecated-dpub-aria-roles", + "href": "https://www.w3.org/TR/html-aria/#deprecated-dpub-aria-roles", + "level": 4, + "title": "Deprecated DPub ARIA roles", + "number": "4.3.2" + }, + { + "id": "deprecated-aria-attributes", + "href": "https://www.w3.org/TR/html-aria/#deprecated-aria-attributes", + "level": 4, + "title": "Deprecated ARIA attributes", + "number": "4.3.3" }, { "id": "case-requirements-for-aria-role-state-and-property-attributes", "href": "https://www.w3.org/TR/html-aria/#case-requirements-for-aria-role-state-and-property-attributes", "level": 3, "title": "Case requirements for ARIA role, state and property attributes", - "number": "3.2" + "number": "4.4" }, { "id": "allowed-descendants-of-aria-roles", "href": "https://www.w3.org/TR/html-aria/#allowed-descendants-of-aria-roles", "level": 2, "title": "Allowed descendants of ARIA roles", - "number": "4" + "number": "5" }, { "id": "conformance", "href": "https://www.w3.org/TR/html-aria/#conformance", "level": 2, "title": "Conformance", - "number": "5" + "number": "6" }, { "id": "conformance-checking-requirements", "href": "https://www.w3.org/TR/html-aria/#conformance-checking-requirements", - "level": 2, - "title": "Conformance checking requirements" + "level": 3, + "title": "Conformance checking requirements", + "number": "6.1" }, { "id": "priv-sec", "href": "https://www.w3.org/TR/html-aria/#priv-sec", "level": 2, "title": "Privacy and security considerations", - "number": "6" - }, - { - "id": "change-log", - "href": "https://www.w3.org/TR/html-aria/#change-log", - "level": 2, - "title": "Change log", "number": "7" }, { diff --git a/tr/headings/html.json b/tr/headings/html.json index 8662d4ff6e08..32c1f6b57edb 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 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "urls", @@ -601,7 +601,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "common-dom-interfaces", @@ -663,7 +663,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "safe-passing-of-structured-data", @@ -746,7 +746,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "dom", @@ -1031,7 +1031,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "semantics", @@ -1183,7 +1183,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "sections", @@ -1301,7 +1301,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "grouping-content", @@ -1419,7 +1419,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "text-level-semantics", @@ -1635,7 +1635,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "links", @@ -1893,7 +1893,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "edits", @@ -1948,7 +1948,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "embedded-content", @@ -1982,7 +1982,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "images", @@ -2240,7 +2240,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-iframe-element", @@ -2267,7 +2267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-video-element", @@ -2497,7 +2497,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-map-element", @@ -2538,7 +2538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "mathml", @@ -2565,7 +2565,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "tables", @@ -2697,7 +2697,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "forms", @@ -2794,7 +2794,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-input-element", @@ -3059,7 +3059,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-button-element", @@ -3142,7 +3142,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "form-control-infrastructure", @@ -3379,7 +3379,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "interactive-elements", @@ -3469,7 +3469,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "scripting-3", @@ -3552,7 +3552,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-canvas-element", @@ -3796,7 +3796,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "custom-elements", @@ -3928,7 +3928,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "common-idioms", @@ -4004,7 +4004,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "microdata", @@ -4184,7 +4184,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "editing", @@ -4448,7 +4448,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "dnd", @@ -4531,7 +4531,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "browsers", @@ -4669,7 +4669,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-window-object", @@ -4808,7 +4808,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "origin", @@ -4905,7 +4905,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "history", @@ -5023,7 +5023,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "browsing-the-web", @@ -5176,7 +5176,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "webappapis", @@ -5538,7 +5538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "dynamic-markup-insertion", @@ -5586,7 +5586,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 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "timers", @@ -5627,7 +5627,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "system-state-and-capabilities", @@ -5696,7 +5696,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "images-2", @@ -5716,7 +5716,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "comms", @@ -5735,7 +5735,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "server-sent-events", @@ -5818,7 +5818,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "web-messaging", @@ -5936,7 +5936,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "workers", @@ -6172,7 +6172,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "worklets", @@ -6282,7 +6282,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "webstorage", @@ -6385,7 +6385,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "syntax", @@ -6495,7 +6495,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "parsing", @@ -7460,7 +7460,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "named-character-references", @@ -7473,7 +7473,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "the-xhtml-syntax", @@ -7513,7 +7513,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "rendering", @@ -7840,7 +7840,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "obsolete", @@ -7901,7 +7901,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "iana", @@ -7962,7 +7962,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "index", @@ -8022,7 +8022,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "references", @@ -8034,7 +8034,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 22 September 2022" + "title": "Living Standard — Last Updated 28 September 2022" }, { "id": "acknowledgments", diff --git a/tr/headings/private-network-access.json b/tr/headings/private-network-access.json index 1541e160ba17..48132d2fcad5 100644 --- a/tr/headings/private-network-access.json +++ b/tr/headings/private-network-access.json @@ -134,6 +134,13 @@ "title": "CORS preflight", "number": "3.1.2" }, + { + "id": "forbidden-header-names", + "href": "https://wicg.github.io/private-network-access/#forbidden-header-names", + "level": 4, + "title": "Forbidden header names", + "number": "3.1.3" + }, { "id": "integration-websockets", "href": "https://wicg.github.io/private-network-access/#integration-websockets", diff --git a/tr/headings/screen-capture.json b/tr/headings/screen-capture.json index fd453013c10c..6e2edcf7e450 100644 --- a/tr/headings/screen-capture.json +++ b/tr/headings/screen-capture.json @@ -86,33 +86,40 @@ "title": "Downscaling and Frame Decimation", "number": "5.4.1" }, + { + "id": "capturecontroller", + "href": "https://www.w3.org/TR/screen-capture/#capturecontroller", + "level": 4, + "title": "CaptureController", + "number": "5.4.2" + }, { "id": "selfcapturepreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#selfcapturepreferenceenum", "level": 4, "title": "SelfCapturePreferenceEnum", - "number": "5.4.2" + "number": "5.4.3" }, { "id": "systemaudiopreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#systemaudiopreferenceenum", "level": 4, "title": "SystemAudioPreferenceEnum", - "number": "5.4.3" + "number": "5.4.4" }, { "id": "surfaceswitchingpreferenceenum", "href": "https://www.w3.org/TR/screen-capture/#surfaceswitchingpreferenceenum", "level": 4, "title": "SurfaceSwitchingPreferenceEnum", - "number": "5.4.4" + "number": "5.4.5" }, { "id": "displaymediastreamoptions", "href": "https://www.w3.org/TR/screen-capture/#displaymediastreamoptions", "level": 4, "title": "DisplayMediaStreamOptions", - "number": "5.4.5" + "number": "5.4.6" }, { "id": "dictionary-displaymediastreamoptions-members", @@ -125,42 +132,42 @@ "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", "level": 4, "title": "Extensions to MediaTrackSupportedConstraints", - "number": "5.4.6" + "number": "5.4.7" }, { "id": "extensions-to-mediatrackconstraintset", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", "level": 4, "title": "Extensions to MediaTrackConstraintSet", - "number": "5.4.7" + "number": "5.4.8" }, { "id": "extensions-to-mediatracksettings", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", "level": 4, "title": "Extensions to MediaTrackSettings", - "number": "5.4.8" + "number": "5.4.9" }, { "id": "extensions-to-mediatrackcapabilities", "href": "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackcapabilities", "level": 4, "title": "Extensions to MediaTrackCapabilities", - "number": "5.4.9" + "number": "5.4.10" }, { "id": "displaycapturesurfacetype", "href": "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", "level": 4, "title": "DisplayCaptureSurfaceType", - "number": "5.4.10" + "number": "5.4.11" }, { "id": "cursorcaptureconstraint", "href": "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", "level": 4, "title": "CursorCaptureConstraint", - "number": "5.4.11" + "number": "5.4.12" }, { "id": "device-identifiers", diff --git a/tr/headings/speculation-rules.json b/tr/headings/speculation-rules.json index fe258e6f7a3d..e08d64afdfde 100644 --- a/tr/headings/speculation-rules.json +++ b/tr/headings/speculation-rules.json @@ -70,6 +70,13 @@ "title": "Processing model", "number": "1.5" }, + { + "id": "document-rule-predicate-matching", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate-matching", + "level": 3, + "title": "Document rule predicate matching", + "number": "1.6" + }, { "id": "security-considerations", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#security-considerations", @@ -140,6 +147,13 @@ "title": "Identity joining", "number": "3.4" }, + { + "id": "privacy-visited-links", + "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#privacy-visited-links", + "level": 3, + "title": "Visited links", + "number": "3.5" + }, { "id": "index", "href": "https://wicg.github.io/nav-speculation/speculation-rules.html#index", diff --git a/tr/headings/storage-access.json b/tr/headings/storage-access.json index 38db0baaf81f..32fbd2670995 100644 --- a/tr/headings/storage-access.json +++ b/tr/headings/storage-access.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://privacycg.github.io/storage-access/#subtitle", "level": 2, - "title": "Draft Community Group Report, 8 September 2022" + "title": "Draft Community Group Report, 29 September 2022" }, { "id": "abstract", diff --git a/tr/headings/tc39-array-from-async.json b/tr/headings/tc39-array-from-async.json new file mode 100644 index 000000000000..94d211db93ce --- /dev/null +++ b/tr/headings/tc39-array-from-async.json @@ -0,0 +1,85 @@ +{ + "spec": { + "title": "ES Array.fromAsync (2022)", + "url": "https://tc39.es/proposal-array-from-async/" + }, + "headings": [ + { + "id": "sec-control-abstraction-objects", + "href": "https://tc39.es/proposal-array-from-async/#sec-control-abstraction-objects", + "title": "Control Abstraction Objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-iteration", + "href": "https://tc39.es/proposal-array-from-async/#sec-iteration", + "title": "Iteration", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-iterator-abstract-operations", + "href": "https://tc39.es/proposal-array-from-async/#sec-iterator-abstract-operations", + "title": "Iterator Abstract Operations", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-ifabruptcloseasynciterator", + "href": "https://tc39.es/proposal-array-from-async/#sec-ifabruptcloseasynciterator", + "title": "IfAbruptCloseAsyncIterator ( value, iteratorRecord )", + "level": 4, + "number": "1.1.1.1" + }, + { + "id": "sec-async-function-objects", + "href": "https://tc39.es/proposal-array-from-async/#sec-async-function-objects", + "title": "AsyncFunction Objects", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-async-functions-abstract-operations", + "href": "https://tc39.es/proposal-array-from-async/#sec-async-functions-abstract-operations", + "title": "Async Functions Abstract Operations", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-asyncblockstart", + "href": "https://tc39.es/proposal-array-from-async/#sec-asyncblockstart", + "title": "AsyncBlockStart ( promiseCapability, asyncBody, asyncContext )", + "level": 4, + "number": "1.2.1.1" + }, + { + "id": "sec-indexed-collections", + "href": "https://tc39.es/proposal-array-from-async/#sec-indexed-collections", + "title": "Indexed Collections", + "level": 1, + "number": "2" + }, + { + "id": "sec-array-objects", + "href": "https://tc39.es/proposal-array-from-async/#sec-array-objects", + "title": "Array Objects", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-properties-of-the-array-constructor", + "href": "https://tc39.es/proposal-array-from-async/#sec-properties-of-the-array-constructor", + "title": "Properties of the Array Constructor", + "level": 3, + "number": "2.1.1" + }, + { + "id": "sec-array.fromAsync", + "href": "https://tc39.es/proposal-array-from-async/#sec-array.fromAsync", + "title": "Array.fromAsync ( asyncItems [ , mapfn [ , thisArg ] ] )", + "level": 4, + "number": "2.1.1.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-intl-enumeration.json b/tr/headings/tc39-intl-enumeration.json index 29d14af95c8b..faf16e4772b1 100644 --- a/tr/headings/tc39-intl-enumeration.json +++ b/tr/headings/tc39-intl-enumeration.json @@ -40,9 +40,9 @@ "number": "1.3.1" }, { - "id": "sec-availablecurrencies", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecurrencies", - "title": "AvailableCurrencies ( )", + "id": "sec-availablecanonicalcurrencies", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcurrencies", + "title": "AvailableCanonicalCurrencies ( )", "level": 3, "number": "1.3.2" }, @@ -75,9 +75,9 @@ "number": "1.4.3" }, { - "id": "sec-availabletimezones", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availabletimezones", - "title": "AvailableTimeZones ( )", + "id": "sec-availablecanonicaltimezones", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicaltimezones", + "title": "AvailableCanonicalTimeZones ( )", "level": 3, "number": "1.4.4" }, @@ -103,9 +103,9 @@ "number": "1.5.2" }, { - "id": "sec-availableunits", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availableunits", - "title": "AvailableUnits ( )", + "id": "sec-availablecanonicalunits", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalunits", + "title": "AvailableCanonicalUnits ( )", "level": 3, "number": "1.5.3" }, @@ -117,9 +117,9 @@ "number": "1.6" }, { - "id": "sec-availablenumberingsystems", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablenumberingsystems", - "title": "AvailableNumberingSystems ( )", + "id": "sec-availablecanonicalnumberingsystems", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalnumberingsystems", + "title": "AvailableCanonicalNumberingSystems ( )", "level": 3, "number": "1.6.1" }, @@ -131,9 +131,9 @@ "number": "1.7" }, { - "id": "sec-availablecollations", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecollations", - "title": "AvailableCollations ( )", + "id": "sec-availablecanonicalcollations", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcollations", + "title": "AvailableCanonicalCollations ( )", "level": 3, "number": "1.7.1" }, @@ -145,9 +145,9 @@ "number": "1.8" }, { - "id": "sec-availablecalendars", - "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecalendars", - "title": "AvailableCalendars ( )", + "id": "sec-availablecanonicalcalendars", + "href": "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcalendars", + "title": "AvailableCanonicalCalendars ( )", "level": 3, "number": "1.8.1" }, diff --git a/tr/headings/tc39-shadowrealm.json b/tr/headings/tc39-shadowrealm.json index c3bcb031a634..3b4499a13177 100644 --- a/tr/headings/tc39-shadowrealm.json +++ b/tr/headings/tc39-shadowrealm.json @@ -84,7 +84,7 @@ { "id": "sec-shadowrealmimportvalue", "href": "https://tc39.es/proposal-shadowrealm/#sec-shadowrealmimportvalue", - "title": "ShadowRealmImportValue ( specifierString, exportNameString, callerRealm, evalRealm, evalContext )", + "title": "ShadowRealmImportValue ( specifierString, exportNameString, callerRealm, evalContext )", "level": 3, "number": "3.1.4" }, diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index 4b1362c713ca..b6e81d00e907 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/headings/tc39-temporal.json @@ -2296,7 +2296,7 @@ { "id": "sec-temporal-moverelativedate", "href": "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", - "title": "MoveRelativeDate ( calendar, relativeTo, duration )", + "title": "MoveRelativeDate ( calendar, relativeTo, duration, dateAdd )", "level": 3, "number": "7.5.24" }, @@ -4113,6 +4113,13 @@ "level": 2, "number": "13.27" }, + { + "id": "sec-temporal-iso8601grammar-early-errors", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", + "title": "Early errors", + "level": 3, + "number": "13.27.1" + }, { "id": "sec-temporal-parseisodatetime", "href": "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", diff --git a/tr/headings/trusted-types.json b/tr/headings/trusted-types.json index d354cfac25b4..181ca4aec766 100644 --- a/tr/headings/trusted-types.json +++ b/tr/headings/trusted-types.json @@ -1,559 +1,559 @@ { "spec": { "title": "Trusted Types", - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" + "url": "https://www.w3.org/TR/trusted-types/" }, "headings": [ { "id": "title", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#title", + "href": "https://www.w3.org/TR/trusted-types/#title", "level": 1, "title": "Trusted Types" }, { "id": "abstract", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract", + "href": "https://www.w3.org/TR/trusted-types/#abstract", "level": 2, "title": "Abstract" }, { "id": "sotd", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sotd", + "href": "https://www.w3.org/TR/trusted-types/#sotd", "level": 2, "title": "Status of this document" }, { "id": "toc", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#toc", + "href": "https://www.w3.org/TR/trusted-types/#toc", "level": 2, "title": "Table of Contents" }, { "id": "introduction", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#introduction", + "href": "https://www.w3.org/TR/trusted-types/#introduction", "level": 2, "title": "Introduction", "number": "1" }, { "id": "goals", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#goals", + "href": "https://www.w3.org/TR/trusted-types/#goals", "level": 3, "title": "Goals", "number": "1.1" }, { "id": "non-goals", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#non-goals", + "href": "https://www.w3.org/TR/trusted-types/#non-goals", "level": 3, "title": "Non-goals", "number": "1.2" }, { "id": "use-cases", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#use-cases", + "href": "https://www.w3.org/TR/trusted-types/#use-cases", "level": 3, "title": "Use cases", "number": "1.3" }, { "id": "framework", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#framework", + "href": "https://www.w3.org/TR/trusted-types/#framework", "level": 2, "title": "Framework", "number": "2" }, { "id": "injection-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#injection-sinks", + "href": "https://www.w3.org/TR/trusted-types/#injection-sinks", "level": 3, "title": "Injection sinks", "number": "2.1" }, { "id": "html-injection-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-injection-sinks", + "href": "https://www.w3.org/TR/trusted-types/#html-injection-sinks", "level": 4, "title": "HTML injection sinks", "number": "2.1.1" }, { "id": "dom-xss-injection-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-xss-injection-sinks", + "href": "https://www.w3.org/TR/trusted-types/#dom-xss-injection-sinks", "level": 4, "title": "DOM XSS injection sinks", "number": "2.1.2" }, { "id": "trusted-types", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types", "level": 3, "title": "Trusted Types", "number": "2.2" }, { "id": "trusted-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", + "href": "https://www.w3.org/TR/trusted-types/#trusted-html", "level": 4, "title": "TrustedHTML", "number": "2.2.1" }, { "id": "trusted-script", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", + "href": "https://www.w3.org/TR/trusted-types/#trusted-script", "level": 4, "title": "TrustedScript", "number": "2.2.2" }, { "id": "trused-script-url", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", + "href": "https://www.w3.org/TR/trusted-types/#trused-script-url", "level": 4, "title": "TrustedScriptURL", "number": "2.2.3" }, { "id": "policies-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policies-hdr", + "href": "https://www.w3.org/TR/trusted-types/#policies-hdr", "level": 3, "title": "Policies", "number": "2.3" }, { "id": "trusted-type-policy-factory", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", "level": 4, "title": "TrustedTypePolicyFactory", "number": "2.3.1" }, { "id": "trusted-type-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy", "level": 4, "title": "TrustedTypePolicy", "number": "2.3.2" }, { "id": "trusted-type-policy-options", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", + "href": "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", "level": 4, "title": "TrustedTypePolicyOptions", "number": "2.3.3" }, { "id": "default-policy-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy-hdr", + "href": "https://www.w3.org/TR/trusted-types/#default-policy-hdr", "level": 4, "title": "Default policy", "number": "2.3.4" }, { "id": "enforcement-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-hdr", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-hdr", "level": 3, "title": "Enforcement", "number": "2.4" }, { "id": "content-security-policy-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#content-security-policy-hdr", + "href": "https://www.w3.org/TR/trusted-types/#content-security-policy-hdr", "level": 4, "title": "Content Security Policy", "number": "2.4.1" }, { "id": "algorithms", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#algorithms", + "href": "https://www.w3.org/TR/trusted-types/#algorithms", "level": 2, "title": "Algorithms", "number": "3" }, { "id": "create-trusted-type-policy-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-trusted-type-policy-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-trusted-type-policy-algorithm", "level": 3, "title": "Create a Trusted Type Policy", "number": "3.1" }, { "id": "create-a-trusted-type-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-algorithm", "level": 3, "title": "Create a Trusted Type", "number": "3.2" }, { "id": "create-a-trusted-type-from-literal-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-from-literal-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-from-literal-algorithm", "level": 3, "title": "Create a Trusted Type from literal", "number": "3.3" }, { "id": "check-templatedness-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#check-templatedness-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#check-templatedness-algorithm", "level": 3, "title": "Check templatedness of an object", "number": "3.4" }, { "id": "get-trusted-type-compliant-string-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#get-trusted-type-compliant-string-algorithm", "level": 3, "title": "Get Trusted Type compliant string", "number": "3.5" }, { "id": "process-value-with-a-default-policy-algorithm", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#process-value-with-a-default-policy-algorithm", + "href": "https://www.w3.org/TR/trusted-types/#process-value-with-a-default-policy-algorithm", "level": 3, "title": "Process value with a default policy", "number": "3.6" }, { "id": "prepare-script-url-and-text", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#prepare-script-url-and-text", + "href": "https://www.w3.org/TR/trusted-types/#prepare-script-url-and-text", "level": 3, "title": "Prepare the script URL and text", "number": "3.7" }, { "id": "integrations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", + "href": "https://www.w3.org/TR/trusted-types/#integrations", "level": 2, "title": "Integrations", "number": "4" }, { "id": "webidl-integration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-integration", + "href": "https://www.w3.org/TR/trusted-types/#webidl-integration", "level": 3, "title": "Integration with WebIDL", "number": "4.1" }, { "id": "StringContext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", + "href": "https://www.w3.org/TR/trusted-types/#StringContext", "level": 3, "title": "[StringContext]", "number": "4.2" }, { "id": "webidl-applicable-to-types", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-applicable-to-types", + "href": "https://www.w3.org/TR/trusted-types/#webidl-applicable-to-types", "level": 4, "title": "Extended attributes applicable to types", "number": "4.2.1" }, { "id": "webidl-type-conversion", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-type-conversion", + "href": "https://www.w3.org/TR/trusted-types/#webidl-type-conversion", "level": 4, "title": "Type conversion", "number": "4.2.2" }, { "id": "webidl-validate-the-string-in-context", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-validate-the-string-in-context", + "href": "https://www.w3.org/TR/trusted-types/#webidl-validate-the-string-in-context", "level": 4, "title": "Validate the string in context", "number": "4.2.3" }, { "id": "integration-with-html", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-html", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-html", "level": 3, "title": "Integration with HTML", "number": "4.3" }, { "id": "extensions-to-the-windoworworkerglobalscope-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-windoworworkerglobalscope-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-windoworworkerglobalscope-interface", "level": 4, "title": "Extensions to the WindowOrWorkerGlobalScope interface", "number": "4.3.1" }, { "id": "extensions-to-the-document-interface", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", + "href": "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", "level": 4, "title": "Extensions to the Document interface", "number": "4.3.2" }, { "id": "enforcement-in-scripts", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-scripts", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-scripts", "level": 4, "title": "Enforcement for scripts", "number": "4.3.3" }, { "id": "slots-with-trusted-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slots-with-trusted-values", + "href": "https://www.w3.org/TR/trusted-types/#slots-with-trusted-values", "level": 5, "title": "Slots with trusted values", "number": "4.3.3.1" }, { "id": "setting-slot-values", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", + "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values", "level": 5, "title": "Setting slot values", "number": "4.3.3.2" }, { "id": "slot-value-verification", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slot-value-verification", + "href": "https://www.w3.org/TR/trusted-types/#slot-value-verification", "level": 5, "title": "Slot value verification", "number": "4.3.3.3" }, { "id": "enforcement-in-sinks", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", "level": 4, "title": "Enforcement in element attributes", "number": "4.3.4" }, { "id": "enforcement-in-timer-functions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", "level": 4, "title": "Enforcement in timer functions", "number": "4.3.5" }, { "id": "enforcement-in-event-handler-content-attributes", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-event-handler-content-attributes", + "href": "https://www.w3.org/TR/trusted-types/#enforcement-in-event-handler-content-attributes", "level": 4, "title": "Enforcement in event handler content attributes", "number": "4.3.6" }, { "id": "html-validate-the-string-in-context", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-validate-the-string-in-context", + "href": "https://www.w3.org/TR/trusted-types/#html-validate-the-string-in-context", "level": 4, "title": "Validate the string in context", "number": "4.3.7" }, { "id": "html-workers", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", + "href": "https://www.w3.org/TR/trusted-types/#html-workers", "level": 4, "title": "Web Workers", "number": "4.3.8" }, { "id": "sw-integration", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sw-integration", + "href": "https://www.w3.org/TR/trusted-types/#sw-integration", "level": 3, "title": "Integration with Service Workers", "number": "4.4" }, { "id": "integration-with-svg", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-svg", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-svg", "level": 3, "title": "Integration with SVG", "number": "4.5" }, { "id": "integration-with-dom", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom", "level": 3, "title": "Integration with DOM", "number": "4.6" }, { "id": "integration-with-dom-parsing", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", "level": 3, "title": "Integration with DOM Parsing", "number": "4.7" }, { "id": "integration-with-exec-command", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", "level": 3, "title": "Integration with execCommand", "number": "4.8" }, { "id": "integration-with-content-security-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-content-security-policy", + "href": "https://www.w3.org/TR/trusted-types/#integration-with-content-security-policy", "level": 3, "title": "Integration with Content Security Policy", "number": "4.9" }, { "id": "require-trusted-types-for-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-csp-directive", "level": 4, "title": "require-trusted-types-for directive", "number": "4.9.1" }, { "id": "require-trusted-types-for-pre-navigation-check", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-pre-navigation-check", + "href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-pre-navigation-check", "level": 5, "title": "require-trusted-types-for Pre-Navigation check", "number": "4.9.1.1" }, { "id": "trusted-types-csp-directive", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", + "href": "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", "level": 4, "title": "trusted-types directive", "number": "4.9.2" }, { "id": "should-block-sink-type-mismatch", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-sink-type-mismatch", + "href": "https://www.w3.org/TR/trusted-types/#should-block-sink-type-mismatch", "level": 4, "title": "Should sink type mismatch violation be blocked by Content Security Policy?", "number": "4.9.3" }, { "id": "should-block-create-policy", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-create-policy", + "href": "https://www.w3.org/TR/trusted-types/#should-block-create-policy", "level": 4, "title": "Should Trusted Type policy creation be blocked by Content Security Policy?", "number": "4.9.4" }, { "id": "csp-violation-object-hdr", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#csp-violation-object-hdr", + "href": "https://www.w3.org/TR/trusted-types/#csp-violation-object-hdr", "level": 4, "title": "Violation object changes", "number": "4.9.5" }, { "id": "csp-eval", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#csp-eval", + "href": "https://www.w3.org/TR/trusted-types/#csp-eval", "level": 4, "title": "Support for dynamic code compilation", "number": "4.9.6" }, { "id": "security-considerations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#security-considerations", + "href": "https://www.w3.org/TR/trusted-types/#security-considerations", "level": 2, "title": "Security Considerations", "number": "5" }, { "id": "cross-document-vectors", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#cross-document-vectors", + "href": "https://www.w3.org/TR/trusted-types/#cross-document-vectors", "level": 3, "title": "Cross-document vectors", "number": "5.1" }, { "id": "deprecated-features", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#deprecated-features", + "href": "https://www.w3.org/TR/trusted-types/#deprecated-features", "level": 3, "title": "Deprecated features", "number": "5.2" }, { "id": "plugins", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#plugins", + "href": "https://www.w3.org/TR/trusted-types/#plugins", "level": 3, "title": "Plugin navigation", "number": "5.3" }, { "id": "script-gadgets", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-gadgets", + "href": "https://www.w3.org/TR/trusted-types/#script-gadgets", "level": 3, "title": "Script gadgets", "number": "5.4" }, { "id": "best-practices-for-policy-design", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#best-practices-for-policy-design", + "href": "https://www.w3.org/TR/trusted-types/#best-practices-for-policy-design", "level": 3, "title": "Best practices for policy design", "number": "5.5" }, { "id": "privacy-considerations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#privacy-considerations", + "href": "https://www.w3.org/TR/trusted-types/#privacy-considerations", "level": 2, "title": "Privacy Considerations", "number": "6" }, { "id": "implementation-considerations", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#implementation-considerations", + "href": "https://www.w3.org/TR/trusted-types/#implementation-considerations", "level": 2, "title": "Implementation Considerations", "number": "7" }, { "id": "vendor-specific-extensions-and-addons", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#vendor-specific-extensions-and-addons", + "href": "https://www.w3.org/TR/trusted-types/#vendor-specific-extensions-and-addons", "level": 3, "title": "Vendor-specific Extensions and Addons", "number": "7.1" }, { "id": "w3c-conformance", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conformance", + "href": "https://www.w3.org/TR/trusted-types/#w3c-conformance", "level": 2, "title": "Conformance" }, { "id": "w3c-conventions", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conventions", + "href": "https://www.w3.org/TR/trusted-types/#w3c-conventions", "level": 3, "title": "Document conventions" }, { "id": "w3c-conformant-algorithms", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/trusted-types/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, { "id": "index", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index", + "href": "https://www.w3.org/TR/trusted-types/#index", "level": 2, "title": "Index" }, { "id": "index-defined-here", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index-defined-here", + "href": "https://www.w3.org/TR/trusted-types/#index-defined-here", "level": 3, "title": "Terms defined by this specification" }, { "id": "index-defined-elsewhere", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index-defined-elsewhere", + "href": "https://www.w3.org/TR/trusted-types/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference" }, { "id": "references", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#references", + "href": "https://www.w3.org/TR/trusted-types/#references", "level": 2, "title": "References" }, { "id": "normative", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#normative", + "href": "https://www.w3.org/TR/trusted-types/#normative", "level": 3, "title": "Normative References" }, { "id": "informative", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#informative", + "href": "https://www.w3.org/TR/trusted-types/#informative", "level": 3, "title": "Informative References" }, { "id": "issues-index", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issues-index", + "href": "https://www.w3.org/TR/trusted-types/#issues-index", "level": 2, "title": "Issues Index" } diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json index 84176da1a172..6fda69e24d3c 100644 --- a/tr/headings/webgpu.json +++ b/tr/headings/webgpu.json @@ -392,6 +392,13 @@ "title": "Color Space Conversion Elision", "number": "3.9.2" }, + { + "id": "conversions-to-wgsl", + "href": "https://www.w3.org/TR/webgpu/#conversions-to-wgsl", + "level": 3, + "title": "Numeric conversions from JavaScript to WGSL", + "number": "3.10" + }, { "id": "initialization", "href": "https://www.w3.org/TR/webgpu/#initialization", diff --git a/tr/headings/webidl.json b/tr/headings/webidl.json index faa2c2dc60df..26586641fb3b 100644 --- a/tr/headings/webidl.json +++ b/tr/headings/webidl.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://webidl.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 10 September 2022" + "title": "Living Standard — Last Updated 30 September 2022" }, { "id": "abstract", diff --git a/tr/headings/webrtc-stats.json b/tr/headings/webrtc-stats.json index b4f8f58c4033..5c501f499f48 100644 --- a/tr/headings/webrtc-stats.json +++ b/tr/headings/webrtc-stats.json @@ -93,40 +93,54 @@ "title": "Retiring stats objects", "number": "5.2" }, + { + "id": "procedures-for-mitigating-privacy-concerns", + "href": "https://www.w3.org/TR/webrtc-stats/#procedures-for-mitigating-privacy-concerns", + "level": 2, + "title": "Procedures for mitigating privacy concerns", + "number": "6" + }, + { + "id": "limiting-exposure-of-hardware-capabilities", + "href": "https://www.w3.org/TR/webrtc-stats/#limiting-exposure-of-hardware-capabilities", + "level": 3, + "title": "Limiting exposure of hardware capabilities", + "number": "6.1" + }, { "id": "rtctatstype-*", "href": "https://www.w3.org/TR/webrtc-stats/#rtctatstype-*", "level": 2, "title": "RTCStatsType", - "number": "6" + "number": "7" }, { "id": "rtcstatstype-str*", "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", "level": 3, "title": "RTCStatsType enum", - "number": "6.1" + "number": "7.1" }, { "id": "stats-dictionaries", "href": "https://www.w3.org/TR/webrtc-stats/#stats-dictionaries", "level": 2, "title": "Stats dictionaries", - "number": "7" + "number": "8" }, { "id": "the-rtp-statistics-hierarchy", "href": "https://www.w3.org/TR/webrtc-stats/#the-rtp-statistics-hierarchy", "level": 3, "title": "The RTP statistics hierarchy", - "number": "7.1" + "number": "8.1" }, { "id": "streamstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#streamstats-dict*", "level": 3, "title": "RTCRtpStreamStats dictionary", - "number": "7.2" + "number": "8.2" }, { "id": "dictionary-rtcrtpstreamstats-members", @@ -139,7 +153,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#codec-dict*", "level": 3, "title": "RTCCodecStats dictionary", - "number": "7.3" + "number": "8.3" }, { "id": "dictionary-rtccodecstats-members", @@ -152,7 +166,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#receivedrtpstats-dict*", "level": 3, "title": "RTCReceivedRtpStreamStats dictionary", - "number": "7.4" + "number": "8.4" }, { "id": "dictionary-rtcreceivedrtpstreamstats-members", @@ -165,7 +179,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*", "level": 3, "title": "RTCInboundRtpStreamStats dictionary", - "number": "7.5" + "number": "8.5" }, { "id": "dictionary-rtcinboundrtpstreamstats-members", @@ -178,7 +192,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#remoteinboundrtpstats-dict*", "level": 3, "title": "RTCRemoteInboundRtpStreamStats dictionary", - "number": "7.6" + "number": "8.6" }, { "id": "dictionary-rtcremoteinboundrtpstreamstats-members", @@ -191,7 +205,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict*", "level": 3, "title": "RTCSentRtpStreamStats dictionary", - "number": "7.7" + "number": "8.7" }, { "id": "dictionary-rtcsentrtpstreamstats-members", @@ -204,7 +218,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#outboundrtpstats-dict*", "level": 3, "title": "RTCOutboundRtpStreamStats dictionary", - "number": "7.8" + "number": "8.8" }, { "id": "dictionary-rtcoutboundrtpstreamstats-members", @@ -217,14 +231,14 @@ "href": "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", "level": 3, "title": "RTCQualityLimitationReason enum", - "number": "7.9" + "number": "8.9" }, { "id": "remoteoutboundrtpstats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#remoteoutboundrtpstats-dict*", "level": 3, "title": "RTCRemoteOutboundRtpStreamStats dictionary", - "number": "7.10" + "number": "8.10" }, { "id": "dictionary-rtcremoteoutboundrtpstreamstats-members", @@ -237,7 +251,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#mediasourcestats-dict*", "level": 3, "title": "RTCMediaSourceStats dictionary", - "number": "7.11" + "number": "8.11" }, { "id": "dictionary-rtcmediasourcestats-members", @@ -250,7 +264,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#audiosourcestats-dict*", "level": 3, "title": "RTCAudioSourceStats dictionary", - "number": "7.12" + "number": "8.12" }, { "id": "dictionary-rtcaudiosourcestats-members", @@ -263,7 +277,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#videosourcestats-dict*", "level": 3, "title": "RTCVideoSourceStats dictionary", - "number": "7.13" + "number": "8.13" }, { "id": "dictionary-rtcvideosourcestats-members", @@ -276,7 +290,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#playoutstats-dict*", "level": 3, "title": "RTCAudioPlayoutStats dictionary", - "number": "7.14" + "number": "8.14" }, { "id": "dictionary-rtcaudioplayoutstats-members", @@ -289,7 +303,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#pcstats-dict*", "level": 3, "title": "RTCPeerConnectionStats dictionary", - "number": "7.15" + "number": "8.15" }, { "id": "dictionary-rtcpeerconnectionstats-members", @@ -302,7 +316,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#dcstats-dict*", "level": 3, "title": "RTCDataChannelStats dictionary", - "number": "7.16" + "number": "8.16" }, { "id": "dictionary-rtcdatachannelstats-members", @@ -315,7 +329,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#transportstats-dict*", "level": 3, "title": "RTCTransportStats dictionary", - "number": "7.17" + "number": "8.17" }, { "id": "dictionary-rtctransportstats-members", @@ -334,7 +348,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*", "level": 3, "title": "RTCIceCandidateStats dictionary", - "number": "7.18" + "number": "8.18" }, { "id": "dictionary-rtcicecandidatestats-members", @@ -347,7 +361,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*", "level": 3, "title": "RTCIceCandidatePairStats dictionary", - "number": "7.19" + "number": "8.19" }, { "id": "dictionary-rtcicecandidatepairstats-members", @@ -360,14 +374,14 @@ "href": "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", "level": 4, "title": "RTCStatsIceCandidatePairState enum", - "number": "7.19.1" + "number": "8.19.1" }, { "id": "certificatestats-dict*", "href": "https://www.w3.org/TR/webrtc-stats/#certificatestats-dict*", "level": 3, "title": "RTCCertificateStats dictionary", - "number": "7.20" + "number": "8.20" }, { "id": "dictionary-rtccertificatestats-members", @@ -380,7 +394,7 @@ "href": "https://www.w3.org/TR/webrtc-stats/#obsolete-stats", "level": 2, "title": "Obsolete stats", - "number": "8" + "number": "9" }, { "id": "obsolete-rtcmediastreamstats-members", @@ -434,21 +448,20 @@ "id": "examples", "href": "https://www.w3.org/TR/webrtc-stats/#examples", "level": 2, - "title": "Examples", - "number": "9" + "title": "10. Examples" }, { "id": "example-of-a-stats-application", "href": "https://www.w3.org/TR/webrtc-stats/#example-of-a-stats-application", "level": 3, "title": "Example of a stats application", - "number": "9.1" + "number": "10.1" }, { "id": "security-and-privacy-considerations", "href": "https://www.w3.org/TR/webrtc-stats/#security-and-privacy-considerations", "level": 2, - "title": "10. Security and Privacy Considerations" + "title": "11. Security and Privacy Considerations" }, { "id": "summary", diff --git a/tr/idl/FedCM.idl b/tr/idl/FedCM.idl index 5ab4c56104fa..55f1cc09d935 100644 --- a/tr/idl/FedCM.idl +++ b/tr/idl/FedCM.idl @@ -13,10 +13,10 @@ partial dictionary CredentialRequestOptions { }; dictionary IdentityCredentialRequestOptions { - sequence providers; + sequence providers; }; -dictionary IdentityProvider { +dictionary IdentityProviderConfig { required USVString configURL; required USVString clientId; USVString nonce; @@ -31,3 +31,9 @@ dictionary IdentityCredentialLogoutRPsRequest { partial interface IdentityCredential { static Promise logoutRPs(sequence logoutRequests); }; + +[Exposed=Window, SecureContext] +interface IdentityProvider { + static undefined login(); + static undefined logout(); +}; diff --git a/tr/idl/fetch.idl b/tr/idl/fetch.idl index 6532e748dae8..ba69c462f623 100644 --- a/tr/idl/fetch.idl +++ b/tr/idl/fetch.idl @@ -51,6 +51,7 @@ interface Request { readonly attribute boolean isReloadNavigation; readonly attribute boolean isHistoryNavigation; readonly attribute AbortSignal signal; + readonly attribute RequestDuplex duplex; [NewObject] Request clone(); }; diff --git a/tr/idl/fido.idl b/tr/idl/fido.idl new file mode 100644 index 000000000000..32b6c75abd28 --- /dev/null +++ b/tr/idl/fido.idl @@ -0,0 +1,47 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Client to Authenticator Protocol (CTAP) (https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html) + +partial dictionary AuthenticationExtensionsClientInputs { + USVString credentialProtectionPolicy; + boolean enforceCredentialProtectionPolicy = false; +}; + +partial dictionary AuthenticationExtensionsClientInputs { + ArrayBuffer credBlob; +}; + +partial dictionary AuthenticationExtensionsClientInputs { + boolean getCredBlob; +}; + +partial dictionary AuthenticationExtensionsClientInputs { + boolean minPinLength; +}; + +partial dictionary AuthenticationExtensionsClientInputs { + boolean hmacCreateSecret; +}; + +dictionary HMACGetSecretInput { + required ArrayBuffer salt1; // 32-byte random data + ArrayBuffer salt2; // Optional additional 32-byte random data +}; + +partial dictionary AuthenticationExtensionsClientInputs { + HMACGetSecretInput hmacGetSecret; +}; + +partial dictionary AuthenticationExtensionsClientOutputs { + boolean hmacCreateSecret; +}; + +dictionary HMACGetSecretOutput { + required ArrayBuffer output1; + ArrayBuffer output2; +}; + +partial dictionary AuthenticationExtensionsClientOutputs { + HMACGetSecretOutput hmacGetSecret; +}; diff --git a/tr/idl/fs.idl b/tr/idl/fs.idl index 9263ca7dbeec..398929864f71 100644 --- a/tr/idl/fs.idl +++ b/tr/idl/fs.idl @@ -24,6 +24,8 @@ dictionary FileSystemCreateWritableOptions { interface FileSystemFileHandle : FileSystemHandle { Promise getFile(); Promise createWritable(optional FileSystemCreateWritableOptions options = {}); + [Exposed=DedicatedWorker] + Promise createSyncAccessHandle(); }; dictionary FileSystemGetFileOptions { @@ -72,6 +74,23 @@ interface FileSystemWritableFileStream : WritableStream { Promise truncate(unsigned long long size); }; +dictionary FileSystemReadWriteOptions { + [EnforceRange] required unsigned long long at = 0; +}; + +[Exposed=DedicatedWorker, SecureContext] +interface FileSystemSyncAccessHandle { + unsigned long long read([AllowShared] BufferSource buffer, + optional FileSystemReadWriteOptions options = {}); + unsigned long long write([AllowShared] BufferSource buffer, + optional FileSystemReadWriteOptions options = {}); + + Promise truncate([EnforceRange] unsigned long long newSize); + Promise getSize(); + Promise flush(); + Promise close(); +}; + [SecureContext] partial interface StorageManager { Promise getDirectory(); diff --git a/tr/idl/screen-capture.idl b/tr/idl/screen-capture.idl index cb50f78bf181..4e1f7251ca7a 100644 --- a/tr/idl/screen-capture.idl +++ b/tr/idl/screen-capture.idl @@ -7,6 +7,12 @@ partial interface MediaDevices { Promise getDisplayMedia(optional DisplayMediaStreamOptions options = {}); }; +[Exposed=Window, SecureContext] +interface CaptureController { + constructor(); + // TODO: Add setFocusBehavior() in a separate PR. +}; + enum SelfCapturePreferenceEnum { "include", "exclude" @@ -25,6 +31,7 @@ enum SurfaceSwitchingPreferenceEnum { dictionary DisplayMediaStreamOptions { (boolean or MediaTrackConstraints) video = true; (boolean or MediaTrackConstraints) audio = false; + CaptureController controller = null; SelfCapturePreferenceEnum selfBrowserSurface; SystemAudioPreferenceEnum systemAudio; SurfaceSwitchingPreferenceEnum surfaceSwitching; diff --git a/tr/idl/trusted-types.idl b/tr/idl/trusted-types.idl index d6db850cdb77..3cf8c5990877 100644 --- a/tr/idl/trusted-types.idl +++ b/tr/idl/trusted-types.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Trusted Types (https://w3c.github.io/webappsec-trusted-types/dist/spec/) +// Source: Trusted Types (https://www.w3.org/TR/trusted-types/) [Exposed=(Window,Worker)] interface TrustedHTML { diff --git a/tr/idl/urlpattern.idl b/tr/idl/urlpattern.idl index da239655503b..e342eb50abd6 100644 --- a/tr/idl/urlpattern.idl +++ b/tr/idl/urlpattern.idl @@ -7,7 +7,8 @@ typedef (USVString or URLPatternInit) URLPatternInput; [Exposed=(Window,Worker)] interface URLPattern { - constructor(optional URLPatternInput input = {}, optional USVString baseURL, optional URLPatternOptions options = {}); + constructor(URLPatternInput input, USVString baseURL, optional URLPatternOptions options = {}); + constructor(optional URLPatternInput input = {}, optional URLPatternOptions options = {}); boolean test(optional URLPatternInput input = {}, optional USVString baseURL); diff --git a/tr/idl/webidl.idl b/tr/idl/webidl.idl index 2fb5af4706c3..7271f19dfa65 100644 --- a/tr/idl/webidl.idl +++ b/tr/idl/webidl.idl @@ -9,7 +9,7 @@ typedef (Int8Array or Int16Array or Int32Array or Float32Array or Float64Array or DataView) ArrayBufferView; typedef (ArrayBufferView or ArrayBuffer) BufferSource; -[Exposed=(Window,Worker), +[Exposed=*, Serializable] interface DOMException { // but see below note about ECMAScript binding constructor(optional DOMString message = "", optional DOMString name = "Error"); diff --git a/tr/idl/webrtc-encoded-transform.idl b/tr/idl/webrtc-encoded-transform.idl index 4b56ebb03285..0e4db1aeb4c4 100644 --- a/tr/idl/webrtc-encoded-transform.idl +++ b/tr/idl/webrtc-encoded-transform.idl @@ -3,12 +3,6 @@ // (https://github.com/w3c/webref) // Source: WebRTC Encoded Transform (https://www.w3.org/TR/webrtc-encoded-transform/) -// New dictionary -dictionary RTCInsertableStreams { - ReadableStream readable; - WritableStream writable; -}; - typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform; // New methods for RTCRtpSender and RTCRtpReceiver @@ -76,9 +70,9 @@ dictionary RTCEncodedVideoFrameMetadata { unsigned short height; long spatialIndex; long temporalIndex; - long synchronizationSource; + unsigned long synchronizationSource; octet payloadType; - sequence contributingSources; + sequence contributingSources; }; // New interfaces to define encoded video and audio frames. Will eventually @@ -92,9 +86,9 @@ interface RTCEncodedVideoFrame { }; dictionary RTCEncodedAudioFrameMetadata { - long synchronizationSource; + unsigned long synchronizationSource; octet payloadType; - sequence contributingSources; + sequence contributingSources; }; [Exposed=(Window,DedicatedWorker)] diff --git a/tr/idl/webrtc-stats.idl b/tr/idl/webrtc-stats.idl index 042b29f23969..2ac9008b0bf3 100644 --- a/tr/idl/webrtc-stats.idl +++ b/tr/idl/webrtc-stats.idl @@ -86,6 +86,7 @@ dictionary RTCInboundRtpStreamStats : RTCReceivedRtpStreamStats { unsigned long framesReceived; DOMString decoderImplementation; DOMString playoutId; + boolean powerEfficientDecoder; }; dictionary RTCRemoteInboundRtpStreamStats : RTCReceivedRtpStreamStats { @@ -128,6 +129,7 @@ dictionary RTCOutboundRtpStreamStats : RTCSentRtpStreamStats { unsigned long firCount; unsigned long pliCount; DOMString encoderImplementation; + boolean powerEfficientEncoder; boolean active; }; diff --git a/tr/idl/webusb.idl b/tr/idl/webusb.idl index 336bbd743c90..fb0a71f307d8 100644 --- a/tr/idl/webusb.idl +++ b/tr/idl/webusb.idl @@ -16,7 +16,7 @@ dictionary USBDeviceRequestOptions { required sequence filters; }; -[Exposed=(DedicatedWorker,SharedWorker,Window), SecureContext] +[Exposed=(Worker,Window), SecureContext] interface USB : EventTarget { attribute EventHandler onconnect; attribute EventHandler ondisconnect; @@ -29,7 +29,7 @@ partial interface Navigator { [SameObject] readonly attribute USB usb; }; -[Exposed=(DedicatedWorker,SharedWorker), SecureContext] +[Exposed=Worker, SecureContext] partial interface WorkerNavigator { [SameObject] readonly attribute USB usb; }; diff --git a/tr/ids/FedCM.json b/tr/ids/FedCM.json index 81bd4dc23e79..385a2494aace 100644 --- a/tr/ids/FedCM.json +++ b/tr/ids/FedCM.json @@ -190,7 +190,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch", "https://fedidcg.github.io/FedCM/#idp-api-manifest", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", - "https://fedidcg.github.io/FedCM/#example-2319f732", + "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest", + "https://fedidcg.github.io/FedCM/#example-37520e32", "https://fedidcg.github.io/FedCM/#ref-for-manifest", "https://fedidcg.github.io/FedCM/#manifest", "https://fedidcg.github.io/FedCM/#dom-manifest-accounts_endpoint", @@ -227,7 +228,8 @@ "https://fedidcg.github.io/FedCM/#idp-api-accounts-endpoint", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A8", - "https://fedidcg.github.io/FedCM/#example-197ca578", + "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A0", + "https://fedidcg.github.io/FedCM/#example-3545da6d", "https://fedidcg.github.io/FedCM/#dom-accounts_endpoint_response-accounts", "https://fedidcg.github.io/FedCM/#ref-for-account-json", "https://fedidcg.github.io/FedCM/#account-json", @@ -246,8 +248,9 @@ "https://fedidcg.github.io/FedCM/#issue-ef9f6ef5", "https://fedidcg.github.io/FedCM/#idp-api-client-id-metadata-endpoint", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", - "https://fedidcg.github.io/FedCM/#example-c1d3d6c8", + "https://fedidcg.github.io/FedCM/#example-0c497c6a", "https://fedidcg.github.io/FedCM/#dom-client_metadata-privacy_policy_url", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy%E2%91%A0", @@ -260,6 +263,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A2", "https://fedidcg.github.io/FedCM/#dom-id_token_endpoint_request-client_id", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A3", @@ -270,7 +274,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-request-consent-to-sign-up%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-sign-in", - "https://fedidcg.github.io/FedCM/#example-ac24cff9", + "https://fedidcg.github.io/FedCM/#example-c13bac7c", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A4", @@ -287,9 +291,6 @@ "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#example-9a912242", - "https://fedidcg.github.io/FedCM/#Sec-FedCM-CSRF", - "https://fedidcg.github.io/FedCM/#sec-fedcm-csrf", - "https://fedidcg.github.io/FedCM/#ref-for-forbidden-header-name", "https://fedidcg.github.io/FedCM/#rp-api", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#rp-api-logout-endpoint", @@ -359,28 +360,28 @@ "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentialrequestoptions", "https://fedidcg.github.io/FedCM/#dom-credentialrequestoptions-identity", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentialrequestoptions%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#dictdef-identitycredentialrequestoptions", "https://fedidcg.github.io/FedCM/#ref-for-idl-sequence", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0", "https://fedidcg.github.io/FedCM/#dom-identitycredentialrequestoptions-providers", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A1", - "https://fedidcg.github.io/FedCM/#dictdef-identityprovider", + "https://fedidcg.github.io/FedCM/#dictdef-identityproviderconfig", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0", - "https://fedidcg.github.io/FedCM/#dom-identityprovider-configurl", + "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-configurl", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1", - "https://fedidcg.github.io/FedCM/#dom-identityprovider-clientid", + "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-clientid", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2", - "https://fedidcg.github.io/FedCM/#dom-identityprovider-nonce", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-clientid", + "https://fedidcg.github.io/FedCM/#dom-identityproviderconfig-nonce", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-nonce", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-nonce", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A6", "https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in", @@ -426,7 +427,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential", "https://fedidcg.github.io/FedCM/#ref-for-networkerror%E2%91%A0", "https://fedidcg.github.io/FedCM/#potentially-create-identitycredential", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-manifest", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list", "https://fedidcg.github.io/FedCM/#ref-for-compute-account-state", @@ -447,9 +448,10 @@ "https://fedidcg.github.io/FedCM/#ref-for-identitycredential%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-token%E2%91%A1", "https://fedidcg.github.io/FedCM/#compute-account-state", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-this", "https://fedidcg.github.io/FedCM/#ref-for-concept-document-origin", @@ -460,25 +462,78 @@ "https://fedidcg.github.io/FedCM/#ref-for-state-machine-map%E2%91%A3", "https://fedidcg.github.io/FedCM/#fetch-the-accounts-list", "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url", "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-accounts_endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-client", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-window", + "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list", + "https://fedidcg.github.io/FedCM/#ref-for-list", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer-policy", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode", "https://fedidcg.github.io/FedCM/#issue-759813ae", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response", + "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-string", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-name", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-email", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-given_name", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients", + "https://fedidcg.github.io/FedCM/#ref-for-list-append", "https://fedidcg.github.io/FedCM/#issue-db10ab61", + "https://fedidcg.github.io/FedCM/#computing-the-manifest-url", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-same-origin", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url", + "https://fedidcg.github.io/FedCM/#extract-the-json-fetch-response", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-network-error", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response-status", + "https://fedidcg.github.io/FedCM/#ref-for-ok-status", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-extract-mime-type", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response-header-list", + "https://fedidcg.github.io/FedCM/#ref-for-json-mime-type", + "https://fedidcg.github.io/FedCM/#ref-for-parse-json-bytes-to-an-infra-value", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response-body", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A1", "https://fedidcg.github.io/FedCM/#request-consent-to-sign-up", - "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-client-metadata", "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-privacy_policy_url%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-clientid%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-privacy_policy_url%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-terms_of_service_url%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-clientid%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-approved_clients%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-client_metadata-terms_of_service_url%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-branding-json%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A2", @@ -487,13 +542,36 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout", "https://fedidcg.github.io/FedCM/#fetch-the-client-metadata", "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-client_metadata_endpoint", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-client%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-window%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A6", "https://fedidcg.github.io/FedCM/#select-an-account", "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-account_json-id%E2%91%A2", "https://fedidcg.github.io/FedCM/#sign-in", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A3", @@ -502,24 +580,54 @@ "https://fedidcg.github.io/FedCM/#create-tokens", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-registration-state%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-registered%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-dom-accountstate-allows-logout%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-clientid%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-nonce%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-computing-the-manifest-url%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-id_token_endpoint", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-nonce%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-mode", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-body", + "https://fedidcg.github.io/FedCM/#ref-for-utf-8-encode", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-client%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-window%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A8", "https://fedidcg.github.io/FedCM/#fetch-the-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-check-the-root-manifest", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-internal-manifest", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A7", "https://fedidcg.github.io/FedCM/#check-the-root-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A0%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-concept-url", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-scheme", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-scheme%E2%91%A0", @@ -527,46 +635,79 @@ "https://fedidcg.github.io/FedCM/#ref-for-concept-url-host%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-host-registrable-domain%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-concept-url-path", - "https://fedidcg.github.io/FedCM/#ref-for-list", - "https://fedidcg.github.io/FedCM/#ref-for-concept-request", - "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url", - "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode", - "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body", - "https://fedidcg.github.io/FedCM/#ref-for-concept-response", - "https://fedidcg.github.io/FedCM/#ref-for-concept-network-error", - "https://fedidcg.github.io/FedCM/#ref-for-concept-response-status", - "https://fedidcg.github.io/FedCM/#ref-for-ok-status", - "https://fedidcg.github.io/FedCM/#ref-for-concept-header-extract-mime-type", - "https://fedidcg.github.io/FedCM/#ref-for-concept-response-header-list", - "https://fedidcg.github.io/FedCM/#ref-for-json-mime-type", - "https://fedidcg.github.io/FedCM/#ref-for-parse-json-bytes-to-an-infra-value", - "https://fedidcg.github.io/FedCM/#ref-for-concept-response-body", - "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-client%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-window%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer-policy%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A1", "https://fedidcg.github.io/FedCM/#issue-80d5b61c", - "https://fedidcg.github.io/FedCM/#ref-for-string", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-string-is", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A3", "https://fedidcg.github.io/FedCM/#fetch-the-internal-manifest", - "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityprovider%E2%91%A0%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A0", - "https://fedidcg.github.io/FedCM/#issue-e5d78f22", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-trustworthy-url%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-client%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-window%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-request-service-workers-mode%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-destination%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-origin%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin-opaque%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-header-list%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-name%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-header-value%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-referrer-policy%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-credentials-mode%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-url%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-concept-request-redirect-mode%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-process-response-end-of-body%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-response%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-extract-the-json-fetch-response%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-string%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-accounts_endpoint%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-client_metadata_endpoint%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-id_token_endpoint%E2%91%A0", "https://fedidcg.github.io/FedCM/#browser-api-idp-sign-out", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#example-d1f3478c", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-logoutrps%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#dictdef-identitycredentiallogoutrpsrequest", "https://fedidcg.github.io/FedCM/#ref-for-idl-USVString%E2%91%A4", "https://fedidcg.github.io/FedCM/#dom-identitycredentiallogoutrpsrequest-url", @@ -582,7 +723,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentiallogoutrpsrequest", "https://fedidcg.github.io/FedCM/#dom-identitycredential-logoutrps-logoutrequests-logoutrequests", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredential-logoutrps%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identitycredentiallogoutrpsrequest%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idl-promise%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-this%E2%91%A0", @@ -619,79 +760,79 @@ "https://fedidcg.github.io/FedCM/#ref-for-abstract-opdef-request-a-credential%E2%91%A0", "https://fedidcg.github.io/FedCM/#security", "https://fedidcg.github.io/FedCM/#content-security-policy", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A4", - "https://fedidcg.github.io/FedCM/#sec-fedcm-csrf-header", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#sec-fetch-dest-header", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-forbidden-header-name%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-forbidden-header-name", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", - "https://fedidcg.github.io/FedCM/#issue-558918b0", "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#privacy", "https://fedidcg.github.io/FedCM/#privacy-principals", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-tracker", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A1", "https://fedidcg.github.io/FedCM/#network-requests", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A7", @@ -699,53 +840,53 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-terms-of-service%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-client-id%E2%91%A0%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#attack-scenarios", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A6", "https://fedidcg.github.io/FedCM/#manifest-fingerprinting", "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-manifest%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-d7cff68d", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A1", "https://fedidcg.github.io/FedCM/#timing-attacks", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#timing-attack-heuristics", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-tracker%E2%91%A5", @@ -770,73 +911,167 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%93%AA", - "https://fedidcg.github.io/FedCM/#idp-intrusion", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A8", + "https://fedidcg.github.io/FedCM/#the-idp-sign-in-status-api", + "https://fedidcg.github.io/FedCM/#issue-71e44d70", + "https://fedidcg.github.io/FedCM/#ref-for-push-model%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%93%AA", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#sign-in-status", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-map-getting-the-keys%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status", + "https://fedidcg.github.io/FedCM/#ref-for-concept-origin%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-map-getting-the-values%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0", + "https://fedidcg.github.io/FedCM/#status%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-sign-in-status-unknown", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-in", + "https://fedidcg.github.io/FedCM/#dom-sign-in-status-signed-out", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-Exposed%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-SecureContext%E2%91%A1", + "https://fedidcg.github.io/FedCM/#identityprovider", + "https://fedidcg.github.io/FedCM/#ref-for-idl-undefined%E2%91%A0", + "https://fedidcg.github.io/FedCM/#dom-identityprovider-login", + "https://fedidcg.github.io/FedCM/#ref-for-idl-undefined%E2%91%A1", + "https://fedidcg.github.io/FedCM/#dom-identityprovider-logout", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-login", + "https://fedidcg.github.io/FedCM/#ref-for-current-settings-object%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-concept-settings-object-origin%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-logout", + "https://fedidcg.github.io/FedCM/#ref-for-current-settings-object%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-concept-settings-object-origin%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out", + "https://fedidcg.github.io/FedCM/#example-1d2e6860", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A4", + "https://fedidcg.github.io/FedCM/#example-37a87327", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-unknown", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A7", + "https://fedidcg.github.io/FedCM/#dom-manifest-signin_url", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-maybe-fetch-the-accounts-list", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-potentially-create-identitycredential%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A0", + "https://fedidcg.github.io/FedCM/#maybe-fetch-the-accounts-list", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-unknown%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-to-the-idp", + "https://fedidcg.github.io/FedCM/#sign-in-to-the-idp", + "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-out%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-signin_url", + "https://fedidcg.github.io/FedCM/#ref-for-sign-in-status%E2%91%A0%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-dom-sign-in-status-signed-in%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A4", + "https://fedidcg.github.io/FedCM/#idp-intrusion", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A0", "https://fedidcg.github.io/FedCM/#_clip1", "https://fedidcg.github.io/FedCM/#_Image2", "https://fedidcg.github.io/FedCM/#other-attack-scenarios", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A2", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", - "https://fedidcg.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A3", + "https://fedidcg.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-joining", - "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A2%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#_Image1", "https://fedidcg.github.io/FedCM/#example-b045b782", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-joining%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A8", "https://fedidcg.github.io/FedCM/#_clip2", "https://fedidcg.github.io/FedCM/#_clip4", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A0", "https://fedidcg.github.io/FedCM/#_Image3", "https://fedidcg.github.io/FedCM/#unauthorized-data-usage", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A8", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A2", - "https://fedidcg.github.io/FedCM/#rp-fingerprinting", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-directed-identifier%E2%91%A2", + "https://fedidcg.github.io/FedCM/#rp-fingerprinting", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A4", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A1", "https://fedidcg.github.io/FedCM/#secondary-use", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-token%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A4", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A5", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A2", "https://fedidcg.github.io/FedCM/#_Image2%E2%91%A0", "https://fedidcg.github.io/FedCM/#example-ee3423e4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A3", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A5", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A6", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A7", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A8", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%93%AA", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A4", - "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A5", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A7", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1%E2%91%A8", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%93%AA", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A1", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A2", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A6", + "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2%E2%91%A3", + "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A8%E2%91%A7", "https://fedidcg.github.io/FedCM/#_Image1%E2%91%A3", "https://fedidcg.github.io/FedCM/#extensibility", "https://fedidcg.github.io/FedCM/#acknowledgements", @@ -864,29 +1099,45 @@ "https://fedidcg.github.io/FedCM/#term-for-document", "https://fedidcg.github.io/FedCM/#term-for-concept-document-origin", "https://fedidcg.github.io/FedCM/#term-for-sec-ordinary-object-internal-methods-and-internal-slots", + "https://fedidcg.github.io/FedCM/#term-for-utf-8-encode", "https://fedidcg.github.io/FedCM/#term-for-concept-response-body", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-client", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-credentials-mode", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-destination", "https://fedidcg.github.io/FedCM/#term-for-concept-header-extract-mime-type", "https://fedidcg.github.io/FedCM/#term-for-concept-fetch", "https://fedidcg.github.io/FedCM/#term-for-forbidden-header-name", + "https://fedidcg.github.io/FedCM/#term-for-concept-header", "https://fedidcg.github.io/FedCM/#term-for-concept-response-header-list", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-mode", + "https://fedidcg.github.io/FedCM/#term-for-concept-header-name", "https://fedidcg.github.io/FedCM/#term-for-concept-network-error", "https://fedidcg.github.io/FedCM/#term-for-ok-status", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-origin", "https://fedidcg.github.io/FedCM/#term-for-process-response-end-of-body", "https://fedidcg.github.io/FedCM/#term-for-concept-request-redirect-mode", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-referrer", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-referrer-policy", "https://fedidcg.github.io/FedCM/#term-for-concept-request", "https://fedidcg.github.io/FedCM/#term-for-concept-response", + "https://fedidcg.github.io/FedCM/#term-for-request-service-workers-mode", "https://fedidcg.github.io/FedCM/#term-for-concept-response-status", "https://fedidcg.github.io/FedCM/#term-for-concept-request-url", + "https://fedidcg.github.io/FedCM/#term-for-concept-header-value", + "https://fedidcg.github.io/FedCM/#term-for-concept-request-window", "https://fedidcg.github.io/FedCM/#term-for-allowed-to-use", "https://fedidcg.github.io/FedCM/#term-for-current-settings-object", "https://fedidcg.github.io/FedCM/#term-for-environment-settings-object", "https://fedidcg.github.io/FedCM/#term-for-in-parallel", + "https://fedidcg.github.io/FedCM/#term-for-concept-origin-opaque", "https://fedidcg.github.io/FedCM/#term-for-concept-origin", "https://fedidcg.github.io/FedCM/#term-for-concept-document-permissions-policy", "https://fedidcg.github.io/FedCM/#term-for-relevant-settings-object", + "https://fedidcg.github.io/FedCM/#term-for-same-origin", "https://fedidcg.github.io/FedCM/#term-for-concept-site-same-site", "https://fedidcg.github.io/FedCM/#term-for-dom-settimeout", "https://fedidcg.github.io/FedCM/#term-for-concept-task", + "https://fedidcg.github.io/FedCM/#term-for-list-append", "https://fedidcg.github.io/FedCM/#term-for-map-exists", "https://fedidcg.github.io/FedCM/#term-for-string-is", "https://fedidcg.github.io/FedCM/#term-for-map-getting-the-keys", @@ -901,11 +1152,14 @@ "https://fedidcg.github.io/FedCM/#term-for-json-mime-type", "https://fedidcg.github.io/FedCM/#term-for-default-allowlist", "https://fedidcg.github.io/FedCM/#term-for-policy-controlled-feature", + "https://fedidcg.github.io/FedCM/#term-for-potentially-trustworthy-url", "https://fedidcg.github.io/FedCM/#term-for-concept-url-host", "https://fedidcg.github.io/FedCM/#term-for-concept-url-path", "https://fedidcg.github.io/FedCM/#term-for-host-registrable-domain", "https://fedidcg.github.io/FedCM/#term-for-concept-url-scheme", "https://fedidcg.github.io/FedCM/#term-for-concept-url", + "https://fedidcg.github.io/FedCM/#term-for-concept-url-parser", + "https://fedidcg.github.io/FedCM/#term-for-http-headerdef-sec-fetch-dest", "https://fedidcg.github.io/FedCM/#term-for-idl-DOMException", "https://fedidcg.github.io/FedCM/#term-for-Exposed", "https://fedidcg.github.io/FedCM/#term-for-networkerror", @@ -927,6 +1181,7 @@ "https://fedidcg.github.io/FedCM/#biblio-css-color-4", "https://fedidcg.github.io/FedCM/#biblio-css-color-5", "https://fedidcg.github.io/FedCM/#biblio-dom", + "https://fedidcg.github.io/FedCM/#biblio-encoding", "https://fedidcg.github.io/FedCM/#biblio-fetch", "https://fedidcg.github.io/FedCM/#biblio-html", "https://fedidcg.github.io/FedCM/#biblio-infra", @@ -938,7 +1193,9 @@ "https://fedidcg.github.io/FedCM/#biblio-rfc2119", "https://fedidcg.github.io/FedCM/#biblio-rfc6973", "https://fedidcg.github.io/FedCM/#biblio-rfc9110", + "https://fedidcg.github.io/FedCM/#biblio-secure-contexts", "https://fedidcg.github.io/FedCM/#biblio-url", + "https://fedidcg.github.io/FedCM/#biblio-webappsec-fetch-metadata-1", "https://fedidcg.github.io/FedCM/#biblio-webidl", "https://fedidcg.github.io/FedCM/#informative", "https://fedidcg.github.io/FedCM/#biblio-front-channel-logout", diff --git a/tr/ids/PNG-spec.json b/tr/ids/PNG-spec.json index 1acc4b5a28d1..34cb48096156 100644 --- a/tr/ids/PNG-spec.json +++ b/tr/ids/PNG-spec.json @@ -90,9 +90,6 @@ "https://w3c.github.io/PNG-spec/#3deliveredImage", "https://w3c.github.io/PNG-spec/#dfn-delivered-image", "https://w3c.github.io/PNG-spec/#ref-for-dfn-png-datastream-5", - "https://w3c.github.io/PNG-spec/#3filter", - "https://w3c.github.io/PNG-spec/#dfn-filter", - "https://w3c.github.io/PNG-spec/#ref-for-dfn-scanline-1", "https://w3c.github.io/PNG-spec/#3frameBuffer", "https://w3c.github.io/PNG-spec/#dfn-frame-buffer", "https://w3c.github.io/PNG-spec/#dfn-fully-transparent-black", @@ -107,7 +104,7 @@ "https://w3c.github.io/PNG-spec/#ref-for-3alpha-5", "https://w3c.github.io/PNG-spec/#3imageData", "https://w3c.github.io/PNG-spec/#dfn-image-data", - "https://w3c.github.io/PNG-spec/#ref-for-dfn-scanline-2", + "https://w3c.github.io/PNG-spec/#ref-for-dfn-scanline-1", "https://w3c.github.io/PNG-spec/#3indexedColour", "https://w3c.github.io/PNG-spec/#dfn-indexed-colour", "https://w3c.github.io/PNG-spec/#ref-for-dfn-pixel-6", @@ -435,6 +432,10 @@ "https://w3c.github.io/PNG-spec/#ref-for-3colourType-5", "https://w3c.github.io/PNG-spec/#7Filtering", "https://w3c.github.io/PNG-spec/#x7-3-filtering", + "https://w3c.github.io/PNG-spec/#3filter", + "https://w3c.github.io/PNG-spec/#ref-for-dfn-scanline-2", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-1", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-2", "https://w3c.github.io/PNG-spec/#serializing-and-filtering-scanline", "https://w3c.github.io/PNG-spec/#figure49", "https://w3c.github.io/PNG-spec/#8Interlace", @@ -446,12 +447,20 @@ "https://w3c.github.io/PNG-spec/#x9-filtering", "https://w3c.github.io/PNG-spec/#9FtIntro", "https://w3c.github.io/PNG-spec/#x9-1-filter-methods-and-filter-types", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-3", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-4", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-5", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-6", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-7", "https://w3c.github.io/PNG-spec/#9Filter-types", "https://w3c.github.io/PNG-spec/#x9-2-filter-types-for-filter-method-0", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-6", "https://w3c.github.io/PNG-spec/#table-named-filter-bytes", "https://w3c.github.io/PNG-spec/#filter-byte-positions", "https://w3c.github.io/PNG-spec/#figure72", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-8", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-9", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-10", "https://w3c.github.io/PNG-spec/#9-table91", "https://w3c.github.io/PNG-spec/#9Filter-type-3-Average", "https://w3c.github.io/PNG-spec/#x9-3-filter-type-3-average", @@ -492,6 +501,7 @@ "https://w3c.github.io/PNG-spec/#ref-for-3colourType-10", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-11", "https://w3c.github.io/PNG-spec/#ref-for-dfn-deflate-11", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-11", "https://w3c.github.io/PNG-spec/#11PLTE", "https://w3c.github.io/PNG-spec/#x11-2-2-plte-palette", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-12", @@ -622,6 +632,7 @@ "https://w3c.github.io/PNG-spec/#ref-for-dfn-static-image-8", "https://w3c.github.io/PNG-spec/#table-fdat-chunk-contents", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-30", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-12", "https://w3c.github.io/PNG-spec/#ref-for-dfn-static-image-9", "https://w3c.github.io/PNG-spec/#ref-for-dfn-canvas-3", "https://w3c.github.io/PNG-spec/#issue-container-generatedID-3", @@ -672,6 +683,7 @@ "https://w3c.github.io/PNG-spec/#13Introduction", "https://w3c.github.io/PNG-spec/#introduction-0", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-38", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-13", "https://w3c.github.io/PNG-spec/#error-handling", "https://w3c.github.io/PNG-spec/#13Decoders.Errors", "https://w3c.github.io/PNG-spec/#ref-for-dfn-deflate-16", @@ -745,6 +757,7 @@ "https://w3c.github.io/PNG-spec/#x15-2-3-conformance-of-png-decoders", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-40", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-41", + "https://w3c.github.io/PNG-spec/#ref-for-3filter-14", "https://w3c.github.io/PNG-spec/#15ConformanceEditor", "https://w3c.github.io/PNG-spec/#x15-2-4-conformance-of-png-editors", "https://w3c.github.io/PNG-spec/#ref-for-3colourType-42", diff --git a/tr/ids/change-password-url.json b/tr/ids/change-password-url.json index 5216a160fe37..d20a668a1274 100644 --- a/tr/ids/change-password-url.json +++ b/tr/ids/change-password-url.json @@ -1,97 +1,98 @@ { "spec": { "title": "A Well-Known URL for Changing Passwords", - "url": "https://w3c.github.io/webappsec-change-password-url/" + "url": "https://www.w3.org/TR/change-password-url/" }, "ids": [ - "https://w3c.github.io/webappsec-change-password-url/#toc-nav", - "https://w3c.github.io/webappsec-change-password-url/#toc-jump", - "https://w3c.github.io/webappsec-change-password-url/#toc-toggle", - "https://w3c.github.io/webappsec-change-password-url/#title", - "https://w3c.github.io/webappsec-change-password-url/#subtitle", - "https://w3c.github.io/webappsec-change-password-url/#abstract", - "https://w3c.github.io/webappsec-change-password-url/#status", - "https://w3c.github.io/webappsec-change-password-url/#w3c_process_revision", - "https://w3c.github.io/webappsec-change-password-url/#toc", - "https://w3c.github.io/webappsec-change-password-url/#contents", - "https://w3c.github.io/webappsec-change-password-url/#intro", - "https://w3c.github.io/webappsec-change-password-url/#infra", - "https://w3c.github.io/webappsec-change-password-url/#semantics", - "https://w3c.github.io/webappsec-change-password-url/#change-password-url", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-origin", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-origin%E2%91%A0", - "https://w3c.github.io/webappsec-change-password-url/#generate-a-change-password-url", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-potentially-trustworthy-origin", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-origin-tuple", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-url", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-scheme", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-origin-scheme", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-host", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-origin-host", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-port", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-origin-port", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-path", - "https://w3c.github.io/webappsec-change-password-url/#example-d279f661", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-request", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-url-origin%E2%91%A1", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-concept-response", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-redirect-status", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-section-7.1.2", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url%E2%91%A0", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-attr-meta-http-equiv", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-attr-meta-http-equiv-refresh", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url%E2%91%A1", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url%E2%91%A2", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-ok-status", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url%E2%91%A3", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-ToUnicode", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-change-password-url%E2%91%A4", - "https://w3c.github.io/webappsec-change-password-url/#issue-99dd61ed", - "https://w3c.github.io/webappsec-change-password-url/#ref-for-test-the-reliability-of-an-origins-response-status-codes", - "https://w3c.github.io/webappsec-change-password-url/#iana", - "https://w3c.github.io/webappsec-change-password-url/#the-change-password-well-known-uri", - "https://w3c.github.io/webappsec-change-password-url/#acknowedgements", - "https://w3c.github.io/webappsec-change-password-url/#conformance", - "https://w3c.github.io/webappsec-change-password-url/#conventions", - "https://w3c.github.io/webappsec-change-password-url/#example-ae2b6bc0", - "https://w3c.github.io/webappsec-change-password-url/#conformant-algorithms", - "https://w3c.github.io/webappsec-change-password-url/#index", - "https://w3c.github.io/webappsec-change-password-url/#index-defined-here", - "https://w3c.github.io/webappsec-change-password-url/#index-defined-elsewhere", - "https://w3c.github.io/webappsec-change-password-url/#term-for-ok-status", - "https://w3c.github.io/webappsec-change-password-url/#term-for-redirect-status", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-request", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-response", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-origin-host", - "https://w3c.github.io/webappsec-change-password-url/#term-for-attr-meta-http-equiv", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-origin-port", - "https://w3c.github.io/webappsec-change-password-url/#term-for-attr-meta-http-equiv-refresh", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-origin-scheme", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-origin-tuple", - "https://w3c.github.io/webappsec-change-password-url/#term-for-section-7.1.2", - "https://w3c.github.io/webappsec-change-password-url/#term-for-ToUnicode", - "https://w3c.github.io/webappsec-change-password-url/#term-for-test-the-reliability-of-an-origins-response-status-codes", - "https://w3c.github.io/webappsec-change-password-url/#term-for-potentially-trustworthy-origin", - "https://w3c.github.io/webappsec-change-password-url/#term-for-url", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-url-host", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-url-origin", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-url-path", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-url-port", - "https://w3c.github.io/webappsec-change-password-url/#term-for-concept-url-scheme", - "https://w3c.github.io/webappsec-change-password-url/#references", - "https://w3c.github.io/webappsec-change-password-url/#normative", - "https://w3c.github.io/webappsec-change-password-url/#biblio-fetch", - "https://w3c.github.io/webappsec-change-password-url/#biblio-html", - "https://w3c.github.io/webappsec-change-password-url/#biblio-http-semantics", - "https://w3c.github.io/webappsec-change-password-url/#biblio-infra", - "https://w3c.github.io/webappsec-change-password-url/#biblio-response-code-reliability", - "https://w3c.github.io/webappsec-change-password-url/#biblio-rfc2119", - "https://w3c.github.io/webappsec-change-password-url/#biblio-secure-contexts", - "https://w3c.github.io/webappsec-change-password-url/#biblio-url", - "https://w3c.github.io/webappsec-change-password-url/#biblio-well-known", - "https://w3c.github.io/webappsec-change-password-url/#informative", - "https://w3c.github.io/webappsec-change-password-url/#biblio-idna", - "https://w3c.github.io/webappsec-change-password-url/#issues-index" + "https://www.w3.org/TR/change-password-url/#toc-nav", + "https://www.w3.org/TR/change-password-url/#toc-jump", + "https://www.w3.org/TR/change-password-url/#toc-toggle", + "https://www.w3.org/TR/change-password-url/#title", + "https://www.w3.org/TR/change-password-url/#w3c-state", + "https://www.w3.org/TR/change-password-url/#abstract", + "https://www.w3.org/TR/change-password-url/#sotd", + "https://www.w3.org/TR/change-password-url/#w3c_process_revision", + "https://www.w3.org/TR/change-password-url/#toc", + "https://www.w3.org/TR/change-password-url/#contents", + "https://www.w3.org/TR/change-password-url/#intro", + "https://www.w3.org/TR/change-password-url/#infra", + "https://www.w3.org/TR/change-password-url/#semantics", + "https://www.w3.org/TR/change-password-url/#change-password-url", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-origin", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-origin%E2%91%A0", + "https://www.w3.org/TR/change-password-url/#generate-a-change-password-url", + "https://www.w3.org/TR/change-password-url/#ref-for-potentially-trustworthy-origin", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-origin-tuple", + "https://www.w3.org/TR/change-password-url/#ref-for-url", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-scheme", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-origin-scheme", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-host", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-origin-host", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-port", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-origin-port", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-path", + "https://www.w3.org/TR/change-password-url/#example-d279f661", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-request", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-url-origin%E2%91%A1", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url", + "https://www.w3.org/TR/change-password-url/#ref-for-concept-response", + "https://www.w3.org/TR/change-password-url/#ref-for-redirect-status", + "https://www.w3.org/TR/change-password-url/#ref-for-section-7.1.2", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url%E2%91%A0", + "https://www.w3.org/TR/change-password-url/#ref-for-attr-meta-http-equiv", + "https://www.w3.org/TR/change-password-url/#ref-for-attr-meta-http-equiv-refresh", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url%E2%91%A1", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url%E2%91%A2", + "https://www.w3.org/TR/change-password-url/#ref-for-ok-status", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url%E2%91%A3", + "https://www.w3.org/TR/change-password-url/#ref-for-ToUnicode", + "https://www.w3.org/TR/change-password-url/#ref-for-change-password-url%E2%91%A4", + "https://www.w3.org/TR/change-password-url/#issue-99dd61ed", + "https://www.w3.org/TR/change-password-url/#ref-for-test-the-reliability-of-an-origins-response-status-codes", + "https://www.w3.org/TR/change-password-url/#iana", + "https://www.w3.org/TR/change-password-url/#the-change-password-well-known-uri", + "https://www.w3.org/TR/change-password-url/#acknowedgements", + "https://www.w3.org/TR/change-password-url/#w3c-conformance", + "https://www.w3.org/TR/change-password-url/#w3c-conventions", + "https://www.w3.org/TR/change-password-url/#w3c-example", + "https://www.w3.org/TR/change-password-url/#w3c-conformant-algorithms", + "https://www.w3.org/TR/change-password-url/#index", + "https://www.w3.org/TR/change-password-url/#index-defined-here", + "https://www.w3.org/TR/change-password-url/#index-defined-elsewhere", + "https://www.w3.org/TR/change-password-url/#term-for-ok-status", + "https://www.w3.org/TR/change-password-url/#term-for-redirect-status", + "https://www.w3.org/TR/change-password-url/#term-for-concept-request", + "https://www.w3.org/TR/change-password-url/#term-for-concept-response", + "https://www.w3.org/TR/change-password-url/#term-for-concept-origin-host", + "https://www.w3.org/TR/change-password-url/#term-for-attr-meta-http-equiv", + "https://www.w3.org/TR/change-password-url/#term-for-concept-origin-port", + "https://www.w3.org/TR/change-password-url/#term-for-attr-meta-http-equiv-refresh", + "https://www.w3.org/TR/change-password-url/#term-for-concept-origin-scheme", + "https://www.w3.org/TR/change-password-url/#term-for-concept-origin-tuple", + "https://www.w3.org/TR/change-password-url/#term-for-ToUnicode", + "https://www.w3.org/TR/change-password-url/#term-for-test-the-reliability-of-an-origins-response-status-codes", + "https://www.w3.org/TR/change-password-url/#term-for-section-7.1.2", + "https://www.w3.org/TR/change-password-url/#term-for-potentially-trustworthy-origin", + "https://www.w3.org/TR/change-password-url/#term-for-url", + "https://www.w3.org/TR/change-password-url/#term-for-concept-url-host", + "https://www.w3.org/TR/change-password-url/#term-for-concept-url-origin", + "https://www.w3.org/TR/change-password-url/#term-for-concept-url-path", + "https://www.w3.org/TR/change-password-url/#term-for-concept-url-port", + "https://www.w3.org/TR/change-password-url/#term-for-concept-url-scheme", + "https://www.w3.org/TR/change-password-url/#references", + "https://www.w3.org/TR/change-password-url/#normative", + "https://www.w3.org/TR/change-password-url/#biblio-fetch", + "https://www.w3.org/TR/change-password-url/#biblio-html", + "https://www.w3.org/TR/change-password-url/#biblio-http-semantics", + "https://www.w3.org/TR/change-password-url/#biblio-infra", + "https://www.w3.org/TR/change-password-url/#biblio-response-code-reliability", + "https://www.w3.org/TR/change-password-url/#biblio-rfc2119", + "https://www.w3.org/TR/change-password-url/#biblio-rfc7231", + "https://www.w3.org/TR/change-password-url/#biblio-secure-contexts", + "https://www.w3.org/TR/change-password-url/#biblio-url", + "https://www.w3.org/TR/change-password-url/#biblio-well-known", + "https://www.w3.org/TR/change-password-url/#informative", + "https://www.w3.org/TR/change-password-url/#biblio-idna", + "https://www.w3.org/TR/change-password-url/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/client-hints-infrastructure.json b/tr/ids/client-hints-infrastructure.json index 86a5685abe70..faea67c71aa2 100644 --- a/tr/ids/client-hints-infrastructure.json +++ b/tr/ids/client-hints-infrastructure.json @@ -39,12 +39,18 @@ "https://wicg.github.io/client-hints-infrastructure/#ref-for-ordered-set%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#ref-for-accept-ch-cache%E2%91%A1", "https://wicg.github.io/client-hints-infrastructure/#ref-for-accept-ch-cache-origin%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-same-origin", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-settings-object-origin", "https://wicg.github.io/client-hints-infrastructure/#ref-for-accept-ch-cache-client-hints-set", "https://wicg.github.io/client-hints-infrastructure/#ref-for-set-append", "https://wicg.github.io/client-hints-infrastructure/#ref-for-set-append%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object-client-hints-set", "https://wicg.github.io/client-hints-infrastructure/#abstract-opdef-update-the-client-hints-set", "https://wicg.github.io/client-hints-infrastructure/#ref-for-retrieve-the-client-hints-set", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-non-secure-context", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-settings-object-global", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-window-bc", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-top-level-browsing-context", "https://wicg.github.io/client-hints-infrastructure/#ref-for-field-name", "https://wicg.github.io/client-hints-infrastructure/#ref-for-client-hints-token%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object-client-hints-set%E2%91%A0", @@ -54,8 +60,22 @@ "https://wicg.github.io/client-hints-infrastructure/#delegate-ch-algo", "https://wicg.github.io/client-hints-infrastructure/#delegate-ch", "https://wicg.github.io/client-hints-infrastructure/#ref-for-client-hints-token%E2%91%A1", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object", "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object-client-hints-set%E2%91%A2", "https://wicg.github.io/client-hints-infrastructure/#ref-for-accept-ch-cache%E2%91%A2", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-meta", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-the-link-element", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-the-style-element", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-script", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-attr-meta-name", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-attr-meta-content", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-relevant-settings-object", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-non-secure-context%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-settings-object-global%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-window-bc%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-top-level-browsing-context%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-document-permissions-policy", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-attr-meta-content%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-url-origin%E2%91%A1", "https://wicg.github.io/client-hints-infrastructure/#ref-for-client-hints-token%E2%91%A2", "https://wicg.github.io/client-hints-infrastructure/#ref-for-ordered-set%E2%91%A1", @@ -65,9 +85,14 @@ "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object-client-hints-set%E2%91%A3", "https://wicg.github.io/client-hints-infrastructure/#ref-for-set-append%E2%91%A3", "https://wicg.github.io/client-hints-infrastructure/#issue-b9ef9066", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-the-link-element%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-the-style-element%E2%91%A0", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-script%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#html", "https://wicg.github.io/client-hints-infrastructure/#navigation-response", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-process-a-navigate-response", "https://wicg.github.io/client-hints-infrastructure/#ref-for-abstract-opdef-update-the-client-hints-set", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-relevant-settings-object%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#service-worker-init", "https://wicg.github.io/client-hints-infrastructure/#ref-for-serviceworkerglobalscope", "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object-client-hints-set%E2%91%A4", @@ -76,9 +101,11 @@ "https://wicg.github.io/client-hints-infrastructure/#standard-metadata-names", "https://wicg.github.io/client-hints-infrastructure/#ref-for-delegate-ch", "https://wicg.github.io/client-hints-infrastructure/#extending-environment-settings-object", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object%E2%91%A0", "https://wicg.github.io/client-hints-infrastructure/#environment-settings-object-client-hints-set", "https://wicg.github.io/client-hints-infrastructure/#ref-for-client-hints-set%E2%91%A2", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-fetch", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-environment-settings-object%E2%91%A1", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-request-request", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-request-client", "https://wicg.github.io/client-hints-infrastructure/#request-processing", @@ -111,6 +138,7 @@ "https://wicg.github.io/client-hints-infrastructure/#fetch", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-main-fetch", "https://wicg.github.io/client-hints-infrastructure/#ref-for-abstract-opdef-append-client-hints-to-request", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-relevant-settings-object%E2%91%A1", "https://wicg.github.io/client-hints-infrastructure/#ref-for-concept-http-redirect-fetch", "https://wicg.github.io/client-hints-infrastructure/#ref-for-abstract-opdef-remove-client-hints-from-redirect-if-needed", "https://wicg.github.io/client-hints-infrastructure/#registry", @@ -160,6 +188,8 @@ "https://wicg.github.io/client-hints-infrastructure/#ref-for-default-allowlist%E2%91%A0%E2%91%A7", "https://wicg.github.io/client-hints-infrastructure/#ch-ua-platform-version", "https://wicg.github.io/client-hints-infrastructure/#ref-for-default-allowlist%E2%91%A0%E2%91%A8", + "https://wicg.github.io/client-hints-infrastructure/#ch-ua-wow64", + "https://wicg.github.io/client-hints-infrastructure/#ref-for-default-allowlist%E2%91%A1%E2%93%AA", "https://wicg.github.io/client-hints-infrastructure/#issue-0277eb34", "https://wicg.github.io/client-hints-infrastructure/#low-entropy-table", "https://wicg.github.io/client-hints-infrastructure/#low-entropy-hint-table", @@ -194,6 +224,22 @@ "https://wicg.github.io/client-hints-infrastructure/#term-for-non-subresource-request", "https://wicg.github.io/client-hints-infrastructure/#term-for-concept-request-request", "https://wicg.github.io/client-hints-infrastructure/#term-for-concept-header-value", + "https://wicg.github.io/client-hints-infrastructure/#term-for-window-bc", + "https://wicg.github.io/client-hints-infrastructure/#term-for-attr-meta-content", + "https://wicg.github.io/client-hints-infrastructure/#term-for-environment-settings-object", + "https://wicg.github.io/client-hints-infrastructure/#term-for-concept-settings-object-global", + "https://wicg.github.io/client-hints-infrastructure/#term-for-the-link-element", + "https://wicg.github.io/client-hints-infrastructure/#term-for-meta", + "https://wicg.github.io/client-hints-infrastructure/#term-for-attr-meta-name", + "https://wicg.github.io/client-hints-infrastructure/#term-for-non-secure-context", + "https://wicg.github.io/client-hints-infrastructure/#term-for-concept-settings-object-origin", + "https://wicg.github.io/client-hints-infrastructure/#term-for-concept-document-permissions-policy", + "https://wicg.github.io/client-hints-infrastructure/#term-for-process-a-navigate-response", + "https://wicg.github.io/client-hints-infrastructure/#term-for-relevant-settings-object", + "https://wicg.github.io/client-hints-infrastructure/#term-for-same-origin", + "https://wicg.github.io/client-hints-infrastructure/#term-for-script", + "https://wicg.github.io/client-hints-infrastructure/#term-for-the-style-element", + "https://wicg.github.io/client-hints-infrastructure/#term-for-top-level-browsing-context", "https://wicg.github.io/client-hints-infrastructure/#term-for-set-append", "https://wicg.github.io/client-hints-infrastructure/#term-for-byte-lowercase", "https://wicg.github.io/client-hints-infrastructure/#term-for-list-clone", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index 7eecb4ba3792..d0feb92055a1 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -280,23 +280,23 @@ "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-2", "https://wicg.github.io/compute-pressure/#idl-def-pressurerecord-time", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-1", - "https://wicg.github.io/compute-pressure/#the-source-attribute", - "https://wicg.github.io/compute-pressure/#x10-3-1-the-source-attribute", + "https://wicg.github.io/compute-pressure/#the-source-member", + "https://wicg.github.io/compute-pressure/#x10-3-1-the-source-member", "https://wicg.github.io/compute-pressure/#dom-pressurerecord-source", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-source-types-11", - "https://wicg.github.io/compute-pressure/#the-state-attribute", - "https://wicg.github.io/compute-pressure/#x10-3-2-the-state-attribute", + "https://wicg.github.io/compute-pressure/#the-state-member", + "https://wicg.github.io/compute-pressure/#x10-3-2-the-state-member", "https://wicg.github.io/compute-pressure/#dom-pressurerecord-state", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-pressure-states-7", - "https://wicg.github.io/compute-pressure/#the-factors-attribute", - "https://wicg.github.io/compute-pressure/#x10-3-3-the-factors-attribute", + "https://wicg.github.io/compute-pressure/#the-factors-member", + "https://wicg.github.io/compute-pressure/#x10-3-3-the-factors-member", "https://wicg.github.io/compute-pressure/#dom-pressurerecord-factors", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-3", "https://wicg.github.io/compute-pressure/#ref-for-dfn-contributing-factors-2", - "https://wicg.github.io/compute-pressure/#the-time-attribute", - "https://wicg.github.io/compute-pressure/#x10-3-4-the-time-attribute", + "https://wicg.github.io/compute-pressure/#the-time-member", + "https://wicg.github.io/compute-pressure/#x10-3-4-the-time-member", "https://wicg.github.io/compute-pressure/#dom-pressurerecord-time", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-2", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressureobserver-12", @@ -392,6 +392,10 @@ "https://wicg.github.io/compute-pressure/#x10-6-4-create-and-populate-a-pressurerecord", "https://wicg.github.io/compute-pressure/#dfn-create-a-record", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-7", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-4", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-5", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-4", "https://wicg.github.io/compute-pressure/#queue-a-pressure-observer-task", "https://wicg.github.io/compute-pressure/#x10-6-5-queue-a-pressure-observer-task", "https://wicg.github.io/compute-pressure/#dfn-pressureobserver-task-source", @@ -491,12 +495,12 @@ "https://wicg.github.io/compute-pressure/#ref-for-dom-pressureobserver-requestpermission-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-10", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressuresource-12", - "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-source-4", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurestate-4", - "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-4", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-state-5", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurefactor-4", - "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-5", - "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-4", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-factors-6", + "https://wicg.github.io/compute-pressure/#ref-for-dom-pressurerecord-time-5", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-4", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-samplerate-3", "https://wicg.github.io/compute-pressure/#references", diff --git a/tr/ids/core-aam-1.2.json b/tr/ids/core-aam-1.2.json index c83f5c76ddca..7a06237d780c 100644 --- a/tr/ids/core-aam-1.2.json +++ b/tr/ids/core-aam-1.2.json @@ -27,7 +27,6 @@ "https://www.w3.org/TR/core-aam-1.2/#x1-2-2-uia-ui-automation", "https://www.w3.org/TR/core-aam-1.2/#accessible-names-and-descriptions", "https://www.w3.org/TR/core-aam-1.2/#x1-2-3-accessible-names-and-descriptions", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-1", "https://www.w3.org/TR/core-aam-1.2/#conformance", "https://www.w3.org/TR/core-aam-1.2/#x2-conformance", "https://www.w3.org/TR/core-aam-1.2/#rfc-2119-keywords", @@ -39,15 +38,11 @@ "https://www.w3.org/TR/core-aam-1.2/#glossary", "https://www.w3.org/TR/core-aam-1.2/#x3-important-terms", "https://www.w3.org/TR/core-aam-1.2/#dfn-accessibility-subtree", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-2", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-3", - "https://www.w3.org/TR/core-aam-1.2/#dfn-accessibility-tree", "https://www.w3.org/TR/core-aam-1.2/#dfn-activation-behavior", "https://www.w3.org/TR/core-aam-1.2/#mapping", "https://www.w3.org/TR/core-aam-1.2/#x4-mapping-wai-aria-to-accessibility-apis", "https://www.w3.org/TR/core-aam-1.2/#mapping_general", "https://www.w3.org/TR/core-aam-1.2/#x4-1-general-rules-for-exposing-wai-aria-semantics", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-4", "https://www.w3.org/TR/core-aam-1.2/#mapping_conflicts", "https://www.w3.org/TR/core-aam-1.2/#x4-2-conflicts-between-native-markup-semantics-and-wai-aria", "https://www.w3.org/TR/core-aam-1.2/#issue-container-generatedID", @@ -66,22 +61,6 @@ "https://www.w3.org/TR/core-aam-1.2/#issue-container-generatedID-1", "https://www.w3.org/TR/core-aam-1.2/#h-note-1", "https://www.w3.org/TR/core-aam-1.2/#role-mapping-table", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-5", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-6", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-7", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-8", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-9", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-10", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-11", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-12", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-13", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-14", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-15", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-16", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-17", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-18", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-19", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-20", "https://www.w3.org/TR/core-aam-1.2/#role-map-alert", "https://www.w3.org/TR/core-aam-1.2/#role-map-alertdialog", "https://www.w3.org/TR/core-aam-1.2/#role-map-application", @@ -138,27 +117,11 @@ "https://www.w3.org/TR/core-aam-1.2/#role-map-meter", "https://www.w3.org/TR/core-aam-1.2/#role-map-navigation", "https://www.w3.org/TR/core-aam-1.2/#role-map-none", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-21", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-22", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-23", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-24", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-25", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-26", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-27", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-28", "https://www.w3.org/TR/core-aam-1.2/#role-map-note", "https://www.w3.org/TR/core-aam-1.2/#role-map-option", "https://www.w3.org/TR/core-aam-1.2/#role-map-option-in-combobox", "https://www.w3.org/TR/core-aam-1.2/#role-map-paragraph", "https://www.w3.org/TR/core-aam-1.2/#role-map-presentation", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-29", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-30", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-31", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-32", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-33", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-34", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-35", - "https://www.w3.org/TR/core-aam-1.2/#ref-for-dfn-accessibility-tree-36", "https://www.w3.org/TR/core-aam-1.2/#role-map-progressbar", "https://www.w3.org/TR/core-aam-1.2/#role-map-radio", "https://www.w3.org/TR/core-aam-1.2/#role-map-radiogroup", diff --git a/tr/ids/css-anchor-1.json b/tr/ids/css-anchor-1.json new file mode 100644 index 000000000000..87c902099122 --- /dev/null +++ b/tr/ids/css-anchor-1.json @@ -0,0 +1,349 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "ids": [ + "https://drafts.csswg.org/css-anchor-1/#toc-nav", + "https://drafts.csswg.org/css-anchor-1/#toc-jump", + "https://drafts.csswg.org/css-anchor-1/#toc-toggle", + "https://drafts.csswg.org/css-anchor-1/#title", + "https://drafts.csswg.org/css-anchor-1/#w3c-state", + "https://drafts.csswg.org/css-anchor-1/#abstract", + "https://drafts.csswg.org/css-anchor-1/#sotd", + "https://drafts.csswg.org/css-anchor-1/#w3c_process_revision", + "https://drafts.csswg.org/css-anchor-1/#toc", + "https://drafts.csswg.org/css-anchor-1/#contents", + "https://drafts.csswg.org/css-anchor-1/#intro", + "https://drafts.csswg.org/css-anchor-1/#anchoring", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-properties", + "https://drafts.csswg.org/css-anchor-1/#ref-for-box-alignment-properties", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block", + "https://drafts.csswg.org/css-anchor-1/#anchor-function", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#anchor-pos", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#funcdef-anchor", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-properties%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-comma", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-length-percentage", + "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#typedef-anchor-side", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-percentage-value", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-name", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element", + "https://drafts.csswg.org/css-anchor-1/#ref-for-implicit-anchor-elements", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-left", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-right", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-top", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-bottom", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-properties%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-top", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-bottom", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-top", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-bottom", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-left", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-right", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-start", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-end", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-self-start", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-self-end", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-top%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-bottom%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-top%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-bottom%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-writing-mode", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-self-start", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-self-end", + "https://drafts.csswg.org/css-anchor-1/#ref-for-writing-mode%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-start", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-end", + "https://drafts.csswg.org/css-anchor-1/#issue-c74bca11", + "https://drafts.csswg.org/css-anchor-1/#ref-for-writing-mode%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-inset-inline-start", + "https://drafts.csswg.org/css-anchor-1/#ref-for-percentage-value%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-start%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-end%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-start%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-end%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-center", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-length-percentage%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valid-anchor-query", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valid-anchor-query%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-modified-containing-block", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-fragment", + "https://drafts.csswg.org/css-anchor-1/#issue-3c6fe13f", + "https://drafts.csswg.org/css-anchor-1/#issue-c27c1cde", + "https://drafts.csswg.org/css-anchor-1/#example-ef794aa0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-top%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-bottom%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#example-fcdb8337", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-math-function", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-modified-containing-block%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-the-input-element", + "https://drafts.csswg.org/css-anchor-1/#anchor-size", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#funcdef-anchor-size", + "https://drafts.csswg.org/css-anchor-1/#ref-for-sizing-property", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-comma%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-length-percentage%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-mult-opt%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#typedef-anchor-size", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-side%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-width", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-height", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-width", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-anchor-size%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-block", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-inline", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-self-block", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-size-self-inline", + "https://drafts.csswg.org/css-anchor-1/#ref-for-writing-mode%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-size-self-block", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-size-self-inline", + "https://drafts.csswg.org/css-anchor-1/#ref-for-writing-mode%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-size-block", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valdef-anchor-size-inline", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valid-anchor-query%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-length-value%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#determining", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-name", + "https://drafts.csswg.org/css-anchor-1/#propdef-anchor-name", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-none", + "https://drafts.csswg.org/css-anchor-1/#valdef-anchor-name-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#anchor-element", + "https://drafts.csswg.org/css-anchor-1/#anchor-name", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-function", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#target-anchor-element", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-implicit-anchor-elements%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-name%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-initial-containing-block", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block-chain", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#implicit-anchor-elements", + "https://drafts.csswg.org/css-anchor-1/#ref-for-implicit-anchor-elements%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-implicit-anchor-elements%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#queries", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#anchor-query", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-query", + "https://drafts.csswg.org/css-anchor-1/#valid-anchor-query", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-properties%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor-size%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-sizing-property%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-target-anchor-element%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-name%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-funcdef-anchor%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-valid-anchor-query%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#fallback", + "https://drafts.csswg.org/css-anchor-1/#ref-for-anchor-element%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-position-fallback", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#fallback-property", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-position-fallback%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#propdef-position-fallback", + "https://drafts.csswg.org/css-anchor-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#ref-for-absolute-position%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-none", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list", + "https://drafts.csswg.org/css-anchor-1/#valdef-position-fallback-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A6", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#fallback-rule", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#at-ruledef-position-fallback", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#at-ruledef-try", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A7", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-rule-list", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-declaration-list", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try", + "https://drafts.csswg.org/css-anchor-1/#ref-for-typedef-dashed-ident%E2%91%A8", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-css-property", + "https://drafts.csswg.org/css-anchor-1/#ref-for-inset-properties%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-sizing-property%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-box-alignment-properties%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#issue-14452576", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-position-fallback%E2%91%A5", + "https://drafts.csswg.org/css-anchor-1/#position-fallback-list", + "https://drafts.csswg.org/css-anchor-1/#ref-for-at-ruledef-try%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#issue-0dfe4786", + "https://drafts.csswg.org/css-anchor-1/#issue-5b530169", + "https://drafts.csswg.org/css-anchor-1/#fallback-apply", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#ref-for-used-value", + "https://drafts.csswg.org/css-anchor-1/#issue-0b311ea0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-position-fallback%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#ref-for-list-iterate", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A3", + "https://drafts.csswg.org/css-anchor-1/#ref-for-margin-box", + "https://drafts.csswg.org/css-anchor-1/#ref-for-containing-block%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#ref-for-position-fallback-list%E2%91%A4", + "https://drafts.csswg.org/css-anchor-1/#issue-52cb8f94", + "https://drafts.csswg.org/css-anchor-1/#example-cd628aaa", + "https://drafts.csswg.org/css-anchor-1/#ref-for-elements", + "https://drafts.csswg.org/css-anchor-1/#sec", + "https://drafts.csswg.org/css-anchor-1/#priv", + "https://drafts.csswg.org/css-anchor-1/#w3c-conformance", + "https://drafts.csswg.org/css-anchor-1/#w3c-conventions", + "https://drafts.csswg.org/css-anchor-1/#w3c-example", + "https://drafts.csswg.org/css-anchor-1/#w3c-conformance-classes", + "https://drafts.csswg.org/css-anchor-1/#w3c-partial", + "https://drafts.csswg.org/css-anchor-1/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-anchor-1/#w3c-testing", + "https://drafts.csswg.org/css-anchor-1/#index", + "https://drafts.csswg.org/css-anchor-1/#index-defined-here", + "https://drafts.csswg.org/css-anchor-1/#index-defined-elsewhere", + "https://drafts.csswg.org/css-anchor-1/#term-for-box-alignment-properties", + "https://drafts.csswg.org/css-anchor-1/#term-for-margin-box", + "https://drafts.csswg.org/css-anchor-1/#term-for-fragment", + "https://drafts.csswg.org/css-anchor-1/#term-for-css-property", + "https://drafts.csswg.org/css-anchor-1/#term-for-used-value", + "https://drafts.csswg.org/css-anchor-1/#term-for-containing-block", + "https://drafts.csswg.org/css-anchor-1/#term-for-containing-block-chain", + "https://drafts.csswg.org/css-anchor-1/#term-for-elements", + "https://drafts.csswg.org/css-anchor-1/#term-for-initial-containing-block", + "https://drafts.csswg.org/css-anchor-1/#term-for-inset-properties", + "https://drafts.csswg.org/css-anchor-1/#term-for-absolute-position", + "https://drafts.csswg.org/css-anchor-1/#term-for-absolute-position%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#term-for-absolute-position%E2%91%A1", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-bottom", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-inset-inline-start", + "https://drafts.csswg.org/css-anchor-1/#term-for-inset-modified-containing-block", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-left", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-right", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-top", + "https://drafts.csswg.org/css-anchor-1/#term-for-sizing-property", + "https://drafts.csswg.org/css-anchor-1/#term-for-propdef-width", + "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-declaration-list", + "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-rule-list", + "https://drafts.csswg.org/css-anchor-1/#term-for-comb-comma", + "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-dashed-ident", + "https://drafts.csswg.org/css-anchor-1/#term-for-typedef-length-percentage", + "https://drafts.csswg.org/css-anchor-1/#term-for-length-value", + "https://drafts.csswg.org/css-anchor-1/#term-for-percentage-value", + "https://drafts.csswg.org/css-anchor-1/#term-for-mult-opt", + "https://drafts.csswg.org/css-anchor-1/#term-for-math-function", + "https://drafts.csswg.org/css-anchor-1/#term-for-comb-one", + "https://drafts.csswg.org/css-anchor-1/#term-for-writing-mode", + "https://drafts.csswg.org/css-anchor-1/#term-for-the-input-element", + "https://drafts.csswg.org/css-anchor-1/#term-for-list-iterate", + "https://drafts.csswg.org/css-anchor-1/#references", + "https://drafts.csswg.org/css-anchor-1/#normative", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-align-3", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-box-4", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-break-4", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-display-3", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-logical-1", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-position-3", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-sizing-3", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-syntax-3", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-values-4", + "https://drafts.csswg.org/css-anchor-1/#biblio-css-writing-modes-4", + "https://drafts.csswg.org/css-anchor-1/#biblio-infra", + "https://drafts.csswg.org/css-anchor-1/#biblio-rfc2119", + "https://drafts.csswg.org/css-anchor-1/#informative", + "https://drafts.csswg.org/css-anchor-1/#biblio-html", + "https://drafts.csswg.org/css-anchor-1/#property-index", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-anchor-name%E2%91%A0", + "https://drafts.csswg.org/css-anchor-1/#ref-for-propdef-position-fallback%E2%91%A2", + "https://drafts.csswg.org/css-anchor-1/#issues-index", + "https://drafts.csswg.org/css-anchor-1/#generator" + ] +} \ No newline at end of file diff --git a/tr/ids/css-shared-element-transitions-1.json b/tr/ids/css-shared-element-transitions-1.json index 3e03affd4f98..b930c99eebf9 100644 --- a/tr/ids/css-shared-element-transitions-1.json +++ b/tr/ids/css-shared-element-transitions-1.json @@ -16,6 +16,9 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#contents", "https://drafts.csswg.org/css-shared-element-transitions-1/#intro", "https://drafts.csswg.org/css-shared-element-transitions-1/#transitions-as-enhancements", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-propdef-isolation", + "https://drafts.csswg.org/css-shared-element-transitions-1/#issue-07d78924", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-dom-domtransitioninit-updatedom", "https://drafts.csswg.org/css-shared-element-transitions-1/#css-properties", "https://drafts.csswg.org/css-shared-element-transitions-1/#page-transition-tag-prop", @@ -115,13 +118,13 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-document", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-document%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#document-active-dom-transition", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#document-transition-suppressing-rendering", "https://drafts.csswg.org/css-shared-element-transitions-1/#api", "https://drafts.csswg.org/css-shared-element-transitions-1/#additions-to-document-api", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-document%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-document%E2%91%A2", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-dom-document-createtransition", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-dictdef-domtransitioninit", "https://drafts.csswg.org/css-shared-element-transitions-1/#dom-document-createtransition-init-init", @@ -135,7 +138,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-dom-document-createtransition%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-method-steps", "https://drafts.csswg.org/css-shared-element-transitions-1/#dom-document-createtransition", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A1", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-this", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-relevant-realm", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition-dom-update-callback", @@ -157,7 +160,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#example-ed2c7772", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-propdef-page-transition-tag%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#the-domtransition-interface", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A2", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A3", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-Exposed", "https://drafts.csswg.org/css-shared-element-transitions-1/#domtransition", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-idl-undefined", @@ -171,8 +174,8 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-idl-promise%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-idl-undefined%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#dom-domtransition-domupdated", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A3", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A4", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A5", "https://drafts.csswg.org/css-shared-element-transitions-1/#domtransition-tagged-elements", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-ordered-map", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-page-transition-tag", @@ -249,7 +252,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#perform-an-outgoing-capture-algorithm", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-perform-an-outgoing-capture%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#perform-an-outgoing-capture", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A5", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A6", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition-tagged-elements", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-ordered-set", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-relevant-global%E2%91%A0", @@ -337,7 +340,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-skip-the-page-transition%E2%91%A8", "https://drafts.csswg.org/css-shared-element-transitions-1/#skip-the-page-transition-algorithm", "https://drafts.csswg.org/css-shared-element-transitions-1/#skip-the-page-transition", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A6", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A7", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-relevant-global%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-document-window%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-assert", @@ -377,7 +380,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#update-transition-dom-algorithm", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-update-transition-dom%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#update-transition-dom", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A7", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A8", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-relevant-global%E2%91%A3", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-concept-document-window%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A4", @@ -408,7 +411,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#animate-a-page-transition-algorithm", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-animate-a-page-transition%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#animate-a-page-transition", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A8", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-cascade-origin-ua%E2%91%A0%E2%91%A1", @@ -433,7 +436,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#create-transition-pseudo-elements-algorithm", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-create-transition-pseudo-elements%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#create-transition-pseudo-elements", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-selectordef-page-transition%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-map-iterate%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition-tagged-elements%E2%91%A2", @@ -489,7 +492,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-captured-element-incoming-element%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-page-transition-pseudo-elements%E2%91%A7", "https://drafts.csswg.org/css-shared-element-transitions-1/#call-the-dom-update-callback", - "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-assert%E2%91%A1", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-domtransition-phase%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-shared-element-transitions-1/#ref-for-phases-before%E2%91%A0", @@ -511,6 +514,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#index", "https://drafts.csswg.org/css-shared-element-transitions-1/#index-defined-here", "https://drafts.csswg.org/css-shared-element-transitions-1/#index-defined-elsewhere", + "https://drafts.csswg.org/css-shared-element-transitions-1/#term-for-propdef-isolation", "https://drafts.csswg.org/css-shared-element-transitions-1/#term-for-border-box", "https://drafts.csswg.org/css-shared-element-transitions-1/#term-for-fragmentation", "https://drafts.csswg.org/css-shared-element-transitions-1/#term-for-computed-value", @@ -573,6 +577,7 @@ "https://drafts.csswg.org/css-shared-element-transitions-1/#term-for-idl-undefined", "https://drafts.csswg.org/css-shared-element-transitions-1/#references", "https://drafts.csswg.org/css-shared-element-transitions-1/#normative", + "https://drafts.csswg.org/css-shared-element-transitions-1/#biblio-compositing-2", "https://drafts.csswg.org/css-shared-element-transitions-1/#biblio-css-box-4", "https://drafts.csswg.org/css-shared-element-transitions-1/#biblio-css-break-4", "https://drafts.csswg.org/css-shared-element-transitions-1/#biblio-css-cascade-5", diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json index d15b9421f035..6b1f1b55fa00 100644 --- a/tr/ids/ecmascript.json +++ b/tr/ids/ecmascript.json @@ -295,183 +295,194 @@ "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_14667", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14878", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_24", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1063", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14668", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14669", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14670", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14671", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14672", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14879", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14880", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14881", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14882", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14883", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1064", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_25", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14673", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14674", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14884", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14885", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_26", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14675", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14886", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1065", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14676", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14887", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-numeric-string-grammar", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_27", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14677", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14888", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1066", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14678", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14889", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_28", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-syntactic-grammar", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_29", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_30", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_31", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1067", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14679", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14680", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14681", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14682", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14683", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14684", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14890", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14891", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14892", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14893", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14894", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14895", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1068", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1069", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_32", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_33", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14685", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14686", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14687", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14688", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14896", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14897", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14898", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14899", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1070", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1071", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammar-notation", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14689", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-terminal-symbols", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14900", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-HexIntegerLiteral", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14690", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14691", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14901", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14902", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_34", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_35", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14692", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14693", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14903", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14904", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-nonterminal-symbols-and-productions", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-WhileStatement", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14694", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14695", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14696", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14697", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14698", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14699", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14700", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14905", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14906", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14907", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14908", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14909", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14910", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14911", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ArgumentList", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14701", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14702", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14703", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14704", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14705", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14706", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14707", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14708", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14709", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14710", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14711", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14712", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14713", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14714", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14715", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14716", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14717", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14718", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14719", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14720", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14721", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14722", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14723", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14724", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14725", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14726", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14912", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14913", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14914", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14915", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14916", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14917", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14918", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14919", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14920", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14921", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-optional-symbols", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14922", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14923", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14924", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14925", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14926", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14927", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14928", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14929", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14930", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14931", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14932", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14933", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14934", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14935", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14936", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14937", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ForStatement", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14727", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14728", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14729", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14730", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14731", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14732", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14733", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14734", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14735", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14736", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14737", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14738", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14739", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14740", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14741", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14742", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14743", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14744", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14745", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14746", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14747", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14748", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14749", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14750", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14751", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14938", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14939", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14940", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14941", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14942", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14943", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14944", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14945", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14946", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14947", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14948", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14949", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14950", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-grammatical-parameters", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14951", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14952", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14953", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14954", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14955", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14956", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14957", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14958", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14959", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14960", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14961", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14962", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_In", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14752", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14753", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14963", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14964", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return_In", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14754", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14755", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14756", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14757", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14758", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14759", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14760", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14761", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14762", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14763", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14764", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14765", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14766", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14767", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14768", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14965", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14966", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14967", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14968", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14969", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14970", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14971", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14972", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14973", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14974", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14975", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14976", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14977", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14978", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14979", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14769", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14770", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14980", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14981", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-VariableDeclaration_In", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14771", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14772", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14773", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14774", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14775", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14776", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14777", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14778", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14982", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14983", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14984", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14985", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14986", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14987", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14988", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14989", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14779", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14780", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14990", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14991", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-StatementList_Return", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14781", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14992", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-one-of", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-NonZeroDigit", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14446", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-empty", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-lookahead-restrictions", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14648", "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_14782", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14783", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14784", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14993", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14994", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14995", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-LookaheadExample", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14785", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14786", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14787", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14447", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14448", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14788", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14789", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14996", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14997", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14998", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14649", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14650", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-no-lineterminator-here", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14999", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15000", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15001", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-ThrowStatement", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14790", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14791", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14792", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14793", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14794", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14795", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15002", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15003", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15004", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15005", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15006", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15007", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-but-not", "https://tc39.es/ecma262/multipage/notational-conventions.html#prod-grammar-notation-Identifier", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14796", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14797", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14798", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14799", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14800", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15008", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15009", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15010", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15011", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15012", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-descriptive-phrases", "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_1072", @@ -489,14 +500,14 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1075", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1076", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1077", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14801", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14802", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15013", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15014", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1078", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1079", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1080", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14803", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15015", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1081", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14804", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15016", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-runtime-semantics", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1082", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1083", @@ -561,21 +572,21 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1136", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1137", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-static-semantic-rules", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14805", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14806", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15017", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15018", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1138", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1139", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_39", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1140", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1141", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14807", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14808", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15019", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15020", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1142", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14809", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14810", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15021", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15022", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1143", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14811", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_14812", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15023", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_15024", "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-mathematical-operations", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1144", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1145", @@ -632,44 +643,52 @@ "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1186", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1187", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1188", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1189", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1190", - "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-identity", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1191", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_41", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1192", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1193", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_42", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_43", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_44", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1194", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1195", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1196", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-value-notation", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1197", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1198", + "https://tc39.es/ecma262/multipage/notational-conventions.html#sec-identity", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1199", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_41", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1200", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1201", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_45", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_42", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_43", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_44", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1202", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1203", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1204", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1205", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1206", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_46", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1207", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1208", - "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_47", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1209", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_45", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1210", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1211", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1212", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1213", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1214", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_46", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1215", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1216", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_47", "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1217", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1218", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1219", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1220", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1221", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1222", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1223", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1224", + "https://tc39.es/ecma262/multipage/notational-conventions.html#_ref_1225", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-container", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/notational-conventions.html#references-pane", @@ -688,7 +707,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-data-types-and-values", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1218", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1226", "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", @@ -698,10 +717,12 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-boolean-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-string-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1219", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1220", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1227", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1228", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1229", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#leading-surrogate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#high-surrogate-code-unit", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1230", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#trailing-surrogate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#low-surrogate-code-unit", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_48", @@ -715,30 +736,30 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_55", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_56", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_57", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1221", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1231", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#string-concatenation", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#substring", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1222", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1232", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ASCII-word-characters", "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_1223", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1224", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1225", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1226", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1233", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1235", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1236", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-symbol-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-symbol-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_58", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1227", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1237", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_59", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_60", "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_1228", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1229", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1238", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1239", "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_61", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-symbols", @@ -751,122 +772,107 @@ "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_65", "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_1230", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1240", "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_66", "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_1231", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1241", "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_67", "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_1232", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1233", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1234", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1235", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_68", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1236", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1237", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_69", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1238", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1239", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_70", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_71", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1240", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1241", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1242", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1243", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_72", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-numeric-type-ops", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1244", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1245", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_73", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_68", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1246", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1247", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_69", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1248", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1249", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_70", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_71", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1250", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1251", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1252", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1253", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_77", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_72", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1254", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1255", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_78", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_79", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_80", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_73", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1256", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1257", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1258", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1259", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_74", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1260", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1261", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1262", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1263", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_75", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_76", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_77", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1264", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_85", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1265", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_78", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_79", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_80", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1266", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_86", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_87", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1267", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_81", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1268", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1269", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_82", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1270", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_90", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1271", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_83", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1272", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1273", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1274", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_84", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_85", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1275", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1276", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_91", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_86", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_87", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1277", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1278", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_88", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1279", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#finite", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_89", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1280", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_90", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1281", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1282", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1283", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1284", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1285", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1286", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_91", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1287", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1288", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value-for", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1289", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_92", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_93", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#finite", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1290", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1291", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1292", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1293", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_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_94", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unaryMinus", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseNOT", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1296", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1297", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1298", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-exp-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1299", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1300", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1301", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value-for", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#number-value", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1302", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1303", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1304", @@ -876,9 +882,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1308", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1309", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1310", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_94", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unaryMinus", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseNOT", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1311", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1312", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1313", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-exp-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1314", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1315", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1316", @@ -891,96 +902,90 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1323", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1324", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1325", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-multiply", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mul-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1326", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1327", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1328", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1329", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1330", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-divide", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-div-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1331", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1332", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1333", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1334", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-remainder", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mod-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1335", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1336", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1337", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1338", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1339", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-multiply", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mul-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1343", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1344", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-add", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-additive-operators-to-numbers", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-divide", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-div-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1345", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1346", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1347", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1348", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-remainder", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-mod-operator", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1349", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1350", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1351", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1352", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1353", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1354", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1355", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1356", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1357", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1358", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1359", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1360", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-add", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-applying-the-additive-operators-to-numbers", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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#_ref_1363", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1364", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1365", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1366", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1367", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-subtract", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1368", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1369", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1370", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1371", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1372", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1373", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1374", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1375", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-equal", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValue", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValueZero", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1376", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1377", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1378", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1379", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1380", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1381", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1382", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1383", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1384", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1385", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1386", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1387", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1388", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-tostring", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-tostring-applied-to-the-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1389", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1390", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1391", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-equal", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValue", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-sameValueZero", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numberbitwiseop", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1392", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1393", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1394", @@ -988,211 +993,215 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1396", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1397", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1398", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1399", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1400", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1401", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1402", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1403", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1404", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_95", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_96", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-tostring", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-tostring-applied-to-the-number-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1405", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1406", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1407", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1408", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-number-tostring-intermediate-values", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1409", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1410", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1411", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1412", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1413", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1414", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1415", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1416", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1417", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1418", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1419", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1420", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1421", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-add", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-subtract", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1422", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_95", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_96", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1423", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1424", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1425", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-language-types-bigint-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1426", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unaryMinus", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1427", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseNOT", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-exponentiate", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1428", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1429", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1430", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-equal", - "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#sec-numeric-types-bigint-sameValue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1431", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-multiply", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-divide", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1432", - "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_1433", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1434", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1435", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1436", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-remainder", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1437", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1438", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1439", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1440", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1441", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1442", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-add", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-subtract", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-leftShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1443", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1444", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1445", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1446", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1447", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-signedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1448", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-unsignedRightShift", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1449", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-lessThan", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1450", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1451", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-equal", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValueZero", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-sameValue", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1452", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1453", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1454", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1455", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1456", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1457", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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#sec-object-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1458", - "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_1459", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1460", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1461", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1462", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1463", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1464", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1465", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1466", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_97", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-attributes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_98", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-object-property-attributes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-default-attribute-values", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-accessor-property-attributes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-data-property-attributes", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-4", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-3", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-2", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1467", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1468", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1469", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1470", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1471", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1472", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_99", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseAND", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1473", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseXOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1474", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-bitwiseOR", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1475", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-bigint-tostring", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1476", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1477", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1478", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1479", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1480", + "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#sec-object-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1480", + "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_1481", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#property-name", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1482", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#integer-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1483", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1484", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1485", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1486", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#array-index", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1487", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1488", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_102", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_103", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_104", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_105", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_106", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_97", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-property-attributes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_98", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-object-property-attributes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-default-attribute-values", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-accessor-property-attributes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-data-property-attributes", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-4", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-3", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-2", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1489", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1490", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1491", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1492", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1493", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1494", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_107", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_99", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1495", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1496", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1497", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_100", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1498", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1499", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_101", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1500", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1501", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1502", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1503", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1504", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1505", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1506", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1507", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1508", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1509", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1510", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_102", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ordinary-object", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_103", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_104", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_105", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_106", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#exotic-object", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1511", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1512", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1513", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1514", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1515", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1516", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_107", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_108", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1517", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1518", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1519", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1520", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-essential-internal-methods", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-5", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1521", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1522", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1523", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1524", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1525", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1526", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_109", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#function-object", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#constructor", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1527", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1528", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1529", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1530", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1531", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1532", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-additional-essential-internal-methods-of-function-objects", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-6", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1533", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1534", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1535", @@ -1205,7 +1214,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1542", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1543", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1544", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_110", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1545", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-invariants-of-the-essential-internal-methods", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1546", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1547", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1548", @@ -1224,245 +1235,219 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1561", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1562", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1563", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1564", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1565", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1566", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1567", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-7", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1568", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1569", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1570", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1571", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1572", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1573", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1574", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1575", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1576", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1577", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1578", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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_119", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1581", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1582", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1583", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1584", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1585", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-well-known-intrinsic-objects", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1586", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1587", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1588", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1589", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_111", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_112", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-7", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1590", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1591", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_113", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1592", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_125", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1593", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_114", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1594", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1595", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_115", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1596", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_116", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1597", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_117", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1598", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1599", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1600", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_118", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1601", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1602", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_119", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1603", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1604", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_120", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1605", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1606", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_121", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1607", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1608", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_122", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1609", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1610", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_123", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1611", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1612", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_124", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1613", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", "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_125", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1615", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1616", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_126", "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_140", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_127", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1618", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_128", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1619", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_129", "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_130", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1621", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", "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_143", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_131", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1623", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_132", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1624", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1625", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_133", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1626", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1627", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1628", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_134", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1629", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1630", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_135", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1631", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1632", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_136", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1633", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_137", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1634", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1635", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_138", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1636", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1637", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_139", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1638", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1639", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_140", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1640", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1641", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_141", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1642", "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_156", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_142", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1644", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_143", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1645", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_144", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1646", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1647", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_145", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1648", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1649", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_160", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_146", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1650", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_147", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1651", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_148", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1652", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1653", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_149", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1654", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1655", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_150", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1656", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_151", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1657", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_152", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1658", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1659", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_153", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1660", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1661", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_154", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1662", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1663", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_155", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1664", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1665", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_156", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1666", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_157", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1667", "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_169", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_158", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1669", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_159", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1670", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_170", "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_160", "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_171", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_161", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1673", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1674", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_172", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_162", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1675", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1676", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_173", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_163", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1677", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_164", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1678", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1679", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_165", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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_175", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_166", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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#_ref_176", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-specification-types", "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_1685", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1686", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_167", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1687", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1688", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_168", "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-enum-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_169", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1691", - "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_178", - "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_1692", - "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_170", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1693", - "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#sec-completion-record-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_179", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-completion-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1694", - "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_171", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1695", - "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#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1696", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-rejected", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-fulfilled", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_172", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1697", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1698", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_173", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1699", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1700", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_174", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1701", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1702", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1703", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_175", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1704", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1705", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_176", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_177", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ecmascript-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1706", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1707", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1708", @@ -1470,12 +1455,38 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1710", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1711", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1712", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-enum-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1713", + "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_178", + "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_1714", + "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_1715", + "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#sec-completion-record-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_179", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-completion-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1716", + "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_1717", + "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#sec-completion-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1718", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-rejected", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#await-fulfilled", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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#_ref_1721", @@ -1487,119 +1498,112 @@ "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#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_1730", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1731", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1732", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1733", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1734", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1735", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1736", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1737", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1738", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1739", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1740", - "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_1741", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_180", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-reference-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1742", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getbase", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getbase", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1743", "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#ao-getreferencedname", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getreferencedname", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_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#ao-isstrictreference", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isstrictreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1748", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1749", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1750", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1751", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1752", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1753", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1754", + "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_1755", - "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_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#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#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_1758", - "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_1759", - "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_1760", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1761", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1762", + "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_1763", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_180", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-reference-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1764", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getbase", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getbase", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1765", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1766", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1767", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-getreferencedname", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getreferencedname", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1768", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1769", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#ao-isstrictreference", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isstrictreference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1770", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1771", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1772", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1773", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1774", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference-record", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#super-reference", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1775", - "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_1776", - "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_1777", + "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_1778", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1779", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1780", + "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_1781", + "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_1782", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1783", + "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_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_1786", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1787", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1788", "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_1791", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-getvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1792", - "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_184", "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-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_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#_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_1798", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1799", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1800", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1801", @@ -1608,35 +1612,27 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1804", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1805", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1806", - "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_1807", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1808", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#step-putvalue-toobject", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1809", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1810", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1811", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1812", - "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_1813", - "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-property-descriptor-specification-type", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_186", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1814", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_183", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_184", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1815", - "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#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_1816", - "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_1817", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1818", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1819", - "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_1820", + "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_1821", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1822", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1823", @@ -1645,21 +1641,34 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1826", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1827", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1828", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1829", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1830", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1831", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1832", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1833", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1834", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1835", + "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-property-descriptor-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_186", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1836", + "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_1837", + "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_1838", + "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_1839", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1840", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1841", + "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_1842", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1843", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1844", @@ -1671,30 +1680,22 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1850", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1851", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1852", + "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_1853", - "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_1854", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1855", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1856", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1857", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1858", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_187", - "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_1859", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1860", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1861", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1862", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1863", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-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_1864", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1865", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1866", - "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_1867", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1868", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1869", @@ -1704,31 +1705,35 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1873", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1874", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1875", + "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_1876", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1877", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1878", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1879", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-lexical-environment-and-environment-record-specification-types", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1880", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_187", + "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_1881", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1882", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1883", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1884", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#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_1885", + "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_1886", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1887", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1888", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1889", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-data-blocks", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1890", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1891", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1892", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1893", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1894", - "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_1895", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1896", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1897", @@ -1736,12 +1741,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1899", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1900", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1901", + "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_1902", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1903", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1904", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1905", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1906", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1907", + "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_1908", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1909", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1910", @@ -1752,45 +1761,70 @@ "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1915", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1916", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1917", - "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#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_1918", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1919", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1920", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1921", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1922", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1923", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_188", - "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_1924", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1925", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1926", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1927", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1928", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1929", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1930", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_189", - "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_1931", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1932", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1933", - "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_1934", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1935", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1936", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1937", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1938", - "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_1939", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_190", - "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classstaticblockdefinition-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1940", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-privateelement-specification-type", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1941", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1942", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1943", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1944", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1945", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1946", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_188", + "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_1947", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1948", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1949", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1950", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1951", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-classfielddefinition-record-specification-type", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1952", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1953", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_189", + "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_1954", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1955", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1956", + "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_1957", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1958", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1959", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1960", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1961", + "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_1962", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_190", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#table-classstaticblockdefinition-record-fields", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1963", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1964", + "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#_ref_1965", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-container", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#references-pane", @@ -1809,201 +1843,174 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/abstract-operations.html#spec-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-abstract-operations", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1943", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1966", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-type-conversion", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1944", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1945", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1946", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1947", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1967", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1968", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1969", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1970", "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_1948", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1949", - "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#_ref_1952", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1953", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1954", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1955", - "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", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1959", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1971", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1972", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1973", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1974", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1975", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1976", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1977", + "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#_ref_1982", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_192", "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_1960", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1961", - "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#_ref_1983", + "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#_ref_1987", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1988", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1989", "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_1967", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1990", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_193", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toboolean-conversions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1968", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1991", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-10", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_194", "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_1969", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1970", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1971", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1972", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1973", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1974", + "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#_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#_ref_1997", "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_1975", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1976", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1977", + "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#_ref_195", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tonumber-conversions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1978", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2001", "https://tc39.es/ecma262/multipage/abstract-operations.html#table-11", - "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#_ref_2002", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2003", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2004", "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber-applied-to-the-string-type", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1982", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2005", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringNumericLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-FDwUUOp8", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14813", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15025", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-m-6uXikA", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14814", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14815", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14816", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15026", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15027", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15028", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpace", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14817", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14818", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15029", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15030", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrWhiteSpaceChar", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14819", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14820", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15031", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15032", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrNumericLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14821", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15033", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-rEUJru-M", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14822", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15034", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrDecimalLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14823", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14824", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15035", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15036", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-glMHXxnX", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14825", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15037", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrUnsignedDecimalLiteral", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-QcF4NRmv", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0clqUBRw", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14826", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14827", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14828", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15038", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15039", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15040", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-h9Y6iP78", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14829", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14830", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15041", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15042", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-14bLNUM8", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14831", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14832", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15043", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15044", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_196", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14833", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14834", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14835", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14836", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14837", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14838", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14839", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14840", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14841", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14842", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14843", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14844", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15045", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15046", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15047", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15048", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15049", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15050", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15051", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15052", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15053", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15054", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15055", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15056", "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_1983", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1984", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14845", - "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#_ref_2006", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2007", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15057", + "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-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_1987", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14846", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1988", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14847", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2010", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15058", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2011", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15059", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_197", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-_R4wE0aJ", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14848", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15060", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-meFGI9GM", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14849", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14850", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14851", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1989", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14852", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15061", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15062", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15063", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2012", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15064", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-chPZzOnl", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14853", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1990", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14854", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15065", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2013", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15066", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-gjHq7g3y", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14855", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1991", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14856", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15067", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2014", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15068", "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_14857", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14858", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14859", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14860", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14861", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14862", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14863", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14864", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14865", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1992", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15069", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15070", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15071", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15072", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15073", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15074", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15075", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15076", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15077", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2015", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-KhQPr5RG", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14866", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14867", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14868", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14869", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14870", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14871", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1993", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15078", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15079", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15080", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15081", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15082", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15083", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2016", "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-0Vf62eUX", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14872", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14873", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14874", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14875", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14876", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1994", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15084", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15085", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15086", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15087", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15088", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2017", "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_1995", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1996", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_1997", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_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#_ref_2001", - "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", - "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_2005", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2006", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2007", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2008", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2009", - "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", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2013", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2014", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2015", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2016", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2017", "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", @@ -2014,18 +2021,21 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2025", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2026", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2027", + "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_2028", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2029", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2030", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2031", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2032", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2033", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2034", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2035", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2036", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2037", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2038", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2039", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2040", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2041", @@ -2033,12 +2043,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2043", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2044", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2045", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint32-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2046", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_198", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2047", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2048", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2049", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2050", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2051", @@ -2047,6 +2054,7 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2054", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2055", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2056", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2057", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2058", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2059", @@ -2055,25 +2063,24 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2062", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2063", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2064", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2065", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2066", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2067", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2068", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2069", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2070", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint32-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2071", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_198", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2072", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2073", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2074", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2075", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2076", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint16-mod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2077", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2078", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_199", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2079", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2080", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2081", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2082", @@ -2085,10 +2092,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2088", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2089", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2090", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2091", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2092", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2093", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2094", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2095", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2096", @@ -2099,10 +2106,12 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2101", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2102", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2103", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-touint16-mod", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2104", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2105", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_199", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2106", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2107", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2108", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2109", @@ -2118,43 +2127,22 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2119", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2120", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2121", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2122", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2123", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2124", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2125", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2126", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2127", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_200", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2128", - "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_2129", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2130", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14877", "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#_ref_2133", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2134", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringintegerliteral-grammar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2135", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringIntegerLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14878", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14879", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14880", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14881", - "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrIntegerLiteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14882", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14883", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-for-stringintegerliteral", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14884", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14885", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14886", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14887", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_14888", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2136", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2137", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2138", @@ -2165,7 +2153,6 @@ "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#sec-tobiguint64", "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#_ref_2148", @@ -2174,36 +2161,42 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2151", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2152", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2153", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2154", - "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_2155", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2156", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2157", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_201", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_200", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tobigint", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2158", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-12", + "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_2159", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2160", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15089", "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#sec-toobject", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2163", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2164", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringintegerliteral-grammar", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2165", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_202", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StringIntegerLiteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15090", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15091", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15092", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15093", + "https://tc39.es/ecma262/multipage/abstract-operations.html#prod-StrIntegerLiteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15094", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15095", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-runtime-semantics-mv-for-stringintegerliteral", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15096", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15097", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15098", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15099", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_15100", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2166", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-13", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_203", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_204", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_205", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", - "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_2167", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2168", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2169", @@ -2212,10 +2205,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2172", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2173", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2174", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength", "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-tobiguint64", "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", @@ -2223,42 +2215,48 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2181", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2182", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2183", - "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_2184", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2185", + "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_2186", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2187", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2188", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_201", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-tostring-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2189", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-12", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2190", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2191", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2192", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2193", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2194", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2195", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2196", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_202", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-toobject-conversions", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2197", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-13", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_203", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_204", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_205", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_206", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_207", + "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_2198", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2199", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2200", - "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_2201", "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_208", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", + "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_2206", - "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_2207", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2208", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2209", @@ -2266,22 +2264,18 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2211", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2212", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2213", - "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_2214", + "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_2215", - "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_2216", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2217", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2218", - "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-canonicalnumericindexstring", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2219", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2220", - "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_2221", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2222", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2223", @@ -2292,36 +2286,43 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2228", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2229", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2230", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ispropertykey", + "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_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#_ref_2234", - "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_2235", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_208", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-requireobjectcoercible-results", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2236", + "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_2237", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2238", "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", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstringwellformedunicode", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2242", - "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_2243", + "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_2244", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2245", + "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_2246", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2247", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2248", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isextensible-o", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2249", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2250", - "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#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_2251", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2252", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2253", @@ -2330,35 +2331,38 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2256", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2257", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2258", - "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#sec-samevaluenonnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2259", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2260", + "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_2261", "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-isregexp", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2265", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2266", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2267", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2268", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-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_2269", "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#sec-isstringwellformedunicode", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_209", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2272", + "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_2273", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2274", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2275", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2276", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2277", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2278", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2279", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2280", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero", "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", @@ -2367,6 +2371,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2286", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2287", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2288", + "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#sec-samevaluenonnumber", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2289", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2290", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2291", @@ -2377,6 +2384,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2296", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2297", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2298", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-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_2299", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2300", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2301", @@ -2385,13 +2395,8 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2304", "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_210", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_212", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-arc-string-check", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2307", - "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_2308", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2309", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2310", @@ -2399,8 +2404,6 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2312", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2313", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2314", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_213", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2315", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2316", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2317", @@ -2423,7 +2426,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2334", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2335", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2336", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_210", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_211", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_212", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2337", + "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_2338", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2339", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2340", @@ -2431,14 +2440,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2342", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2343", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2344", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-abstract-equality-comparison-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_213", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2345", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2346", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2347", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2348", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2349", - "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_2350", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2351", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2352", @@ -2447,14 +2455,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2355", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2356", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2357", - "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_2358", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2359", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2360", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2361", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_214", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2362", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2363", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2364", @@ -2462,14 +2466,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2366", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2367", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2368", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2369", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2370", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2371", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2372", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2373", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2374", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2375", @@ -2477,92 +2477,95 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2377", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2378", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2379", - "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#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_2380", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2381", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2382", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2383", - "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_2384", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2385", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2386", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2387", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "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_2388", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2389", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2390", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2391", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_214", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2392", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2393", - "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_2394", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2395", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2396", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2397", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2398", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2399", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2400", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2401", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2402", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-getv", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2403", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2404", - "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_2405", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2406", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2407", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2408", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2409", + "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_2410", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2411", - "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_2412", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2413", + "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_2414", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2415", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2416", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2417", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createmethodproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2418", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2419", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2420", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2421", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2422", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2423", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "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_2424", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2425", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2426", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2427", - "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_2428", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createnonenumerabledatapropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2429", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2430", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2431", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2432", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2433", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2434", + "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_2435", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2436", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2437", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2438", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-deletepropertyorthrow", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2439", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2440", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2441", + "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_2442", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2443", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2444", @@ -2571,75 +2574,79 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2447", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2448", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2449", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-setintegritylevel", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2450", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2451", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2452", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2453", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hasownproperty", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2454", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2455", - "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_2456", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2457", + "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_2458", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2459", - "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_2460", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2461", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2462", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2463", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2464", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2465", - "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_2466", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2467", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2468", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2469", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2470", + "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_2471", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2472", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2473", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistfromarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2474", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2475", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2476", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2477", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2478", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2479", + "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_2480", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2481", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2482", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2483", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2484", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2485", + "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_2486", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2487", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2488", - "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_2489", + "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_2490", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2491", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2492", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2493", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2494", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2495", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2496", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2497", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2498", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2499", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2500", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2501", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-lengthofarraylike", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2502", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2503", + "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_2504", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2505", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2506", @@ -2647,8 +2654,6 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2508", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2509", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2510", - "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_2511", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2512", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2513", @@ -2657,14 +2662,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2516", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2517", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2518", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2519", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2520", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2521", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2522", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2523", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", - "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#_ref_2524", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2525", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2526", @@ -2672,10 +2676,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2528", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2529", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2530", + "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_2531", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2532", - "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_2533", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2534", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2535", @@ -2684,12 +2688,10 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2538", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2539", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2540", - "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", + "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_2541", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_215", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2542", - "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_2543", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2544", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2545", @@ -2699,14 +2701,13 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2549", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2550", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2551", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2552", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2553", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-enumerableownproperties", + "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#_ref_2554", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2555", - "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_2556", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2557", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2558", @@ -2714,9 +2715,9 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2560", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2561", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2562", + "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_2563", - "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_2564", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2565", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2566", @@ -2724,10 +2725,12 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2568", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2569", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2570", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", + "https://tc39.es/ecma262/multipage/abstract-operations.html#step-getfunctionrealm-default-return", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2571", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_215", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2572", + "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_2573", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2574", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2575", @@ -2737,60 +2740,56 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2579", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2580", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2581", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privateelementfind", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2582", - "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_2583", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2584", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2585", + "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_2586", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2587", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2588", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2589", - "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_2590", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2591", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2592", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2593", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-privatemethodoraccessoradd", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2594", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2595", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2596", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definefield", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2597", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2598", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2599", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2600", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-hostensurecanaddprivateelement", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2601", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2602", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2603", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2604", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2605", - "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_2606", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2607", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2608", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2609", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2610", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2611", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_216", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2612", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_217", - "https://tc39.es/ecma262/multipage/abstract-operations.html#table-iterator-record-fields", + "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_2613", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2614", - "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_2615", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2616", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2617", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2618", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2619", + "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_2620", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2621", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2622", @@ -2798,41 +2797,43 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2624", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2625", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2626", + "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_2627", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2628", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2629", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2630", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2631", - "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_2632", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2633", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2634", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2635", + "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_2636", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2637", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2638", - "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_2639", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2640", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2641", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-operations-on-iterator-objects", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_216", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iterator-records", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2642", - "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_217", + "https://tc39.es/ecma262/multipage/abstract-operations.html#table-iterator-record-fields", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2643", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2644", + "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_2645", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2646", - "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_2647", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2648", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2649", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2650", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2651", - "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_2652", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2653", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2654", @@ -2843,56 +2844,56 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2659", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2660", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2661", - "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#sec-iteratornext", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratornext", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2662", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2663", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2664", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2665", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2666", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2667", - "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_2668", + "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_2669", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2670", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2671", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2672", + "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_2673", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2674", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2675", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2676", + "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_2677", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2678", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2679", - "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_2680", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2681", + "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_2682", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2683", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2684", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiterator-next", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiteratornext-functions", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiterator", - "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2685", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2686", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2687", - "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_218", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2688", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2689", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2690", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2691", + "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_2692", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2693", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2694", - "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_2695", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2696", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2697", + "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_2698", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2699", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2700", @@ -2901,6 +2902,46 @@ "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2703", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2704", "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2705", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2706", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2707", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2708", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2709", + "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_2710", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2711", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2712", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2713", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2714", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiterator-next", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-listiteratornext-functions", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiterator", + "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2715", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2716", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2717", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_218", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2718", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2719", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2720", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2721", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2722", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2723", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2724", + "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_2725", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2726", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2727", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2728", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2729", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2730", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2731", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2732", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2733", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2734", + "https://tc39.es/ecma262/multipage/abstract-operations.html#_ref_2735", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-container", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/abstract-operations.html#references-pane", @@ -2919,10 +2960,10 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#shortcuts-help", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#spec-container", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2706", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2736", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-evaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2707", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2708", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2737", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2738", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-scope-analysis", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-exports-static-semantics-boundnames", @@ -2939,290 +2980,290 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-boundnames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-boundnames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2709", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2710", + "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#note-star-default-star", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_219", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2711", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yc3dQCIS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14889", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2712", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2713", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15101", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15102", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0oRvH9Oa", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eP6tRBFI", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WhUrx1KG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14893", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14894", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2715", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14896", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14897", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2717", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14898", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2718", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14900", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2719", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14903", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2720", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14906", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14907", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2722", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14908", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14910", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14911", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2725", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14914", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14915", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14919", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14922", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14923", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14924", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14926", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14927", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14928", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2733", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2734", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14930", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2735", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2737", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14935", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2739", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14937", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2740", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2741", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14941", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14942", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14945", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14946", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15104", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2744", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pdmM8758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15107", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2745", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14953", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15108", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14956", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14957", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14958", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15109", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14960", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SIbbs3t0", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15110", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15111", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2748", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15112", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIK7IbR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15113", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15114", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2749", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15115", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PvG06doO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15118", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TRoL9A8A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15120", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15121", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2753", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uemJBnZk", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15123", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15124", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14969", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HmBRwRUL", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14971", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14972", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VrgiRc7B", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15127", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2756", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14973", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14976", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14977", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15128", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2757", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14979", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15129", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14986", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14987", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14988", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e52_ta72", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15130", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14989", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14991", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14992", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14993", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14994", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gapTHhxd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15132", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQApgi98", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15135", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14996", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14997", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UADb9W1C", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15137", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15139", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14998", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_14999", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15140", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2763", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15000", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15001", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15141", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hRHC-ltw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15143", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2765", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15003", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15144", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2766", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15004", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15005", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15145", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2767", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15006", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HS4vlt-j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15146", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15147", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2768", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15148", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2769", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15149", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2770", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15008", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15009", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-C9gIgbxU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2771", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15010", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15152", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MJIzQe4_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15153", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15154", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2772", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T0DsYQHz", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2773", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15013", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XX1yN-l7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15159", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15160", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2774", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15014", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15161", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wj-eaJJJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15162", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AAggAe5k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rmB8ZP2j", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NuuiWZ7v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-po75ZBLy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dSRi9b3k", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15176", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15177", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15178", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B1jl1kwZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15179", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t6vQVPUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15182", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15183", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15184", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15185", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qJNJRowC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15187", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D36uGDV1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15188", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15190", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fiyc5-gj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15193", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_x3zvham", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15194", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15195", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15196", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0u78ulHy", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15197", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G-h1FrC4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15199", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15200", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15201", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NaC_U8xV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15202", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15203", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kRyJKqmR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15204", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15205", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jZE2c8MZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15208", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15209", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15210", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-me1fjwho", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15211", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gnkPkMbr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15213", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15214", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15215", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTIt04mh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15217", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15219", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2q0gunUG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-phtlO1Je", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15221", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15223", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4FuZGlZe", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15224", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15225", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15226", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OyREyUBO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15015", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15227", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15228", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sOWb3AM5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15229", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wpPb0--4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15018", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2776", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15230", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15231", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yl8Kvf8S", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2777", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15021", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15233", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oqm8ado6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15022", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2778", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15235", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pmSnaEkm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15024", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2779", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15025", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15236", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15237", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fy8WSBrE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15238", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-declarationpart", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2780", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2781", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g7IOVGn1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15239", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15240", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sN7udk5J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15241", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15242", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jjBSfSof", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15244", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KvSTEPI7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15245", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kBBrFjaX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15248", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GAkiMJN6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15037", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15249", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15250", "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", @@ -3231,55 +3272,55 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-isconstantdeclaration", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-let-and-const-declarations-static-semantics-isconstantdeclaration", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jGNpgH6g", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15040", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15251", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15252", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15253", "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_15042", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15043", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15254", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15256", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fqj8pzpb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15257", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FmAf4OGl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15048", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15049", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15259", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15260", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15261", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2O3Y8NX3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15262", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15263", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wRhLbuAn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15053", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15264", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15265", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15266", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_1WUvl3J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15055", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15267", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15268", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w95osZOA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15269", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15270", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15271", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6nHiQ-2B", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15060", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15061", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15272", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15273", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-J5Ultzy7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15063", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15274", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15275", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v6ZGEAMc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w8mrwXF1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15065", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15066", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15277", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15278", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mTdGbVUU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15279", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K87ApD92", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15068", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15280", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15281", "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", @@ -3289,274 +3330,274 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallydeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2784", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mPEvRR9d", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2786", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZFtxhsq0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2788", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2789", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15076", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15077", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2793", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15082", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15083", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15084", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2796", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15085", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15087", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2799", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2801", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15091", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2802", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15093", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15094", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2806", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15099", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15100", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15102", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15103", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2810", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15105", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15106", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15107", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15108", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15109", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15110", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2815", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15282", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15283", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15112", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15113", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15284", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2818", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15117", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15285", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Rrf-OST4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15286", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15287", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15288", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15119", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15289", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2821", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15122", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15123", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9AEMspNg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15290", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2822", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--_BgAjEq", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mSnfTK7z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15292", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15294", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15295", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2824", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#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", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyScopedDeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15296", "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#_ref_15297", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2827", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dqBS0eQw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15129", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15299", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15130", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2829", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7Gkp_Ikd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15300", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15301", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2830", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15133", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15302", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2831", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15303", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LyDmmUT5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15304", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15306", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15307", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JWPhP_ev", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15308", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15309", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2835", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15138", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15139", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15141", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2836", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BptUBlCG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15312", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2837", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15313", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwgSl19M", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15314", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15143", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15144", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_jhHTL9Z", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15315", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2839", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15316", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8YrmfaA1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2840", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yRWpcHmG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15146", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15147", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15318", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--e9cHzAJ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2842", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15148", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o7NmaBd_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15319", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2843", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15149", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2xZloP4O", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15321", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15150", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15152", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tdMR5_9c", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15322", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2845", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15153", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pGIh8pZc", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2846", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15154", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m6bh3GpA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15323", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t-OtLQL7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15328", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2848", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15329", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15330", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vXiSx9wh", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15331", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2851", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v-PqD2SJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15334", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15335", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15164", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XYalkd2A", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15166", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15339", + "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", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-static-semantics-LexicallyScopedDeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-switch-statement-static-semantics-lexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-lexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2855", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15168", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dqBS0eQw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15340", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15341", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15170", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15342", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2859", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15171", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15343", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MlufDCPG", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15345", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15347", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IYBZJ2CF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15348", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2863", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15177", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15179", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15349", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bhogjJ1W", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2865", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-am_Z4H66", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15351", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15353", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2866", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15181", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15182", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15354", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15184", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15356", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15185", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15357", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2870", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15187", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LxvbRJKF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15359", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tORmzQQv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15362", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15363", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-84xBBiJA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15366", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V7zVpmtw", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15370", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2879", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3Vc5meav", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nL_6JlM9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15374", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gtaAB-x7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aKFk9Ijn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15376", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8GIOVjs9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKBABX1R", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15377", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4B0l6Nwq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15379", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0qrVz5hX", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h6iH_dVj", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1WkoNRM_", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15382", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eWnfpwM7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rZF3AogZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15383", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqmuSkfM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IxEr0QE9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15389", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DEMJzdJ7", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cMreMYU5", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xsgJyOoQ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15393", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cRTDqnfl", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15395", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4yMGuqEs", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15396", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15397", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XTfiw-G1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15398", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15399", "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", @@ -3575,262 +3616,262 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-vardeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-vardeclarednames", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2871", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VNDj7eNH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15188", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15400", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wphgHlIl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15401", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UQCGQIDW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15190", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15402", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RADtbhJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15403", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxCHO4hn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15404", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GyFO-xRG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15193", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15405", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HxLIoVCC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15406", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4f3fXSme", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ikslLJyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15195", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2875", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15198", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2877", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15407", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15409", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15410", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mb72lTih", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15411", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_o07UyGN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2879", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15201", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15412", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15413", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5Ab4YMrd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2882", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15414", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15415", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15416", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15417", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15418", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jj9iNkQT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15207", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2883", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15209", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15419", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15420", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15421", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MQNHAeo7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15211", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2884", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15422", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15423", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15424", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6MiGg7LY", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15213", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15214", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15215", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15425", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15426", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15427", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-22bMsY8a", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15216", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15217", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15219", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2886", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15428", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15429", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15430", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15431", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15432", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iNfrCk_F", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15223", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2888", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15433", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15434", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15435", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15436", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15437", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2918", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15438", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N2GkbzwH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15228", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15229", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15231", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15439", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15440", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15441", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15442", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15443", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-polenv5I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15232", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15444", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15445", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15446", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cQmWs6F4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15235", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15237", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15447", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15448", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15449", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6rXrz7RR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15240", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15450", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15451", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15452", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LH0otfP0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15241", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15242", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15453", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15454", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15455", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UE8msfiB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15244", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15245", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15246", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15456", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15457", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15458", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xl42xW5D", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15247", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15248", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15249", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15250", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15460", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15461", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15462", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eiN5tOgj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15251", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15252", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15253", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15463", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15464", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15465", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dkeW5WMH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15255", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15256", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15466", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15467", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15468", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dXd3oD1j", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2892", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15260", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2893", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15261", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15469", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15470", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15471", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15472", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15473", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_220", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kf6BzwpI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15262", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15264", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15474", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15475", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15476", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lB_U5kUv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2896", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15267", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15477", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15479", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DTgBd2wQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-e2BPI-N_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15268", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15269", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15270", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15271", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2898", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15272", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2900", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15274", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15480", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15481", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15482", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15483", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15484", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15486", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_zisH9m7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15276", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15278", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2905", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15279", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15488", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15489", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15490", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15491", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gdv5Uzyo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15282", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2907", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15283", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15492", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15493", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15494", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15495", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ocDhl-eB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15284", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2909", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15286", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2910", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15496", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15497", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15498", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xypmC2Rc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15287", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2911", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15289", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15499", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15500", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15501", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TKnUh23n", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15290", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2912", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15502", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K6wLfAiN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15291", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2913", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15293", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2914", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15504", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15505", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15506", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-naQihl7z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15295", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15296", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2916", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15297", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15298", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2918", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15507", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15510", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F1kslF5t", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15299", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15300", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15301", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2919", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15302", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15303", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15304", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15511", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15514", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15515", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15516", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1jr14zqX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15305", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15306", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2923", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15307", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15518", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15519", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ic6_wi6x", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Fovz-BpD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2925", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15309", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15520", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15521", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JPGgU11H", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZZJ4np60", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15310", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2927", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15522", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15523", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kKbHUs1e", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15524", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IDrLWHWU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15313", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2929", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15525", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AiQH2RJz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_GPKA3Cb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15315", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15526", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15527", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WMKjW5iz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15316", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15317", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15318", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15319", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2934", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15320", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15528", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15529", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15531", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lGybrnks", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5uRXjJj7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15321", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15322", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2936", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15324", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2937", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15533", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15534", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15535", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15536", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-module-semantics-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-scripts-static-semantics-varscopeddeclarations", @@ -3849,406 +3890,406 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-variable-statement-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-varscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-varscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2938", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2939", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2940", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-okevSHKw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15537", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TqyazVUw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15538", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a_WX9dEz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15539", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fC7m7rts", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15540", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycPQZtUX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15329", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15541", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GTe_HlKz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pc-OKRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15543", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--ycd0kFi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2942", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r8z3UV58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15332", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15333", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2943", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15334", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15335", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2945", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15544", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15545", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15546", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15547", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zHpAsUUQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15336", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15548", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r4VwMPwM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15550", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-HsuXutdb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15339", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15340", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2947", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15341", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2948", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15342", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15551", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15552", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15554", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-B7KHfByo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15343", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15344", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15345", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2949", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15346", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15347", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15555", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15556", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15557", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15558", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15559", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yyIeKAQ3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15348", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2952", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15561", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15562", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QkEPe1CC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15352", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2953", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15563", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15564", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15565", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrq4eHFJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15355", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2954", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15566", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15567", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15568", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5lKKTAkN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15358", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2955", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15570", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15571", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15572", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15573", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-13ohOiCm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15363", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15365", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2956", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15366", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2957", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15367", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15574", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15575", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15576", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15577", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2986", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15578", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15579", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eqKiNSk1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15368", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15369", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15370", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15371", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2959", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15580", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15582", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15583", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15584", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgxDtGf4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15373", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15585", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15587", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AWnFzjE8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15377", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15588", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15590", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5TY9-yea", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15379", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15380", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15592", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15593", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t9Ps-Sf3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15382", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15383", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15594", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IEEeV8La", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15385", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15386", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15597", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15598", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15599", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WOgH08rb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15388", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15389", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15390", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2960", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15600", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15602", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15603", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SyVO6l8T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15392", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15604", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15606", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o2HaUKnD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15395", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15396", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15397", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15607", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15608", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15609", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kZcYMT8d", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15398", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15399", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15400", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2961", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15402", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15610", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15611", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15612", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15613", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2991", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15614", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_221", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-otI6GMSS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15403", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15404", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2963", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15405", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15616", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15617", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FjNXiCI7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15406", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2964", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15618", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15620", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BX82yRxg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aW8QiumN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15409", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15410", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15411", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15412", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2966", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15413", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2968", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15414", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15416", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2971", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15418", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2973", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15420", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15422", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15423", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2975", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15424", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2976", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZPHZRUV6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15425", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15426", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2977", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15427", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2978", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15428", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15429", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2979", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15430", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15431", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15432", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15433", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2981", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15434", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15435", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2983", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15436", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15437", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15438", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2985", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15439", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2986", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15441", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2987", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15443", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15444", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2989", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15445", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15446", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15447", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2991", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15448", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2992", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-x8eD4P1T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15449", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2993", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15450", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15451", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2995", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15453", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15622", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15623", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15624", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2996", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15454", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15625", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2997", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2998", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15455", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15626", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15627", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_2999", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15456", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15628", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3000", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15457", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15458", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3001", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nuKGUlOU", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15630", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3002", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15460", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15631", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3003", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15461", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3004", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15462", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15463", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15464", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mzP2If-y", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15633", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15634", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15635", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3005", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15465", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15636", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3006", - "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-ZPHZRUV6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15637", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3008", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s6Vb3QUL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15466", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15467", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-i-A4iWeY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15640", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15641", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3009", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15468", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15642", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ntkJlgei", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15643", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3010", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15469", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RhYCwWQZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3011", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15470", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15646", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15471", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15472", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15473", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15647", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3013", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0GInHInm", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15649", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3014", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15650", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pi8GJ951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15653", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15654", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fSl8sbck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3018", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15477", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15656", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3019", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15657", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15479", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H8Sf_rsN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3021", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15480", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15481", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15482", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15660", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vvqmH-2l", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3022", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15483", - "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-x8eD4P1T", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15662", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-p7Y_jFE0", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3024", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_Kx3fMtB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15484", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o66wZ98a", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15486", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWG_9qGM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15665", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3026", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VllrABp8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15488", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15489", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15490", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-se4Mco-N", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3028", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15491", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MCeJZE_U", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15667", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15492", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15493", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15494", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15668", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g_wYfia1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3030", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15495", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oVpqQZka", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15669", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15670", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15496", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15497", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15498", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3032", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15499", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15500", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15501", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15502", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15672", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3033", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15503", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TBDbISuB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15673", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3034", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15504", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15505", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f75VYPkN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15675", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15676", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15506", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvarscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15677", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3036", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallydeclarednames", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3037", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3038", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUpZ-t-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15507", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s6Vb3QUL", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15679", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15509", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15680", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3040", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15510", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15681", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3041", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15511", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15512", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15513", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DWksqgz-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15682", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3042", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15514", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ReRATT6e", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15683", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15684", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15685", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3043", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15515", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15516", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15517", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15518", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3044", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15519", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevellexicallyscopeddeclarations", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15520", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15521", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3046", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15522", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15523", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15524", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15525", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15526", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fSl8sbck", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15687", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3048", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15527", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-68OgfJw9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15691", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--BAI6AhR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15692", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15693", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15694", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvardeclarednames", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_Kx3fMtB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15696", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15697", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15698", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15699", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-l-2kGEcB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15700", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15702", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15703", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CxIyq9Kn", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15704", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15705", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15706", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15707", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15708", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gviukyGv", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15709", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15711", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jtk1iKc9", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15712", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15713", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15714", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15715", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15716", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5RFYGz0t", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15718", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-toplevelvarscopeddeclarations", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MxUpZ-t-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15720", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15721", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15722", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wmlLZdyg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15723", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15724", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3072", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15726", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3073", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15727", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OvMm0IpZ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15728", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15729", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15730", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15731", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3075", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sPvwm3DB", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15732", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15733", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15734", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-h55yOiCC", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15735", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15736", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15737", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15738", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3078", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15739", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-aZ77pE36", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15528", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15529", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15740", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15741", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#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", @@ -4264,206 +4305,206 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsduplicatelabels", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsduplicatelabels", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3079", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-4jLROMWA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15742", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7RdLi7r5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15531", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15743", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9i0SR5pB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15744", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kHTlCj8Z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15533", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15745", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AQXoKs3Y", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15534", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15746", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g3BkTc0o", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15535", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15747", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GecuZ1YX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15536", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15748", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QFpbuk2C", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15537", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15749", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SpvJf5dZ", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RfvwtRC6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15538", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15750", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IG220ePF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15539", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15540", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3051", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15541", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3052", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15542", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15751", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15752", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15754", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iIi7e4Mv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15543", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15544", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15545", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3053", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15546", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3054", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15547", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15755", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15756", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15757", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15758", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15759", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M7d89bkQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15548", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15549", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3055", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15550", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15760", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15761", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15762", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CSwsyonC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15551", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15552", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3056", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15553", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15763", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15764", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15765", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UWs53aWN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15554", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15555", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3057", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15556", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15766", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15767", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15768", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GgLrXaaO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15557", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15558", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15559", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15560", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15769", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15771", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15772", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-di1-cm7_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15561", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15562", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15563", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15564", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15773", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15774", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15776", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zOnkGPoB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15565", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15566", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15567", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15568", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3058", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15781", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rNKuYq6q", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15570", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15571", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15572", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15783", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15784", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jKYdRg__", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15573", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15574", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15575", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15785", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15786", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15787", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zBPUdTbl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15576", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15577", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15578", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15789", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15790", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zoCqTANq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15579", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15580", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15581", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15791", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15792", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15793", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zqf8dZti", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15582", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15583", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15584", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15794", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15795", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15796", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dRwtb2-L", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15585", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15586", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15587", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15797", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15798", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15799", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kCZrLuMF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15588", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15589", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15590", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15800", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15801", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15802", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1mQl-EgZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15591", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15592", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15593", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15803", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15804", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15805", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SKvXy5l6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15594", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15595", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15596", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3059", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15597", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15806", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15807", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15808", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15809", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_222", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-92qu0ILT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15598", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15599", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3060", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15600", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15810", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15811", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15812", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OMSfPp_0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15601", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15602", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3061", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15603", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15813", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15814", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15815", "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_15604", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15605", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15606", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15607", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3062", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15608", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15609", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15610", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3064", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15611", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15816", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15817", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15818", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15819", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15820", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15821", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15822", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15823", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yJHneCFO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15612", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15613", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3065", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15614", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3066", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15824", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15825", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15826", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15827", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YbPvJc_D", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15616", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15617", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15618", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15828", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15829", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15830", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15831", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-__iQJPEb", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15620", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15621", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3068", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15622", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15832", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15834", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UiQoMdIo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15623", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15624", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3069", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15625", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3070", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15626", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15835", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15836", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15837", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15838", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j-zK1vJK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15839", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iFqlj7Lz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15628", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15629", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3072", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15630", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15631", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15840", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15841", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15842", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15843", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DkNjzLGB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15632", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15633", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3074", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15634", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3075", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15635", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15844", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15845", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15846", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15847", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aa8IOm4z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15636", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15637", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15638", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3076", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15639", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3077", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15640", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15849", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15850", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15852", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3108", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15853", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-K0PcnMLw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15642", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15643", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15854", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15855", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15856", "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_15645", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15646", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15647", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15857", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15858", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15860", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2RINFrzE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15649", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15861", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OfzEYjJ0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15862", "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", @@ -4479,209 +4520,209 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedbreaktarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedbreaktarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3082", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3083", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3113", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KN2F74JM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15651", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15863", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pHNPZODp", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15864", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vqweAXZW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15653", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15865", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u--VfnyG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15866", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mk4OiTQ0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15655", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15867", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_wHAxVWB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15656", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15868", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zv1CKK_U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15869", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YsZID3li", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H7TPYpiU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15870", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v3tH_xWo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15659", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15660", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3084", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15661", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3085", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15662", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15871", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15872", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3114", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15873", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3115", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15874", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OZMT2LO1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15663", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15664", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15665", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3086", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15666", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3087", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15875", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15876", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15877", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15878", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15879", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kiVPWNCJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15668", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15669", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15670", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15880", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15881", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15882", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JiuempzE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15671", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15672", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3089", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15673", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15884", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15885", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NfepJ8d-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15674", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15675", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15676", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15886", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15887", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15888", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_bYykgU2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15677", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15678", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15679", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15680", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15890", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15891", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15892", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0RGYYYa8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15681", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15682", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15683", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15684", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15893", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15894", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15895", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15896", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gRSHgUm2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15685", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15686", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15687", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15688", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3091", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15899", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15900", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15901", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mui4tXHs", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15690", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15691", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15692", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15902", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15904", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tYmMbbAK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15693", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15694", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15695", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15906", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15907", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xkRBC0p_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15696", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15697", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15698", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15908", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15910", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3FISwBIz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15699", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15700", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15701", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15912", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15913", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3UTSN7Q_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15702", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15703", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15704", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15914", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15916", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0EPuBRtw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15705", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15706", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15707", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15917", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15918", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15919", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bxXqpHGf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15708", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15709", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15710", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15920", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DVohExfz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15711", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15712", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15713", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15925", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eDdhr4db", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15714", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15715", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15716", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3092", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15717", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15926", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15927", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15929", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_223", "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_15718", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3093", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15719", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3123", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wq9kNHey", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15720", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15721", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3094", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15722", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zEFnXzdo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15723", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15724", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3095", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15725", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", "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_15726", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15727", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15728", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15729", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15730", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15731", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15732", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3098", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15733", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15940", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3127", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15944", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3128", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15945", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mWAyGNz1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15734", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15735", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3099", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15736", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3100", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15737", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3129", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15948", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15949", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xKDcEL_e", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15738", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15739", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15740", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15741", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15950", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3131", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15953", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WyF-LUeK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15742", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15743", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3102", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15744", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3132", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15956", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zsR5iLZH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15745", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15746", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3103", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15747", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3105", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15748", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15959", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3134", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15960", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mu3VhVjD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15749", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15961", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Yr89pOXp", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15750", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15751", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3106", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15752", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3107", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15753", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15963", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15965", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3_4iLynl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15754", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15755", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3108", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15756", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3109", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15757", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15967", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15969", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KaiFSIRm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15758", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15759", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15760", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3110", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15761", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3111", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15762", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3112", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15763", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15970", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15972", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15974", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3142", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15975", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_CFhQEhr", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15764", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15765", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3113", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15766", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15976", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3143", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15978", "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_15767", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15768", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3114", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15769", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15770", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15980", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15981", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15982", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vD2SO16F", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15771", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15983", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UZaVgIpu", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15772", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15984", "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", @@ -4697,219 +4738,219 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-if-statement-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-block-static-semantics-containsundefinedcontinuetarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-statement-semantics-static-semantics-containsundefinedcontinuetarget", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3116", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3117", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3147", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3148", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zeOghq31", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15773", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15985", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-THlI2H2M", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15774", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15986", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-j74v1E9Q", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15775", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15987", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-S4TJmj3I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15776", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15988", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-gDEZkDbt", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15777", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15989", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uTECl_Vq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15778", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15990", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NBG_pA-N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15779", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15991", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-eptReca1", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0U13tcP4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15780", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15992", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q91g2YEq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15781", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3119", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15782", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15993", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3149", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15994", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PptGj0zd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15783", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15784", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3150", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15996", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vrq9L4TL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15785", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15786", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3122", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15787", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3123", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15788", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15997", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15998", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3152", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15999", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16000", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MYTRO2yV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15789", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15790", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15791", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15792", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3125", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15793", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16001", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16002", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16003", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16004", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16005", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-idT2m0fR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15794", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15795", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15796", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16006", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16008", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1k-PvIQ6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15797", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15798", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3127", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15799", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16009", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16010", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16011", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nqE7jDen", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15800", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15801", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15802", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16012", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16013", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16014", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sdOZ0OVe", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15803", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15804", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15805", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15806", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16016", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16017", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16018", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-38R1spHk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15807", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15808", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15809", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15810", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16020", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16021", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16022", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GQ9tF3ug", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15811", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15812", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15813", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15814", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3129", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15815", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16023", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16025", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16027", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ilROtw6r", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15816", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15817", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15818", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16029", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16030", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RXKTOvxD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15819", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15820", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15821", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16031", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16033", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mKAcS051", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15822", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15823", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15824", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16035", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16036", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPaED8xy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15825", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15826", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15827", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16037", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16038", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16039", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SLsBgk8L", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15828", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15829", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15830", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16041", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16042", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G_08fu0g", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15831", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15832", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15833", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16044", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16045", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xuMzWdW7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15834", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15835", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15836", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16047", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16048", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xVs7Y4Vv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15837", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15838", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15839", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16049", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16050", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16051", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ii0_W2zX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15840", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15841", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15842", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3130", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15843", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16055", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_224", "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_15844", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3131", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15845", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16057", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qti0YV4g", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15846", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15847", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15848", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16058", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16060", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yGASkGus", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15849", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15850", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3133", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15851", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16062", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3163", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16063", "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_15852", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15853", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15854", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15855", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3134", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15856", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3135", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15857", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15858", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3136", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15859", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16065", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16066", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16067", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16068", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3166", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16071", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Mf-FlzJR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15860", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15861", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15862", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3138", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15863", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16072", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16073", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3167", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3168", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16075", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YLBmIA_U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15864", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15865", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15866", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3139", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15867", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16078", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3169", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16079", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycWJ_ozd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15868", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15869", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15870", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16080", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16081", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3170", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16082", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8au0KFQe", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15871", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15872", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3141", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15873", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3142", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3143", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15874", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16083", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16084", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16085", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3172", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16086", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I9dzHyBf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15875", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16087", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bHqvfllk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15876", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15877", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15878", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15879", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16088", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16089", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3174", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16090", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3175", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16091", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPDlN7RI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15880", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15881", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3146", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15882", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3147", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15883", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16092", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16093", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3176", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16094", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3177", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16095", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fYVcY74b", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15884", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15885", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15886", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3148", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15887", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3149", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15888", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3150", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15889", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16096", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16097", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16098", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3178", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16099", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3179", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3180", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16101", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WfIkG4rU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15890", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15891", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15892", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16102", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16104", "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_15893", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15894", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3152", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15895", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15896", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16105", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3182", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16107", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3183", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16108", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wlyNoKqz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15897", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16109", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-35aTaLbx", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15898", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16110", "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", @@ -4920,56 +4961,56 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-static-semantics-hasname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-hasname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-hasname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3184", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-sGIyUYN_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15899", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15900", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3155", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15901", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3156", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3157", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16112", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3185", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16113", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3187", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lYeq4upI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15902", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15903", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16114", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16115", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yNYR71Xj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15904", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15905", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16116", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16117", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--vrKJ_CQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15906", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15907", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16118", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16119", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8SfxZRyk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15908", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15909", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16120", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16121", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yzK8_iQh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15910", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15911", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16123", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WTqF0fRI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15912", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15913", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16124", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16125", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Wvi-SSNj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15914", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15915", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16126", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16127", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_uck0Y8U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15916", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16128", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-M26qeGCy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15917", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15918", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15919", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16129", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16131", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_5BKcJSD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15920", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15921", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15922", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16132", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16134", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2Vz4PDlE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15923", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15924", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15925", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16136", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16137", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OXrRSTMk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15926", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15927", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15928", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16139", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16140", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IuRXWsQe", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15929", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15930", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16141", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16142", "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", @@ -4992,257 +5033,257 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-static-semantics-isfunctiondefinition", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isfunctiondefinition", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3158", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3188", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xr5TwVeJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15931", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15932", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15933", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16143", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16144", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3189", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16145", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3190", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ujSQZu1u", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uqXksnK9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15934", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16146", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xZz3xGrw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15935", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16147", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQZUJPuk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15936", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16148", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YSIQyJy2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15937", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16149", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-xClvmJ_T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15938", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16150", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yobd7pAZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15939", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16151", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-z2eYriJH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15940", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15941", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16152", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16153", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-v71UqLpH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15942", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15943", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16154", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16155", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mDSr9u1p", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15944", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15945", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16156", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16157", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JqMmNc5v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15946", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16158", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0UkusR6o", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15947", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16159", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b4gkKBW4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15948", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15949", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16160", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16161", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lY5Cy7Sa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15950", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15951", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16162", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16163", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-iarxBSr7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15952", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16164", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-VSHORtMa", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15953", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16165", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Pk6P_by", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15954", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16166", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Vmis9Cmj", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15955", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16167", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ou259nvv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15956", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16168", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TCON8m02", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15957", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16169", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pFhFynwZ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15958", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16170", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dgjtiQ7", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15959", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16171", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9gYsYykc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15960", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16172", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ol3I6Y7A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15961", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16173", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Csq5hMXB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15962", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16174", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Zmi0P07", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15963", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16175", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QujNq09F", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15964", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16176", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BcCJ4AWM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15965", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16177", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RqMdwBuU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15966", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16178", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkAKpcKK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15967", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15968", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16179", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16180", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ycvianKq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15969", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15970", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15971", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16181", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16182", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16183", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--l26TQ9y", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15972", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15973", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16184", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16185", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jEr8YSqe", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15974", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15975", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16186", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16187", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-q04_MZWd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15976", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15977", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16188", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16189", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1-75ya8a", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15978", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15979", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16190", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16191", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JHagwt8S", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15980", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15981", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16193", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_TEzVLPJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15982", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15983", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16194", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16195", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WH_Xpcdf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15984", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15985", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16196", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16197", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CcYM3Atg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15986", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15987", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16199", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-24rx6YNr", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15988", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15989", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16200", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16201", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r0l0CEXN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15990", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15991", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16202", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16203", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3O9Aii8g", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15992", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15993", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16204", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16205", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2fesP1Zk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15994", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15995", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16207", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ryf2K57J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15996", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15997", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16208", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16209", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kpZwfqRO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15998", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_15999", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16210", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16211", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-TnQABgBJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16000", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16001", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16213", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RsN8Nsde", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16002", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16003", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16214", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16215", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-yP2rVm0A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16004", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16005", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acZRdH_C", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16006", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16007", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16218", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16219", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FwH99KM9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16008", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16009", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16221", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-FOQIZ2Ww", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16010", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16011", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16223", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0Mz2aish", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16012", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16013", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16224", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16225", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KPaiyU4J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16014", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16015", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16226", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16227", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CMdoN6cr", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16016", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16017", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16018", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16228", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16229", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16230", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D9D2dUnP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16019", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16231", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F_LSmUck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16020", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16021", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16233", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-t02tAu6_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16022", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16023", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16024", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16234", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16235", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16236", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jgF9l9Ty", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16025", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16026", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16237", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16238", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-U8uU_bab", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16027", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16028", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16239", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16240", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ooZHsevq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16029", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16030", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16241", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16242", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1V2XVvzG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16031", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16032", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16243", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16244", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-dPINdG0A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16033", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16245", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8REG7QdK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16034", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16246", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZCX-L7VJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16035", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16036", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16037", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16249", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mP4b69Ye", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16038", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16039", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16040", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16250", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16251", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16252", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o3PaoPru", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16041", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16042", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16043", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16253", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16254", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16255", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3ftZlYCP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16044", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16045", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16046", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16256", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16257", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16258", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nQpbEu0v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16047", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16048", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16259", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16260", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-isanonymousfunctiondefinition", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16049", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16050", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3163", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3164", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16261", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3191", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16262", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3192", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3193", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3194", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-isidentifierref", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-isidentifierref", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-isidentifierref", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3165", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3195", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ztGhnTck", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16051", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16263", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Gs-T8p-O", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ICT5lo9j", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16052", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16264", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8G12k2a3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16053", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16265", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EUf92hO8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16054", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16266", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-69s6BRll", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16055", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16267", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YIwB3WEl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16056", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16268", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AALLJG0-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16057", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16269", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acg3mi3y", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16058", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16270", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9GJ_tuZU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16059", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16271", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jU920ZeK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16060", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16272", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5DrGbLLP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16061", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16273", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-IZ2iaC5Z", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16062", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16274", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--KgzMgsO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16063", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16064", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16275", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16276", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CwZtsPgL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16065", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16066", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16277", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16278", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MPSxl2zi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16067", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16068", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16279", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16280", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9f3rqn9l", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16069", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16281", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1g-ib9lg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16070", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16282", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zcFyOLGC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16071", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16072", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16283", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16284", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2i2KMoZq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16073", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16074", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16285", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16286", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ELtmHyea", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16075", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16287", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6Bkmtp_X", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16076", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16288", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-3VSXVmhU", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16077", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16289", "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", @@ -5252,64 +5293,64 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-namedevaluation", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-grouping-operator-runtime-semantics-namedevaluation", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3166", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3167", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3168", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3169", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3170", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3171", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3196", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3197", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3198", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3199", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3200", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3201", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mytcbPJI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16078", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16079", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3172", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16080", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3173", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16290", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3202", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16292", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3203", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q_6y5mca", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16081", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3174", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3175", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16082", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16083", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3204", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3205", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16294", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3206", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16295", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pLzR2hGq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16084", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16085", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3177", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16086", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16296", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16297", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3207", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--NqycDNV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16087", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16088", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16089", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16299", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16300", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3208", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16301", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2hHyfg58", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16090", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16091", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3179", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16092", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16302", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16303", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3209", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16304", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-WZTY8BeC", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16093", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16094", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3180", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16095", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16306", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3210", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16307", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2_XE6Qur", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16096", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16097", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3181", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16098", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16308", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16309", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3211", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-acGpB7So", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16099", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16100", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16312", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AntIZd-c", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16101", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16102", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3182", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16103", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16313", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16314", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3212", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16315", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_NxRxZOJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16104", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16105", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3184", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16106", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16316", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3213", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16317", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3214", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16318", "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", @@ -5321,400 +5362,357 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-static-semantics-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-static-semantics-static-semantics-contains", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-contains", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3185", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3186", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3187", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3215", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3216", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3217", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JYruL-G6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16107", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16108", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16109", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16319", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16321", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RYB8pT4v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16110", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16111", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16322", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16323", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Jc3hxjyv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16112", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16113", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16114", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16325", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16326", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YglW_lFm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16115", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16116", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16117", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16327", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16329", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hMB2st0D", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16118", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16119", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16331", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5B9biisJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16120", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16121", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16122", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16334", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ow6TXQ_a", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16123", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16124", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16125", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16335", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16336", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16337", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lLs4pRL8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16126", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16127", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_doZ_xN0", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16128", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16129", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16130", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16340", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16341", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16342", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vPfDfZVz", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16131", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16132", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16133", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16343", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PDvYlV0q", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16134", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16135", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16346", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16347", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0p21L8en", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16136", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16137", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16138", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16349", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16350", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cKFrJVUo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16139", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16140", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16141", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16142", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16143", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16144", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16145", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3188", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3189", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16146", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16147", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16148", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16149", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16150", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16151", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16152", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16153", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16154", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3190", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16155", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3191", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16156", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16157", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3192", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16158", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16159", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16160", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16161", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16162", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16163", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16164", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16165", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16166", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16167", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16168", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16169", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16170", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3195", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16171", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16172", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16173", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16174", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16175", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16176", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3198", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16177", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16178", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16179", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16180", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16181", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16182", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16183", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16184", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16185", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16186", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16187", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16188", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16189", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16190", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3201", - "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#_ref_3202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A8PF_J4D", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16191", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16192", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16193", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16194", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16195", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16196", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16197", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16198", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16199", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16200", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16201", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16202", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16203", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16204", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3205", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16207", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3206", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16211", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16213", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3207", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16214", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3208", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16216", - "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_16217", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16219", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3209", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16220", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16221", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16222", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3210", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16223", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-miscellaneous", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3211", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3212", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3213", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3214", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mfAdULQi", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16224", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16228", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3215", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16229", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16230", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16231", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16232", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16233", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16234", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3216", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16235", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16237", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16240", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3217", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16241", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16242", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16243", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16244", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16245", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16246", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16351", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16354", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16357", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3218", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16247", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-runtime-semantics-bindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3219", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16359", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-rrvBSOLD", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o1L20JNH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16362", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16363", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16366", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3220", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16367", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3221", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CNqH7XEc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16369", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3222", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16370", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3223", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hmHHRRG6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16374", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16376", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3224", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0dGKszgN", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16377", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16379", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16382", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_225", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16383", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3226", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16249", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16384", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3227", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-bGWft0ts", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16388", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3228", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16389", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-wul2dpOd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mlsPerHg", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16393", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3229", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16250", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-GysYUEUH", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16395", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uIhOYzuO", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16396", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16397", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16398", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3230", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Aeadd-iM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16399", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-o08cCHMJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16400", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16401", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16402", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3231", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16251", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16252", + "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#_ref_3232", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A8PF_J4D", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16403", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KBlapLw6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16404", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pgiwn-A8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16405", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16406", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3233", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZS17eYsY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16407", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16409", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vyebD6Jr", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16410", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16411", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-49ueHbo6", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16412", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16413", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16414", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3234", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16253", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16415", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-clQ5cW-v", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16416", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16417", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16418", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3235", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16255", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16419", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7J1puDuJ", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16420", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16421", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16422", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3236", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16256", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16257", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16423", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-w3-p5Y-S", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16424", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16425", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3237", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16426", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3238", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16260", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16427", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-a6HgYRcV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16428", + "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_16429", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16430", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16431", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3239", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16261", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16432", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-s8Rlgqlc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16433", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16434", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3240", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16262", - "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_16435", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-syntax-directed-operations-miscellaneous", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-instantiatefunctionobject", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3241", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3242", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3243", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3244", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mfAdULQi", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16436", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16437", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16438", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-f7nt2HkW", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16439", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16440", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3245", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16441", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BE72OMfT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16442", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16443", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16444", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9FriOUuY", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16445", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16446", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3246", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-IteratorBindingInitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-iteratorbindinginitialization", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16447", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MBXIRXX3", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16448", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16449", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16450", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-0BnnuWOV", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16451", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16452", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3247", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16453", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cpVe0Sep", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16454", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16455", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16456", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-g0-rNkU8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16457", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16458", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3248", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-runtime-semantics-bindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3249", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3250", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3251", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3252", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3253", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16263", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3254", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16264", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16267", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3255", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16268", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_225", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AUuPIcte", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16460", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3256", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16269", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16270", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16271", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16461", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3257", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16272", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mvAZKdLR", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3258", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16273", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16274", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16276", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SuKbQr-p", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3259", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16278", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D4AQahDE", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16462", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3260", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16279", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3261", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16280", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16282", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16463", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5QoB3lmK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16464", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3262", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16283", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3263", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16284", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16285", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16286", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3264", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16287", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16465", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3265", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16288", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16290", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-lV7YKS21", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LZltxEP-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16466", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--Bap0q1J", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16467", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3266", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16468", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PoaYdJZS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16469", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3267", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3268", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16470", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qC471RM1", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16471", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16472", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3269", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16473", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3270", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16474", + "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_3271", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3272", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3273", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3274", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3275", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16292", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3276", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-async-arrow-function-definitions-IteratorBindingInitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-function-definitions-runtime-semantics-iteratorbindinginitialization", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3277", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16294", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3278", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16295", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3279", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3280", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3281", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16296", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16297", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3282", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3283", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tsjeAqRc", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--IC6X92I", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16475", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3284", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NrdrIJZT", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16477", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16478", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16479", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3285", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16480", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3286", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16481", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-KgRoomIq", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16482", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16483", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3287", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16484", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3288", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16485", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jvZ0PZvK", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16486", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16487", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16488", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3289", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16298", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16489", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16490", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3290", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16299", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16491", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3291", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16492", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JkWX9ITf", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16493", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16494", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3292", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16300", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16301", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16495", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3293", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16496", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mMA3BDq4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16497", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16498", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3294", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16302", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16499", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3295", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16500", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SVSt7_f4", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16501", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16502", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3296", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16503", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3297", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3298", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3299", @@ -5724,42 +5722,39 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3303", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3304", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3305", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16504", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3306", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16505", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3307", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16506", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16303", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16507", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3309", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-m05a8O_b", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16508", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16509", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3312", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3313", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16304", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3315", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3318", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3319", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16510", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3320", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16511", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3321", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16305", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16306", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3322", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16307", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16512", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-evgdYCB8", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16513", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16308", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16309", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16310", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3324", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16311", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16514", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3325", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16312", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16313", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3326", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3327", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3328", @@ -5770,26 +5765,72 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3333", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3334", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3335", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16314", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16315", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16316", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3336", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16317", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16318", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3338", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-QEcf_4fA", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16515", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3339", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3340", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3341", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3342", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3343", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16516", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3345", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3346", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3347", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16319", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3349", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3351", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1uizUnEF", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-uQ_NTpHd", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16517", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16518", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16519", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16520", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F7oEv_fM", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16521", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16522", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3354", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16523", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16524", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-D3j0ZmD-", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16525", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3357", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3359", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3362", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3363", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16526", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F51qoUgS", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16527", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16528", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3366", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16529", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1SN5A2Ci", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16530", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3370", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3374", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3376", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3377", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16531", "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", @@ -5825,212 +5866,212 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-semantics-static-semantics-assignmenttargettype", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-isvalidsimpleassignmenttarget", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-identifiers-static-semantics-assignmenttargettype", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3378", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RnnOsVyV", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16320", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16321", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3349", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3350", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16322", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16532", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16533", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3379", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16534", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RHpmBFMY", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Q9hezMXb", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-G2CxyRR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16323", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16324", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16535", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16536", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H084cqoS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16325", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16326", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16537", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16538", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hU5p3vdM", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16327", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16328", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16539", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16540", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Z77CzX6A", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16329", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16330", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16541", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16542", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fBP_qjj3", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16331", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16332", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16543", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16544", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Y1Rqw5E8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16333", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16545", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Ca71SmWs", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16334", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16335", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16546", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16547", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SPo4SV-C", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16336", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16337", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3351", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16338", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3352", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16548", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16549", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3381", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16550", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3382", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--qvqF1RP", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jrxTmiG4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16339", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16551", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oEnyQ_d5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16340", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16552", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lwy-qADd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16341", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16553", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YxQ7Gh2N", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16342", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16554", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-XEUSovVm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16343", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16555", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7L0LV2jw", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16344", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16556", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PZa6fcRc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16345", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16557", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9QnU4opL", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16346", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16558", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JA5CM-VG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16347", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16559", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SNIQNUuy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16348", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16560", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-tKZdJ1b_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16349", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16561", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-N96SKFWl", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16350", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16562", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-UEqjljYk", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16351", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16563", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-fZIg56D8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16352", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16564", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16565", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AgSQnEAG", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16355", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16566", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16567", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-cHsc8BCy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16356", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16568", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-A3Jt723U", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16358", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16569", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16570", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-AM7YtKeO", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16359", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16360", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16571", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16572", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-jkiznuvy", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-6GBPx2Io", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1FBwi1xH", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16361", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16573", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-EEgk-Yff", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16362", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16574", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-RKIk04i1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16363", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16575", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-hxMCs-2O", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16364", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16576", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-YQ2Qj3z4", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16365", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16577", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-JRAAw485", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16366", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16578", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-L28J0B-W", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16367", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16579", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-_pp9tysE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16368", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16580", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vWffOcNW", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16369", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16581", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-mkCLwyla", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16370", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16582", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-vQJ1qlPd", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16371", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16583", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-2t1vDiwJ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16372", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16584", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-BbB1pUoP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16373", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16585", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zzL8pmfg", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16374", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16375", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16586", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16587", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-8czRO4ZP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16376", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16377", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16378", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16588", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16589", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16590", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ORYKa--f", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16379", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16380", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16591", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16592", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oZVlZzKh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16381", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16382", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16593", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16594", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-je3cRB7F", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16383", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16595", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16596", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SgrZC9mm", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16385", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16597", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16598", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-SrzEhL0f", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16387", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16599", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16600", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtojqFO1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16389", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16601", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16602", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-oCA1ZhR8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16391", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16603", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16604", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-F2jVn7Gn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16393", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16605", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16606", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-1_mlatk2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16395", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16396", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16607", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16608", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-V44oc_oI", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16397", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16398", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16609", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16610", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-I3ilBqyQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16399", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16400", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16611", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16612", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-W4fdS6Hh", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16401", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16402", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16613", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16614", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9wMtfL2T", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16403", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16404", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16615", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16616", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pkhka4W_", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16405", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16406", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16617", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16618", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zJL_pZsv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16407", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16408", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16619", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16620", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-H08KK39f", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16409", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16410", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16621", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16622", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-ZtMQjV14", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16411", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16412", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16623", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16624", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-b8QyJMjt", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16413", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16414", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16625", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16626", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-E016H1hu", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16415", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16416", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16627", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16628", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-pL4CmROv", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16417", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16418", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16629", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16630", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-9euGX5p6", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16419", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16420", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16631", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16632", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CUQk8yb8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16421", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16422", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16633", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16634", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--rPEOl_h", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16423", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16424", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16425", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16635", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16636", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16637", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-d_vrZ4E2", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16426", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16638", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-MsqqUtwK", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16427", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16639", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-OM0GWtO8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16428", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16640", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod--dpqOTdc", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16429", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16430", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16641", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16642", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-DZjLGTZE", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16431", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16432", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16433", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16643", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16644", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16645", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-7LWIIJBX", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16434", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16435", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16646", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16647", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Bj3Q77v8", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16436", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16437", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16648", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16649", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Lo8Q8Acu", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16438", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16439", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16650", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16651", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-PrI2fhmx", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16440", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16441", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16652", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16653", "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", @@ -6038,74 +6079,74 @@ "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-generator-function-definitions-static-semantics-propname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-method-definitions-static-semantics-propname", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-object-initializer-static-semantics-propname", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3353", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3383", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-qwkHLLWn", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16442", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3354", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16443", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16654", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3384", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16655", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-LNEVDzQo", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16444", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16656", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-T9fmdB_X", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16445", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16446", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3355", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16447", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16657", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16658", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3385", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16659", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-u_yMpuq5", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16448", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3356", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16449", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16660", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3386", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16661", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Xw0182zP", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16450", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3357", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16451", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16662", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3387", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16663", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-nyDilreQ", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16452", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3358", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16453", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3359", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16664", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3388", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16665", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3389", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-r9-JDvZR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16454", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16666", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-CpdLYUt9", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16455", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16456", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16457", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16667", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16668", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16669", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5q0xQjd1", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16458", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16459", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16670", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16671", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-Pj7-Oy-Q", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16460", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16461", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16462", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3360", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16463", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16672", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16673", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16674", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3390", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16675", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-zA_cSICS", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16464", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16465", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16466", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3361", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16467", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16676", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16677", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16678", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3391", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16679", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-kfKLLmSB", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16468", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16469", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16470", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3362", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16471", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16680", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16681", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16682", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3392", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16683", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-auRJV_iy", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16472", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16684", "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_16473", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16474", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16475", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3363", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16476", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16685", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16686", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16687", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3393", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16688", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-NW7fjJTs", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16477", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16478", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3364", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16479", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16689", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16690", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_3394", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16691", "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#prod-5EaGoVCR", - "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16480", + "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#_ref_16692", "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", @@ -6127,701 +6168,652 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environments", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16481", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16482", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16483", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16484", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16485", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16486", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16487", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16693", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16694", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16695", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16696", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16697", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16698", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16699", "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_3365", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3366", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3367", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3368", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3369", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3370", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3371", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3372", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3373", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3374", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16488", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16489", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16490", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3375", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3376", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3377", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3378", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16491", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16492", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3379", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3380", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16493", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3381", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16494", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3382", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3383", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3384", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_226", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3385", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3386", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3387", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3388", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3389", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3390", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3391", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3392", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3393", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3394", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3395", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3396", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3397", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3398", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3399", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3400", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3401", - "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_3402", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3403", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3404", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16700", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16701", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16702", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3405", - "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_3406", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3407", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3408", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16703", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16704", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3409", - "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_3410", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16705", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3411", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16706", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3412", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3413", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3414", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_226", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-abstract-methods-of-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3415", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-15", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3416", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3417", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3418", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_227", - "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_3419", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3420", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3421", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3422", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3423", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3424", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3425", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3426", - "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_3427", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3428", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3429", + "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_3430", - "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_3431", + "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_3432", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3433", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3434", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3435", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3436", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16495", - "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_229", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3437", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3438", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3439", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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#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_3440", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3441", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3442", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3443", + "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_3444", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3445", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3446", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3447", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-setmutablebinding-missing-binding", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3448", - "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_227", + "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_3449", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3450", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3451", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3452", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3453", + "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_3454", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3455", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3456", - "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#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_3457", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3458", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3459", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3460", + "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_3461", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3462", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3463", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3464", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3465", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3466", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16707", + "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_229", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-object-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3467", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3468", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3469", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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#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_3470", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3471", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3472", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3473", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3474", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3475", - "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_3476", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3477", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3478", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-hasthisbinding", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-object-environment-records-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_3479", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3480", - "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_3481", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3482", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3483", - "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_3484", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16496", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16497", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_230", - "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_3485", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-16", + "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_3486", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16498", + "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_3487", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3488", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3489", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3490", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_231", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_232", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3491", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3492", + "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_3493", - "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_3494", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3495", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3496", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3497", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3498", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3499", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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#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_3500", - "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_3501", - "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_3502", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3503", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3504", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3505", + "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_3506", - "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_3507", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3508", + "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_3509", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3510", + "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_3511", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#global-environment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16499", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3512", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_233", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3513", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16500", + "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_3514", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16708", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16709", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_230", + "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_3515", + "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_3516", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16710", "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", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3519", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3520", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16501", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16502", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16503", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16504", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16505", + "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_232", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-function-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3521", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-17", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3522", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3523", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16506", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16507", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16508", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16509", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16510", + "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_3524", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_238", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3525", - "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_3526", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3527", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16511", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16512", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16513", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16514", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16515", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3528", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3529", + "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_3530", + "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_3531", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16516", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16517", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16518", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16519", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16520", + "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_3532", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16521", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16522", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16523", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16524", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16525", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3533", - "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_3534", - "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_3535", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3536", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16526", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16527", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16528", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16529", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16530", + "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_3537", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16531", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16532", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3538", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3539", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3540", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3541", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#global-environment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-global-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16711", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3542", - "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_233", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3543", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_234", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_235", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16712", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3544", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3545", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3546", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3547", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3548", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3549", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3550", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_236", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16713", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16714", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16715", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16716", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16717", "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#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_3553", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16718", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16719", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16720", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16721", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16722", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3554", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_237", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_238", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-fields-of-global-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3555", + "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_3556", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3557", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16723", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16724", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16725", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16726", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16727", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3558", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_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#_ref_16728", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16729", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16730", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16731", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16732", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3562", - "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_16733", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16734", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16735", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16736", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16737", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3563", + "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_3564", + "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_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#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_16738", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16739", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16740", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16741", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16742", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3567", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16743", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16744", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3568", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3569", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3570", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3571", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3572", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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#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_3573", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3574", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3575", - "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#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_3576", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3577", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3578", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16533", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16534", - "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#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_3579", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16535", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16536", - "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_3580", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3581", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3582", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3583", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3584", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3585", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3586", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3587", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3588", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3589", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3590", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3591", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3592", + "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_3593", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3594", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3595", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3596", - "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#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_3597", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3598", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3599", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3600", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3601", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3602", + "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_3603", - "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_3604", + "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_3605", + "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_3606", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3607", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3608", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16745", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16746", + "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_3609", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16747", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16748", + "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_3610", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3611", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3612", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_239", - "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_3613", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16537", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3614", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3615", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_240", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_241", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3616", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3617", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3618", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3619", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3620", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3621", + "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_3622", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3623", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3624", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3625", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3626", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16538", + "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_3627", - "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_3628", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3629", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3630", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3631", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3632", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_242", - "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_3633", + "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_3634", - "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_3635", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3636", - "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_3637", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3638", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3639", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3640", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-createglobalfunctionbinding-set", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3641", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3642", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_239", + "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_3643", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16749", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3644", - "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_3645", + "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", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-methods-of-module-environment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3646", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-20", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3647", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3648", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3649", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3650", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3651", - "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_3652", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3653", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3654", - "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_3655", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3656", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16750", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3657", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newfunctionenvironment", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3658", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3659", - "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_3660", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3661", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3662", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_242", + "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_3663", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3664", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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#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_3665", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3666", + "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_3667", - "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_3668", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16539", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16540", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3669", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3670", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16541", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16542", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3671", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3672", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-record-operations", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-lexical-environment-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3673", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_243", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3674", + "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_3675", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3676", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3677", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3678", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3679", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3680", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-privateenvironment-record-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3681", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3682", - "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_3683", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3684", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-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_3685", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3686", - "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_3687", + "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_3688", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3689", + "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_3690", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3691", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3692", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3693", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3694", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_244", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3694", + "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_3695", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3696", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3697", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3698", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16751", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16752", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3699", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3700", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16753", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16754", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3701", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3702", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3703", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_243", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-privateenvironment-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3704", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3705", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3706", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3707", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16543", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3708", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3709", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3710", - "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#sec-privateenvironment-record-operations", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3711", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3712", + "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_3713", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3714", - "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_3715", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3716", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_245", - "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_247", + "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_3717", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3718", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3719", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3720", - "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_3721", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3722", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-code-realms", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3723", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3724", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#realm-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_244", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-realm-record-fields", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3725", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-21", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3726", - "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_3727", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3728", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3729", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3730", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3731", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3732", - "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_3733", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3734", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#running-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3735", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3736", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3737", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#execution-context-stack", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16755", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3738", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3739", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3740", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", - "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#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_3741", - "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_3742", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3743", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3744", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16544", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16545", - "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#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_3745", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3746", - "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_245", + "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_247", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3747", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3748", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3749", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3750", + "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_3751", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3752", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3753", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3754", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3755", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3756", + "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_3757", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3758", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3759", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_248", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3760", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#active-function-object", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#ecmascript-code-execution-context", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", - "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_3761", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_249", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_250", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_251", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3762", - "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#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_3763", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16546", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3764", - "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#running-execution-context", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3765", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3766", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16547", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3767", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_254", - "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#execution-context-stack", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3768", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3769", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3770", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_252", + "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_3771", - "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#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3772", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3773", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3774", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16756", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16757", + "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_3775", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3776", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-state-components-for-all-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3777", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3778", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3779", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3780", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3781", @@ -6833,41 +6825,44 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3787", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3788", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3789", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#current-realm", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3790", - "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#active-function-object", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#ecmascript-code-execution-context", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_253", + "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_3791", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3792", + "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_3793", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16758", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3794", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-additional-state-components-for-ecmascript-code-execution-contexts", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3795", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_255", - "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_3796", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_16759", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3797", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_254", + "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_3798", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3799", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3800", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3801", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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#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_3802", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3803", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3804", - "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_3805", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3806", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3807", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-queue", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-runjobs", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-enqueuejob", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs-and-job-queues", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3808", + "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_3809", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3810", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3811", @@ -6880,29 +6875,43 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3818", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3819", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3820", + "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_3821", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3822", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3823", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3824", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#step-getthisenvironment-loop", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3825", + "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-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_3826", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3827", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3828", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3829", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3830", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3831", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3832", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3833", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3834", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3835", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3836", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3837", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-queue", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-runjobs", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-enqueuejob", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-jobs-and-job-queues", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3838", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3839", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3840", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3841", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3842", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3843", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3844", @@ -6920,8 +6929,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3856", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3857", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3858", - "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_3859", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3860", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3861", @@ -6929,20 +6936,18 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3863", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3864", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3865", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-activescriptormodule", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3866", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3867", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3868", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3869", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3870", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3871", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_256", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#job-preparedtoevaluatecode", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3872", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3873", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3874", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3875", - "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_3876", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3877", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3878", @@ -6950,14 +6955,14 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3880", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3881", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3882", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_3883", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3884", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3885", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3886", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3887", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3888", + "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_3889", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3890", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3891", @@ -6967,19 +6972,18 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3895", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3896", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3897", - "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_3898", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3899", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3900", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3901", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_256", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-jobcallback-records", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3902", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_257", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3903", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_258", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3904", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3905", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_259", + "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_3906", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3907", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3908", @@ -6987,13 +6991,13 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3910", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3911", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3912", + "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_3913", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3914", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3915", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3916", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3917", - "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_3918", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3919", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3920", @@ -7004,30 +7008,33 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3925", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3926", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3927", + "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_3928", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3929", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3930", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3931", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3932", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_257", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3933", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_258", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3934", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3935", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_259", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3936", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3937", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3938", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3939", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3940", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3941", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3942", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3943", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3944", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3945", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3946", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3947", + "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_3948", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3949", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3950", @@ -7039,22 +7046,23 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3956", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3957", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3958", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3959", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3960", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3961", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3962", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3963", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3964", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3965", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3966", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3967", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3968", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3969", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3970", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3971", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#agent-record", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#executing-thread", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3972", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3973", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3974", @@ -7067,23 +7075,20 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3981", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3982", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3983", - "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_3984", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3985", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3986", - "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_3987", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3988", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#surrounding-agent", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3989", - "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_3990", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3991", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3992", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3993", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-agents", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3994", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#table-agent-record", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3995", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3996", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_3997", @@ -7103,12 +7108,18 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4011", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4012", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4013", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_4014", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4015", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4016", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_4017", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4018", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4019", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#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_4020", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4021", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4022", @@ -7133,7 +7144,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4041", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4042", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4043", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4044", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4045", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4046", @@ -7149,8 +7159,6 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4056", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4057", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4058", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4059", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4060", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4061", @@ -7166,9 +7174,8 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4071", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4072", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4073", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-forward-progress", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4074", - "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_4075", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4076", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4077", @@ -7176,15 +7183,15 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4079", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4080", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4081", - "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_4082", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4083", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4084", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4085", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4086", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4087", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4088", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-processing-model", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-invariants", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4089", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4090", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4091", @@ -7201,41 +7208,75 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4102", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4103", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4104", + "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_4105", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4106", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4107", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4108", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4109", - "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_4110", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4111", + "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_4112", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4113", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4114", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4115", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4116", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-weakref-execution", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4117", - "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_260", - "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_4118", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4119", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4120", - "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_4121", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4122", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4123", - "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_4124", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4125", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4126", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4127", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4128", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4129", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4130", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4131", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4132", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4133", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4134", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4135", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4136", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4137", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4138", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4139", + "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_4140", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4141", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4142", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4143", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4144", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4145", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4146", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4147", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_260", + "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_4148", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4149", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4150", + "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_4151", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4152", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4153", + "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_4154", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4155", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4156", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4157", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4158", + "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#_ref_4159", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-container", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane", @@ -7244,151 +7285,113 @@ "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#references-pane-table", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-search", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-search-box", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-search-results", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-pins", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-pins-list", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-toc", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-spacer", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-toggle", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#shortcuts-help", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#spec-container", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-and-exotic-objects-behaviours", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4130", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4131", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4132", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4133", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4134", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4135", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4136", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4137", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_261", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4138", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4139", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4140", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4141", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4142", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4143", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4144", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4145", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4146", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4147", - "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_4148", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4149", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4150", - "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_4151", - "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_4152", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4153", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_262", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4154", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4155", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4156", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4157", - "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_4158", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4159", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-search-box", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-search-results", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-pins", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-pins-list", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-toc", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-spacer", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#menu-toggle", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#shortcuts-help", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#spec-container", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-and-exotic-objects-behaviours", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4160", - "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_4161", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4162", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4163", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4164", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4165", - "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_4166", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4167", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_261", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4168", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4169", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4170", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4171", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4172", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4173", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4174", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4175", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4176", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4177", - "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#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_4178", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4179", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4180", + "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_4181", + "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_4182", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4183", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_262", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_263", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4184", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4186", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4187", + "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_4188", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4189", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_264", "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-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_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", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4194", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4195", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4196", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4197", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4198", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4200", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4201", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4202", "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", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4206", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4207", + "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_4208", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4209", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4210", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4211", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4212", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4213", + "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_4214", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4215", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4216", - "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-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_4217", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4218", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4219", - "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_264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4220", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4221", "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#_ref_265", "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_266", "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#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_4227", "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", @@ -7398,25 +7401,26 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4233", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4234", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4235", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4236", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4237", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4238", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_267", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4239", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4240", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4241", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_268", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4242", - "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_4243", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4244", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4245", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4246", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryhasproperty", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4247", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4248", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4249", + "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_4250", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4251", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4252", @@ -7424,34 +7428,35 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4254", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4255", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4256", + "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_4257", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4258", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4259", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4260", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4261", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4262", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4263", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4264", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4265", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4267", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4268", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4270", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4271", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4272", + "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_4273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4275", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4278", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4279", "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", @@ -7459,9 +7464,6 @@ "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#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_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#_ref_4288", @@ -7469,23 +7471,25 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4290", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4292", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4293", - "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_4294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4297", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydelete", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4300", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "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_4302", "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#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_4305", + "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_4306", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4307", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4308", @@ -7496,34 +7500,32 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4314", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4315", - "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#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_4316", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4317", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4318", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4320", - "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_4321", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4322", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4323", + "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_4324", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4325", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4326", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4327", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4328", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4329", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4330", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4331", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4332", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4333", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4334", + "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_4335", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4336", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4337", @@ -7535,24 +7537,31 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4343", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4344", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4345", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4346", "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_271", "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", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4350", + "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_4351", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4352", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4353", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4354", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4355", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4356", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_269", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4357", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4358", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4359", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4360", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#non-strict-function", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4361", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_270", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-ecmascript-function-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-27", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4362", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4363", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4364", @@ -7567,14 +7576,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4373", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4374", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4375", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4376", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4377", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_271", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4378", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4379", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", - "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_4380", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4381", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4382", @@ -7583,8 +7589,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4385", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4386", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4387", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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#sec-ecmascript-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4388", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4389", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4390", @@ -7596,7 +7601,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4396", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4397", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4398", - "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_4399", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4400", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4401", @@ -7604,50 +7608,28 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4403", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4404", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4405", - "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_16548", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-pop-context-stack", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4406", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16549", - "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_16550", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4407", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16551", - "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_16552", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4408", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16553", - "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_16554", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4409", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16555", - "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_16556", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_272", + "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_4410", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16557", - "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_16558", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4411", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16559", - "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_16560", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4412", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4413", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4414", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16561", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4415", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16562", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4416", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16563", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4417", + "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_4418", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4419", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#prod-X0MRkB7d", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16564", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4420", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4421", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16565", - "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_4422", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4423", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4424", @@ -7655,7 +7637,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4426", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4427", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4428", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-runtime-semantics-evaluatebody", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4429", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4430", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4431", @@ -7663,41 +7645,60 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4433", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4434", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4435", + "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_16760", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4436", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16761", + "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_16762", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4437", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16763", + "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_16764", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4438", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16765", + "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_16766", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4439", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16767", + "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_16768", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4440", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16769", + "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_16770", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4441", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16771", + "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_16772", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4442", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4443", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4444", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16773", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4445", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16774", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4446", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16775", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4447", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4448", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4449", + "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_16776", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4450", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4451", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16777", + "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_4452", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4453", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-async-functions-abstract-operations-async-function-create", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-asyncgeneratorfunctioncreate", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-generatorfunctioncreate", - "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_4454", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4455", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4456", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4457", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4458", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ecmascript-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4459", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4460", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4461", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4462", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4463", @@ -7706,8 +7707,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4466", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4467", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4468", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4469", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4470", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4471", @@ -7715,34 +7714,32 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4473", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4474", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4475", - "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_4476", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4477", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4478", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4479", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4480", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4481", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4482", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4483", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-async-functions-abstract-operations-async-function-create", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-asyncgeneratorfunctioncreate", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-generatorfunctioncreate", + "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_4484", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4485", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4486", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4487", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4488", - "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_4489", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4490", - "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_274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4491", - "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_4492", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4493", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4494", @@ -7750,35 +7747,43 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4496", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4497", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4498", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4499", - "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_4500", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4501", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_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#_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#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_4506", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4507", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4508", - "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_4509", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4510", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4511", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4512", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4513", - "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_4514", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_275", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4515", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4516", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4517", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4518", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4519", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4520", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4521", + "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_4522", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4523", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4524", @@ -7787,27 +7792,26 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4527", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4528", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4529", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4530", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4531", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4532", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4533", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4534", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4535", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16566", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16567", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16568", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4536", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16569", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16570", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16571", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16572", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4537", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4538", + "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_4539", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4540", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4541", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4542", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4543", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4544", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4545", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4546", @@ -7824,38 +7828,36 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4557", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4558", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4559", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4560", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4561", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4562", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4563", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4564", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4565", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16778", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16779", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16780", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4566", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16781", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16782", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16783", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16784", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4567", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4568", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4569", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4570", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4571", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4572", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4573", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4574", - "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_4575", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4576", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4577", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4578", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4579", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4580", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4581", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4582", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4583", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4584", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4585", @@ -7863,13 +7865,14 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4587", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4588", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4589", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-functiondeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_277", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4590", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4591", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4592", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4593", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4594", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4595", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4596", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4597", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4598", @@ -7877,72 +7880,70 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4600", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4601", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4602", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_278", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4603", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4604", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4605", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4606", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4607", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4608", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_280", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_281", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4609", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_282", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4610", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4611", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4612", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_283", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4613", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4614", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4615", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4616", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4617", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4618", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4619", - "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_4620", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4621", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4622", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4623", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4624", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4625", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4626", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4627", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4628", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4629", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4630", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4631", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4632", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4633", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4634", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4635", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4636", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4637", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4638", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-call-builtin-function-result", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4639", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4640", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4641", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4642", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-function-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4643", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4644", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4645", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4646", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4647", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4648", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-bound-function-exotic-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-28", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_284", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_285", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4649", + "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_4650", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4651", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4652", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4653", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4654", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4655", @@ -7951,45 +7952,48 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4658", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4659", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4660", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_286", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4661", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4662", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4663", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4664", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4665", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4666", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-built-in-exotic-object-internal-methods-and-slots", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4667", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4668", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4669", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4670", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4671", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4672", - "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_4673", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4674", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4675", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#bound-function-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_287", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4676", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4677", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4678", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_288", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_289", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-bound-function-exotic-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-28", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4679", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4680", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4681", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4682", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4683", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4684", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4685", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4686", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4687", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4688", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4689", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4690", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4691", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-bound-function-exotic-objects-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4692", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4693", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4694", @@ -8000,10 +8004,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4699", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4700", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4701", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4702", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4703", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4704", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4705", @@ -8013,32 +8016,35 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4709", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4710", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4711", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_290", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4712", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_291", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4713", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_292", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4714", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4715", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4716", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4717", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4718", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4719", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4720", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4721", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4722", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4723", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4724", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4725", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4726", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4727", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4728", - "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_4729", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4730", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4731", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#array-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_294", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4732", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4733", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4734", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4735", @@ -8057,20 +8063,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4748", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4749", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4750", + "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_4751", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4752", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4753", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4754", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4755", - "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_4756", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4757", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4758", + "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_4759", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4760", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4761", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4762", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4763", @@ -8085,36 +8092,32 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4772", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4773", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4774", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_297", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4775", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4776", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4777", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4778", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4779", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4780", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4781", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4782", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4783", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4784", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4785", + "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_4786", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4787", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4788", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4789", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-defineownproperty-p-desc", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-newlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4790", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#step-arraysetlength-numberlen", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4791", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4792", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4793", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4794", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4795", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4796", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4797", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4798", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4799", @@ -8123,28 +8126,28 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4802", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4803", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4804", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_296", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_297", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4805", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4806", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4807", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4808", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4809", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4810", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#string-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_298", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4811", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4812", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4813", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4814", - "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_4815", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4816", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4817", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_299", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_300", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_301", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4818", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4819", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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#sec-string-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4820", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4821", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4822", @@ -8152,39 +8155,42 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4824", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4825", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4826", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-string-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4827", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4828", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4829", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4830", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4831", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4832", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4833", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4834", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4835", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4836", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4837", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4838", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4839", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4840", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4841", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4842", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4843", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4844", + "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_4845", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4846", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4847", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_299", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_300", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_301", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4848", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4849", + "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_4850", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4851", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4852", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4853", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4854", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4855", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4856", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4857", @@ -8192,19 +8198,21 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4859", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4860", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4861", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4862", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4863", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4864", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4865", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4866", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#arguments-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_302", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4867", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4868", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4869", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4870", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4871", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4872", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4873", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4874", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4875", @@ -8215,9 +8223,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4880", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4881", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4882", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4883", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4884", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4885", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4886", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4887", @@ -8225,20 +8233,19 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4889", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4890", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4891", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4892", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4893", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4894", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4895", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4896", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4897", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4898", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4899", - "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_4900", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4901", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4902", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4903", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4904", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4905", @@ -8249,10 +8256,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4910", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4911", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4912", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4913", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4914", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_4915", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4916", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4917", @@ -8260,19 +8266,17 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4919", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4920", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4921", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_304", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_305", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_307", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_308", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4922", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4923", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arguments-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4924", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4925", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4926", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4927", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4928", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4929", + "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_4930", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4931", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4932", @@ -8281,31 +8285,29 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4935", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4936", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4937", - "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_4938", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4939", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4940", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4941", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4942", - "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_4943", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4944", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4945", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4946", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4947", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4948", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4949", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4950", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4951", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_309", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_304", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_305", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_306", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_307", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_308", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4952", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4953", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4954", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4955", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4956", @@ -8314,31 +8316,37 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4959", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4960", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4961", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4962", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4963", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4964", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4965", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4966", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4967", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4968", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4969", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4970", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4971", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4972", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_4973", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4974", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4975", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4976", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4977", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4978", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4979", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4980", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4981", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_309", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4982", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#integer-indexed-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4983", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4984", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4985", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4986", @@ -8346,8 +8354,8 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4988", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4989", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4990", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4991", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4992", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4993", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4994", @@ -8356,10 +8364,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4997", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4998", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_4999", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5000", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5001", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5002", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5003", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5004", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5005", @@ -8367,8 +8375,8 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5007", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5008", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5009", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5010", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5011", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5012", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5013", @@ -8379,41 +8387,28 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5018", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5019", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5020", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5021", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5022", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5023", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-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_5024", - "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_5025", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", - "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_315", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_318", - "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_5026", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5027", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5028", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5029", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5030", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_5031", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5032", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5033", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5034", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5035", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5036", - "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_5037", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5038", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5039", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-integer-indexed-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5040", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5041", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5042", @@ -8422,42 +8417,44 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5045", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5046", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5047", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5048", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5049", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16573", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5050", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16574", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5051", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5052", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5053", + "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_5054", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_320", + "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_5055", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_312", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_313", + "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_315", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_316", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_317", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_318", + "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_5056", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5057", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5058", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5059", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5060", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_5061", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5062", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5063", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5064", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5065", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5066", + "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_5067", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5068", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5069", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5070", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5071", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5072", @@ -8465,136 +8462,147 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5074", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5075", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5076", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5077", + "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_5078", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5079", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16785", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_319", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5080", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_16786", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5081", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5082", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5083", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5084", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#module-namespace-exotic-object", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_320", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5085", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5086", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_321", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-internal-slots-of-module-namespace-exotic-objects", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-29", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5087", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5088", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5089", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5090", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5091", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5092", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5093", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5094", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5095", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5096", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5097", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5098", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5099", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5100", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5101", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5102", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5103", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5104", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5105", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5106", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5107", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5108", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5109", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5110", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5111", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5112", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5113", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5114", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5115", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5116", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5117", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5118", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5119", - "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_5120", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5121", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5122", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5123", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5124", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5125", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_323", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5126", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_324", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5127", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5128", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5129", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5130", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5131", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5132", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5133", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5134", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5135", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5136", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5137", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5138", - "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#sec-module-namespace-exotic-objects-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5139", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5140", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5141", - "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_5142", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_325", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5143", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-proxy-handler-methods", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-30", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_326", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_327", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-module-namespace-exotic-objects-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5144", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5145", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5146", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5147", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5148", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5149", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#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_5150", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5151", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5152", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5153", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5154", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_322", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5155", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_323", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5156", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_324", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5157", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5158", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#immutable-prototype-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5159", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5160", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5161", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5162", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5163", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5164", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-immutable-prototype-exotic-objects-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5165", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5166", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5167", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5168", + "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_5169", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5170", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5171", + "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_5172", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_325", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#proxy-exotic-object", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5173", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-proxy-handler-methods", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#table-30", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_326", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_327", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5174", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5175", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5176", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5177", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5178", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5179", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5180", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5181", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5182", @@ -8602,10 +8610,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5184", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5185", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5186", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5187", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5188", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5189", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5190", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5191", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5192", @@ -8614,6 +8622,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5195", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5196", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5197", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-isextensible", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5198", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5199", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5200", @@ -8622,11 +8631,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5203", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5204", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5205", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5206", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5207", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5208", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5209", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-preventextensions", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5210", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5211", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5212", @@ -8637,9 +8646,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5217", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5218", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5219", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5220", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5221", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5222", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5223", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5224", @@ -8651,10 +8660,10 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5230", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5231", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5232", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5233", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5234", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5235", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5236", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5237", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5238", @@ -8667,11 +8676,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5245", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5246", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5247", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5248", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5249", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5250", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5251", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5252", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5253", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5254", @@ -8683,9 +8692,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5260", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5261", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5262", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5263", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5264", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5265", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5266", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5267", @@ -8697,9 +8706,9 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5273", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5274", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5275", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5276", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5277", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5278", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5279", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5280", @@ -8717,11 +8726,11 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5292", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5293", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5294", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-delete-p", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5295", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5296", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5297", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5298", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5299", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5300", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5301", @@ -8729,6 +8738,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5303", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5304", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5305", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5306", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5307", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5308", @@ -8736,7 +8746,6 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5310", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5311", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5312", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5313", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5314", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5315", @@ -8753,8 +8762,7 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5326", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5327", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5328", - "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#sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5329", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5330", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5331", @@ -8763,10 +8771,43 @@ "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5334", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5335", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5336", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_328", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5337", - "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_329", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5338", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5339", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5340", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5341", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5342", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5343", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5344", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5345", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5346", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5347", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5348", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5349", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5350", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5351", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5352", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5353", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5354", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5355", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5356", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5357", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5358", + "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_5359", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5360", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5361", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5362", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5363", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5364", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5365", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5366", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_328", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5367", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_329", + "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_5368", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#_ref_330", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-container", "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#references-pane-spacer", @@ -8789,680 +8830,325 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#prod-SourceCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-source-text", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16575", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16576", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16787", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16788", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encodecodepoint", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointtoutf16codeunits", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encoding", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5339", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5340", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5341", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5342", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5369", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5370", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5371", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5372", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointstostring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16encode", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_331", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5343", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5344", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5373", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5374", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodesurrogatepair", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#utf16decodesurrogatepair", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decode", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_332", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5345", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5375", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_333", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_334", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-codepointat", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5346", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5347", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5348", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_335", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5349", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_336", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_337", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5350", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_338", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5351", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_339", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5352", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5353", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5354", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5355", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5356", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5357", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5358", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5359", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5360", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5361", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5362", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5363", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5364", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5365", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5366", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5367", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5368", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5369", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5370", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5371", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5372", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5373", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_341", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16577", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16578", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16579", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16580", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16581", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16582", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16583", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16584", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16585", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16586", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16587", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16588", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16589", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16590", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16591", - "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_5374", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16592", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16593", - "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_342", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5375", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16594", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16595", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16596", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16597", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16598", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16599", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16600", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16601", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16602", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16603", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16604", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16605", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16606", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16607", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16608", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16609", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16610", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16611", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16612", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16613", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16614", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16615", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16616", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16617", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16618", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16619", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16620", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16621", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16622", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5376", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16623", - "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_16624", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16625", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16626", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16627", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16628", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16629", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16630", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16631", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16632", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16633", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16634", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16635", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16636", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16637", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_343", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_344", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_345", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_346", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_348", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_349", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5377", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_350", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5378", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_351", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_335", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5379", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_352", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16638", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_336", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_337", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5380", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16639", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_338", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5381", - "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_16640", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16641", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16642", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16643", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16644", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16645", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16646", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16647", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_353", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_339", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5382", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16648", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5383", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16649", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5384", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16650", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16651", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-stringtocodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-utf16decodestring", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5385", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_340", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5386", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16652", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5387", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16653", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-parsetext", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5388", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5389", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5390", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16654", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5391", - "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_354", - "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_5392", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5393", "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5394", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5395", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16655", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16656", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5396", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5397", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5398", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5399", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5400", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16657", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16658", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16659", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16660", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16661", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16662", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16663", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16664", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16665", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16666", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16667", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5401", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5402", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5403", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5404", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5405", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16668", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5406", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5407", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5408", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5409", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5410", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5411", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5412", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-container", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-spacer", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-close", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-table-container", - "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-table", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search-box", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search-results", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-pins", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-pins-list", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-toc", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-spacer", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-toggle", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#shortcuts-help", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#spec-container", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16669", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16670", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5413", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16671", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16672", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16673", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16674", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16675", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16676", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16677", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16678", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5414", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16679", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16680", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16681", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16682", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16683", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16684", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16685", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16686", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5415", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16687", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16688", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16689", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16690", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16691", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16692", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16693", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16694", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16695", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16696", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16697", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16698", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16699", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16700", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16701", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16702", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16703", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16704", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16705", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16706", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16707", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16708", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16709", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16710", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16711", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16712", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16713", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementHashbangOrRegExp", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16714", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16715", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16716", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16717", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16718", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16719", - "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_5416", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16720", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5417", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", - "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_16721", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16722", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16723", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16724", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16725", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16726", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16727", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16728", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", - "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_359", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16729", - "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_360", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16730", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16731", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16732", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16733", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16734", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16735", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16736", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", - "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_362", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16737", - "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_16738", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16739", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16740", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16741", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16742", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16743", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16744", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16745", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16746", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16747", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16748", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16749", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16750", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16751", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16752", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16753", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16754", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16755", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16756", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16757", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-hashbang", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HashbangComment", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16758", - "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_16759", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16760", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16761", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16762", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16763", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16764", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16765", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16766", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16767", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16768", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16769", - "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_16770", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16771", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16772", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16773", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16774", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16775", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16776", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16777", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16778", - "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_16779", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16780", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16781", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16782", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16783", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16784", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16785", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16786", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16787", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16788", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-AsciiLetter", - "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_16789", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16790", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16791", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16792", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16793", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16794", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16795", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16796", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16797", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16798", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16799", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16800", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16801", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16802", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16803", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16804", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16805", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16806", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16807", - "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_16808", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5418", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16809", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16810", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16811", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5419", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16812", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16813", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5420", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5421", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16814", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5422", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16815", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16816", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16817", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5423", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16818", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5424", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16819", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5425", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5426", - "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_16820", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16821", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16822", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16823", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16824", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16825", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16826", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16827", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-future-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16828", - "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_16829", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5427", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16830", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_368", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5428", - "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_371", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_372", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16831", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5429", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16832", - "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_373", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16833", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16834", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16835", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16836", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5430", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_374", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5431", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5432", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5433", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_375", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_376", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_377", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", - "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_16837", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16838", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OptionalChainingPunctuator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16839", - "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", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-null-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NullLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-boolean-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BooleanLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-numeric-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteralSeparator", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Qn_oyvq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16840", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16841", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16842", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16843", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16844", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16845", - "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_16846", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16847", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16848", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16849", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16850", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16851", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16852", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16853", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16854", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16855", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16856", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#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_16857", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16858", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16859", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16860", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16861", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16862", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16863", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16864", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16865", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16866", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16867", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16868", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16869", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16870", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16871", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16872", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16873", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16874", - "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_16875", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16876", - "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_16877", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16878", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16879", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16880", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5395", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5396", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5397", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5398", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5399", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5400", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5401", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5402", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5403", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_341", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-types-of-source-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16789", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16790", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16791", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16792", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16793", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16794", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16795", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16796", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16797", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16798", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16799", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16800", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16801", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16802", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16803", + "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_5404", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16804", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16805", + "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_342", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5405", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16806", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16807", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16808", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16809", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16810", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16811", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16812", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16813", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16814", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16815", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16816", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16817", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16818", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16819", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16820", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16821", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16822", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16823", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16824", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16825", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16826", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16827", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16828", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16829", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16830", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16831", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16832", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16833", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16834", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5406", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16835", + "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_16836", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16837", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16838", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16839", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16840", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16841", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16842", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16843", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16844", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16845", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16846", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16847", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16848", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16849", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_343", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_344", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_345", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_346", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_347", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_348", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_349", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5407", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_350", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5408", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_351", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5409", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_352", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16850", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5410", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16851", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5411", + "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_16852", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16853", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16854", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16855", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16856", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16857", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16858", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16859", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_353", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5412", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#use-strict-directive", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16860", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5413", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16861", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5414", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16862", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16863", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5415", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5416", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16864", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5417", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16865", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5418", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5419", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5420", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16866", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5421", + "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_354", + "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_5422", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5423", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5424", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5425", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16867", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16868", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5426", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5427", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5428", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5429", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5430", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16869", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16870", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16871", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16872", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16873", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16874", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16875", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16876", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16877", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16878", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16879", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5431", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5432", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5433", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5434", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5435", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_16880", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5436", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5437", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#non-strict-code", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#sec-non-ecmascript-functions", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5438", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5439", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5440", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5441", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#_ref_5442", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-container", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-spacer", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-close", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-table-container", + "https://tc39.es/ecma262/multipage/ecmascript-language-source-code.html#references-pane-table", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search-box", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-search-results", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-pins", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-pins-list", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-toc", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-spacer", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#menu-toggle", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#shortcuts-help", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#spec-container", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16881", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16882", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5443", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16883", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16884", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16885", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16886", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16887", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#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_16888", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16889", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16890", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5444", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16891", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16892", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16893", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16894", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16895", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16896", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16897", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16898", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonOctalDecimalIntegerLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5445", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16899", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_355", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16900", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16901", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementDiv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16902", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16903", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16904", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16905", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16906", - "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_16907", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16908", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16909", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16910", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16911", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16912", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16913", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementRegExpOrTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16914", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16915", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16916", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16917", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16918", - "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_16919", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementTemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16920", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5434", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5435", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5436", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5437", - "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_5438", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5439", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16921", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16922", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16923", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16924", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16925", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-InputElementHashbangOrRegExp", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16926", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16927", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16928", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16929", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16930", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16931", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-unicode-format-control-characters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5446", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16932", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5447", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_356", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_357", + "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_16933", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16934", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16935", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-white-space", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16936", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16937", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16938", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16939", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16940", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_358", + "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_359", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16941", + "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_360", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16942", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16943", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16944", @@ -9470,28 +9156,51 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16946", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16947", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16948", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_361", + "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_362", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_363", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16949", + "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_16950", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16951", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_364", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16952", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16953", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Comment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16954", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16955", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16956", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16957", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16958", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16959", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-PostAsteriskCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16960", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16961", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16962", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16963", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MultiLineNotForwardSlashOrAsteriskChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16964", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16965", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16966", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16967", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleLineCommentChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16968", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16969", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_365", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-hashbang", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HashbangComment", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16970", + "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_16971", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16972", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16973", @@ -9503,6 +9212,7 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16979", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16980", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16981", + "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_16982", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16983", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16984", @@ -9512,23 +9222,40 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16988", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16989", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16990", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#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_16991", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierName", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NFOBX-lw", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16992", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-dbXHPjzF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16993", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16994", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XMog322C", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16995", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16996", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPart", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-ba_xP9Ao", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16997", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16998", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierStartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_16999", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-IdentifierPartChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17000", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-AsciiLetter", + "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_17001", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_366", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17002", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17003", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifier-names", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17004", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17005", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17006", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17007", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_367", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17008", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17009", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17010", @@ -9538,87 +9265,131 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17014", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17015", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17016", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5440", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17017", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5441", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17018", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17019", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5442", + "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_17020", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5448", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17021", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5443", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17022", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17023", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5449", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17024", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17025", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoints", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5450", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5451", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NbI37jnW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17026", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5452", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17027", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VGIPQeJb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17028", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17029", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5453", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17030", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5454", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17031", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5455", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-identifiercodepoint", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5456", + "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_17032", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17033", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fncA2sGb", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17034", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17035", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Ju5Gi-Fv", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17036", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17037", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-XpfJkBRq", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17038", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17039", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-future-reserved-words", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-reserved-words", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-keywords-and-reserved-words", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17040", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5444", - "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_381", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", + "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_17041", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5457", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17042", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_368", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5458", + "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_371", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_372", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17043", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5459", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17044", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", + "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_373", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17045", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17046", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17047", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17048", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5460", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_374", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5461", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5462", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5463", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_375", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_376", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_377", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_378", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_379", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_380", + "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_17049", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17050", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OptionalChainingPunctuator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17051", + "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", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-ecmascript-language-lexical-grammar-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-null-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NullLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-boolean-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BooleanLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-literals-numeric-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-additional-syntax-numeric-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteralSeparator", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NumericLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Qn_oyvq2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17052", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17053", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U27qMVVP", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17054", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-lP2MlcII", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17055", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17056", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-9vicHpLh", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17057", + "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_17058", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-b9VW4Mn-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17059", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17060", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17061", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-fgQ6BNSW", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17062", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17063", - "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_17064", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17065", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17066", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17067", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17068", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", + "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_17069", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17070", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17071", @@ -9626,98 +9397,92 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17073", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17074", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17075", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17076", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17077", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17078", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17079", - "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_17080", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DecimalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17081", - "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_17082", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17083", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17084", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17085", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17086", + "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_17087", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17088", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", + "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_17089", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17090", - "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_17091", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17092", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5445", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5446", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5447", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5448", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5449", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", - "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_5450", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5451", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5452", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17093", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-BinaryDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17094", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5453", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17095", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17096", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17097", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17098", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5454", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17099", + "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_17100", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17101", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-OctalDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17102", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5455", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17103", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17104", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17105", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17106", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5456", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17107", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17108", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17109", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17110", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", - "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#prod-NonOctalDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17111", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17112", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17113", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5457", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17114", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17115", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalLikeDecimalIntegerLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17116", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17117", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17118", + "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_17119", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17120", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-HexDigits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17121", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17122", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17123", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17124", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17125", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5458", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17126", - "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#prod-HexDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17127", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17128", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17129", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17130", + "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_17131", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17132", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5464", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5465", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5466", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5467", + "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_5468", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5469", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17133", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17134", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17135", @@ -9738,93 +9503,58 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17150", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17151", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17152", - "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_387", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5459", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17153", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17154", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17155", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17156", - "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_17157", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17158", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17159", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17160", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17161", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17162", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17163", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17164", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17165", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17166", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17167", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17168", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17169", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17170", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17171", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17172", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17173", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17174", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17175", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17176", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17177", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17178", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5460", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17179", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17180", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17181", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5461", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17182", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17183", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17184", - "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_17185", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17186", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17187", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17188", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17189", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17190", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17191", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17192", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17193", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17194", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17195", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17196", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17197", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17198", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17199", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17200", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17201", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17202", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17203", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17204", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17205", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17206", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17207", @@ -9845,151 +9575,169 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17222", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17223", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17224", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17225", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17226", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17227", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17228", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-numericvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5470", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6EKD79IF", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17229", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5471", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17230", - "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_5462", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5463", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-VwBAoy40", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17231", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5472", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17232", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-n5uysvQ-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17233", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5473", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17234", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5464", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-MgVpq-Ot", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17235", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17236", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17237", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-_KqL62EN", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17238", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5465", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-k8d8Sn1k", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17239", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17240", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5466", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17241", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-6lkR-0p2", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17242", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17243", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5467", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17244", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Rb94_ol-", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17245", - "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_5468", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5469", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5470", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17246", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17247", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5471", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17248", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17249", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17250", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17251", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5472", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17252", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5474", + "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_381", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-StringLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17253", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5473", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17254", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17255", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5474", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17256", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacters", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17257", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5475", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17258", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-DoubleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17259", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17260", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17261", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5476", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17262", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-SingleStringCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17263", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17264", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17265", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5477", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17266", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LineContinuation", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17267", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17268", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17269", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5478", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17270", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17271", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17272", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17273", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CharacterEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17274", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17275", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5479", + "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_17276", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17277", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17278", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-EscapeCharacter", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17279", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5480", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17280", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-LegacyOctalEscapeSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17281", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5481", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17282", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17283", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17284", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5482", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17285", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5483", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17286", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5484", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17287", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5485", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17288", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17289", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5486", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17290", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NonZeroOctalDigit", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17291", + "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_17292", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5487", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17293", + "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_17294", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5488", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-qIqpq7Bo", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17295", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-Hex4Digits", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17296", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17297", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17298", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17299", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5489", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17300", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_382", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17301", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_383", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17302", + "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_17303", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17304", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5475", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5476", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5477", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5478", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5479", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_384", + "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_5480", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5481", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5482", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17305", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5490", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17306", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5483", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17307", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5491", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17308", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5492", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17309", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5493", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17310", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5484", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17311", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5494", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17312", - "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_14449", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17313", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17314", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5485", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17315", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_393", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17316", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17317", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17318", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5486", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17319", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17320", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17321", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17322", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_386", + "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_17323", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17324", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17325", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5487", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17326", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17327", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17328", @@ -10002,7 +9750,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17335", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17336", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17337", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5488", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17338", + "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_17339", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17340", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17341", @@ -10029,49 +9779,340 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17362", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17363", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17364", + "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_387", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5489", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_388", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17365", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17366", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_389", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_390", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17367", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17368", + "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_17369", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17370", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBody", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17371", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17372", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17373", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17374", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFirstChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17375", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17376", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17377", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17378", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17379", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17380", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionBackslashSequence", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17381", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionNonTerminator", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17382", - "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_17383", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClass", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17384", - "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#prod-RegularExpressionClassChars", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17385", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17386", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionClassChar", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17387", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17388", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-RegularExpressionFlags", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17389", - "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17390", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-bodytext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5490", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-GHASI6lr", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17391", - "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_17392", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17393", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#sec-static-semantics-flagtext", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5491", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-U3zNjneX", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17394", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17395", - "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_17396", + "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_17397", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17398", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NoSubstitutionTemplate", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17399", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateHead", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17400", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateSubstitutionTail", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17401", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17402", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateMiddle", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17403", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateTail", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17404", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacters", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17405", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17406", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateCharacter", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17407", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17408", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17409", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17410", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17411", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17412", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-TemplateEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17413", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17414", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17415", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17416", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotEscapeSequence", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17417", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17418", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17419", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17420", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17421", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17422", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17423", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17424", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17425", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17426", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17427", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17428", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17429", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17430", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17431", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17432", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17433", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17434", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17435", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17436", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-NotCodePoint", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17437", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17438", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#prod-CodePoint", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17439", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17440", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17441", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17442", + "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_5492", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5493", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17443", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17444", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17445", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17446", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5494", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17447", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17448", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17449", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17450", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5495", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17451", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17452", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5496", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17453", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17454", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17455", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5497", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17456", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17457", + "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_5498", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5499", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5500", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17458", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17459", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5501", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17460", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17461", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17462", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17463", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5502", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17464", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17465", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5503", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17466", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17467", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5504", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17468", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17469", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5505", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17470", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17471", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17472", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17473", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5506", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17474", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17475", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17476", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17477", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5507", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17478", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17479", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17480", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17481", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5508", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17482", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17483", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17484", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17485", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17486", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17487", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5509", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17488", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17489", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17490", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17491", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5510", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17492", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17493", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5511", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17494", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17495", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17496", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5512", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17497", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5513", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17498", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5514", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17499", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5515", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17500", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17501", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5516", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17502", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17503", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17504", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5517", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17505", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17506", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5518", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17507", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17508", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17509", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17510", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17511", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5519", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17512", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17513", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17514", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17515", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17516", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17517", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5520", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17518", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17519", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5521", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17520", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5522", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17521", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5523", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17522", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17523", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_5524", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17524", + "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_14651", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_391", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17525", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_392", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17526", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17527", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_393", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17528", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17529", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17530", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17531", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17532", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17533", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17534", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17535", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17536", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17537", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17538", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17539", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17540", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17541", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17542", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17543", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17544", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17545", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17546", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17547", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17548", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17549", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17550", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17551", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17552", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17553", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17554", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17555", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17556", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17557", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17558", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17559", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17560", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17561", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17562", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17563", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17564", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17565", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17566", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17567", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17568", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17569", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17570", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17571", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17572", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17573", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17574", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17575", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17576", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17577", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17578", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17579", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17580", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17581", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17582", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17583", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17584", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17585", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17586", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17587", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17588", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17589", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17590", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17591", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17592", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17593", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17594", + "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_17595", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17596", + "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_17597", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17598", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17599", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17600", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17601", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_394", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17602", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17603", + "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_17604", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17605", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17606", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17607", + "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_17608", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17609", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17610", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17611", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17612", + "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_17613", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_395", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#_ref_396", "https://tc39.es/ecma262/multipage/ecmascript-language-lexical-grammar.html#references-pane-container", @@ -10095,71 +10136,71 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IdentifierReference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dL7e73Zt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17402", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17614", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dN4C9Ooo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAOJjaxZ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BindingIdentifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5vbjd2EY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17403", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bP3zkqsh", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k8G1I2qF", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LabelIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17616", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aHP0cTnm", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8xe5-4Uo", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Identifier", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OqjWNqf4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17405", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5495", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17617", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17618", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17619", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5525", "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_17408", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5496", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5497", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5498", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17409", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5499", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5500", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5501", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17410", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5502", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5503", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17415", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17416", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5504", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5505", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5506", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5507", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5508", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17421", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5510", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17423", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17425", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17620", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5527", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5528", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17621", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5529", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5530", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5531", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17625", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5532", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5533", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17627", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5534", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5535", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5536", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5537", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17632", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5538", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17633", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5539", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17634", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5540", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17635", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17636", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17637", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17638", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-stringvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-names-static-semantics-stringvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-static-semantics-stringvalue", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5511", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5541", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RwRM8vDx", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17639", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NS6rHu2W", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5512", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17430", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5513", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17640", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17641", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5542", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17642", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5543", "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", @@ -10167,977 +10208,919 @@ "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_17431", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17432", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5514", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17643", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17644", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5544", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17645", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nzu557qc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17434", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5516", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17435", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17646", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5545", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5546", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17647", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Vk-n5Kcs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17436", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5517", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17437", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17648", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5547", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17649", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifiers-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-12IVipzn", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17438", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5518", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5519", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17650", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5548", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17651", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MHlI0_J2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5520", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7dhF3jkA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5521", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17440", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5522", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5523", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17441", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17442", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5524", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5551", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17652", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5552", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5553", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17653", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17654", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5554", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PrimaryExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6iVAqhjf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Qw-BmNvs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17443", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17655", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Sla8Mecg", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17444", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17656", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Caejwk3t", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17445", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17657", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4t3kIOlY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17446", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17658", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SoPEL49Y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17447", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17659", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Je5YcOXI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17448", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17660", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1wa_TGAR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17449", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17661", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D7ySJoLP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17450", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17662", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4BCWI5RW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17451", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17663", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rfJuuLNW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17452", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17664", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iJnRUrcY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17453", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17665", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-INZ21P3A", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17454", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17666", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverParenthesizedExpressionAndArrowParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17455", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17456", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17457", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17458", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17459", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17460", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17461", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17462", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17463", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17464", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17667", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17668", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17669", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17671", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17672", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17673", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17674", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17675", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17676", "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_17465", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17677", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-this-keyword-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P91j5SRi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5525", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-identifier-reference", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_397", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17678", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-primary-expression-literals", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Literal", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3wWoyoyk", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17467", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17679", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-T8-D_rlw", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17468", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17680", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qwQbursv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17469", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17681", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JuPoYov6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17470", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17682", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-literals-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5gR2ZD66", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17471", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17683", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-phcGo5D8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17472", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17473", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17474", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17684", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17685", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17686", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JJ6LucaR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17475", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5526", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17476", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17687", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17688", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_398", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JaYVP4rC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17477", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5527", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17478", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17689", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17690", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_399", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17479", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17480", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17691", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17692", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArrayLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oN6pjX9m", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17481", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17693", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Y8wRJ4om", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17482", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17694", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-je9iGq8a", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17483", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17484", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17695", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17696", "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_17485", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17486", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17698", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XL4uSEt_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17487", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17488", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17699", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17700", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rNLR62Va", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17489", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17490", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17491", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17701", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17702", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17703", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BSaguLF3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17492", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17493", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17704", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17705", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17706", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Elision", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UVeRCADp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lq_Nojbr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17495", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17707", "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_17496", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-arrayaccumulation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-elisionwidth", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5528", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5529", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5530", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5531", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5532", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5533", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5534", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17497", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5535", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17498", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17499", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17500", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17501", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5536", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17502", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5537", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17503", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5538", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5539", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5540", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5541", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17504", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17505", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17506", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17507", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5543", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17508", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17509", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17510", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17511", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5544", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17512", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17513", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5545", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17514", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5546", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17515", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5547", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5548", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5549", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5550", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17516", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17517", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17518", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5551", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17519", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17520", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5552", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17521", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5553", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17522", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17523", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5554", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17524", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5555", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5556", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5557", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5558", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5560", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5562", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACq7eTCD", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5563", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17525", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5564", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KyZNZ-MT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17709", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5565", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17527", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17528", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17710", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_juTnZH7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17711", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17712", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5566", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17714", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17529", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17530", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17531", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17715", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5568", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5569", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17532", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17533", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5570", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17534", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5571", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNKSiljq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17716", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17718", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17719", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17720", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ZiZA1Ch", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17721", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17722", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17723", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17724", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17725", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5575", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HRfw0EOP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17728", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17729", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17733", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_w8Sn596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17735", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5584", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5585", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5586", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5592", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5593", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8EXlViH4", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5594", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17738", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5595", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-58ym50AN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5597", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17741", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-f05iKqYb", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17742", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17743", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5598", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5599", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17745", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5600", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5601", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ObjectLiteral", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iBxhmtp", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tbtFUUOH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17535", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17747", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6AQl_P9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17536", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17748", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinitionList", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BIN60s98", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17537", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17749", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c72dXkTz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17538", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17539", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17751", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_kSpAuMA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17540", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17541", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17752", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17753", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jsxupyj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17542", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17543", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17754", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17755", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mDvkFMKq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17544", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17756", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZMKiSRJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17545", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17757", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0EhkgOcT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17546", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17758", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vr_cfE7P", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17547", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17759", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LiteralPropertyName", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j68LXthC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17548", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17760", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ueikIsNm", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17549", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17761", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6-SoljXV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17550", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17762", "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_17551", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17763", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoverInitializedName", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17552", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17553", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17764", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17765", "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_17554", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17766", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17767", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17556", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17557", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17558", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17768", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17770", "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_17559", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5572", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17560", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5573", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17561", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17562", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17563", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17564", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17565", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17566", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17567", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17568", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17569", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17570", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17571", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17572", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17573", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17574", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17575", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17577", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17578", - "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_5575", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5576", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17579", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5577", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17580", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17581", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5578", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5579", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17582", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5580", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17583", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5581", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17584", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17585", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5582", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5583", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17587", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5584", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5585", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5586", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17588", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17589", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5587", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5588", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5589", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17590", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17591", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5590", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17592", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17593", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5591", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17594", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17595", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5592", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17596", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5593", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17597", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5594", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17598", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5595", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5596", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5597", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5598", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5599", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17599", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17600", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5600", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17601", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5601", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17602", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17771", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5602", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17772", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5603", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17773", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17775", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17776", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17777", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17778", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17779", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17780", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17781", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17782", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17783", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17784", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17785", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17786", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17787", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17788", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17789", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17790", + "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_5605", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17605", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5606", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17606", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17791", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-iscomputedpropertykey", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5607", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17607", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SPDqK5VR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17792", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SOs-1o2b", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17793", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-propertynamelist", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5608", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5609", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ojv3z_1M", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17794", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5610", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17608", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17609", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17795", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5611", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17610", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17611", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17612", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-arjQ9VdV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17797", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5612", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17613", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17798", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5613", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17614", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17799", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5614", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17615", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYCMBfyG", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5615", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17616", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5616", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0f4gdKLJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17800", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-HzxDeaw2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17801", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5617", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5618", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5619", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17617", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17802", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZrDWUX2E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17803", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5620", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17618", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17619", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17620", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17621", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17622", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17623", - "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_410", - "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_17624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17804", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jt_nMkj7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17805", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5621", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17625", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17806", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_aZrbYKk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6rX2zzfJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17810", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5625", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer-runtime-semantics-propertydefinitionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5627", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5628", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-regular-expression-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17627", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2nasR_1u", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17811", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17812", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5630", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17813", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17814", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-r1teTyPc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17815", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5632", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17816", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5633", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateLiteral", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d430kMbv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17630", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-t3USkzuD", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17631", - "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_17632", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17633", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17634", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17635", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17639", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17641", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17642", - "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_17643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17644", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5634", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17645", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17646", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5635", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17647", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17650", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17651", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pxaBv7Tq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17817", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5636", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17652", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17653", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17654", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17818", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5637", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17655", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17656", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17657", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17658", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17659", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17660", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17661", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17819", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5638", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17662", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5639", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5640", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17663", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N8qwXXqo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17820", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17821", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5641", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17664", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17822", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17824", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_403", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5642", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17665", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17666", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17667", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17668", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5643", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17669", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17826", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5644", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17827", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5645", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17671", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17828", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5646", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17672", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5647", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17673", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5648", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17674", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17675", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17676", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5649", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17677", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FVQpyKtq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17829", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5650", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17678", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17830", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-defining-expressions", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17831", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17832", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_407", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17833", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17834", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17835", + "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_410", + "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_17836", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5651", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17679", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17837", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-isvalidregularexpressionliteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17838", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5652", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17680", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17681", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5653", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17682", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5654", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17683", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17684", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17685", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17686", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5655", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17687", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5656", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17688", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5657", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17689", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5658", - "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#sec-regular-expression-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J9TItKDI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17839", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5659", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5660", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17840", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5661", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5662", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17841", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5663", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateLiteral", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d430kMbv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17842", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-t3USkzuD", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17843", + "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_17844", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17845", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17846", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateSpans", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MrvlbnHm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17847", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-j0qqWY2p", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17848", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17849", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TemplateMiddleList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V4hc4rPI", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17850", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17851", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PHoLfCK_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17852", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17853", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17854", + "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_17855", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17856", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5664", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17857", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17858", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5665", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17859", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17860", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17861", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17862", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17863", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5666", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17864", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17866", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5667", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17867", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17868", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17869", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17870", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17871", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17872", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17873", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5668", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17874", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-static-semantics-templatestrings", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5669", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5670", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wUHw6ReH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17875", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5671", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17876", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AfRnt93a", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17877", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17879", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5672", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5673", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5674", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SXp_0Muf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17882", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5675", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fValkc1v", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17884", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17885", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5676", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17690", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17886", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5677", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17691", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17887", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5678", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-sExxMRoA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17888", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17889", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5679", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17890", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oVK_xc-L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17891", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17892", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17893", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5680", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17894", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5681", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17895", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5682", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17692", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-templatestring", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17896", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5683", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17693", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17694", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17897", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5684", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17695", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17697", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17898", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5685", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17698", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17899", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5686", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17699", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17700", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17701", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5687", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17702", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5688", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17703", + "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_5689", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5690", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17704", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5691", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17705", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17706", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17707", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17708", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5692", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17709", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5693", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17710", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5694", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5695", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5696", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17711", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5697", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17712", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17713", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5698", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17714", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17715", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17716", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5699", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17717", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5700", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17718", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5701", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17720", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5702", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17721", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5703", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17722", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5704", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5705", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5706", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17724", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17725", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17900", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5707", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17901", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-substitutionevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5708", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5709", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17729", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5710", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5711", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5712", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-h8M7VnrX", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17902", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5713", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-0ukbbNyO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17903", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17904", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5714", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17905", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOPfrahZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17906", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17907", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5715", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5716", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Jm_C6N1j", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17909", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17910", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17911", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5717", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17912", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5718", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17913", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5719", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5720", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1J8emXVO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17914", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5721", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17915", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uvbVZ8aQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17916", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17917", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17918", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5722", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17919", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5723", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17920", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5724", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5725", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5726", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5727", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17922", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Cn8o0vt2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17923", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5728", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17924", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4-zhpQ6s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17925", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17926", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5729", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17927", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5730", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17928", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_415", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5731", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EX4ICnFk", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17929", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17930", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5732", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5733", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17932", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5734", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5735", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5736", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17933", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-F5opRz-R", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17934", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17935", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17936", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5737", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17937", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5738", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17938", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17939", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5741", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5742", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17940", "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_17731", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17732", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5713", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17733", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17941", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17942", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5743", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17943", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-grouping-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U7_IxrKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17735", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5714", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17736", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5715", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17944", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17945", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17946", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5745", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cTC10Rwh", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17737", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5716", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17738", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5717", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5718", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17739", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17947", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17948", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5747", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5748", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17949", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-hand-side-expressions", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MemberExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RT3Hrl25", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17740", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17950", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IScPEVPu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17742", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17951", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17952", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BTxM7XK0", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17744", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17953", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17954", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hF7lIb25", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17745", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17746", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17955", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17956", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gkYgn85G", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17747", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EZ2BF6v8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17748", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17958", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BRZkuqi1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17749", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17959", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-20SfjmEZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17751", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17752", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17961", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lWlOKYig", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17963", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6y-_egWQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17754", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17964", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MetaProperty", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17755", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17756", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17965", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17966", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-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_17757", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17967", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NMg_0YQR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17758", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallExpression", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ltrZioVe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17759", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17969", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-G9gIp39y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17760", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17970", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5bjr6Yqy", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17761", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17971", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kYvem_87", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17762", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17763", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17972", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17973", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Shb6Dgff", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17765", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17974", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17975", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EOA2Fe3-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17976", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17977", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-WPBp76A-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17768", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17978", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17979", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-FwaLgcLH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17770", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17771", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17980", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17981", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SuperCall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qBjKPlc1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportCall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uZn3IQfi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17773", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17983", "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_17774", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17775", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17776", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17777", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17778", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17779", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17780", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17781", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17782", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17783", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17784", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17786", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17787", - "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_17788", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17789", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17790", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17791", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17792", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17793", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17794", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17795", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17796", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17797", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17798", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17799", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17800", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17801", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17802", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17803", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17804", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17805", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17806", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17807", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17808", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17809", - "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_17810", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17811", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17812", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_418", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5719", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17813", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17814", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17816", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17817", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17818", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17819", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17821", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17823", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17824", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17825", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17826", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17827", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5720", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17828", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17829", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17830", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5721", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17831", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5722", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5723", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17832", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5724", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5725", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17833", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17834", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17835", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5726", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17836", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5727", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5728", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17837", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5729", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5730", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17838", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17839", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17840", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5731", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17841", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5732", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5733", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17842", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5734", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17843", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17844", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5735", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17845", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5736", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5737", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17846", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5738", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5739", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17847", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17848", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17849", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5740", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17850", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5741", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5742", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17851", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5743", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5744", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17852", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17853", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5745", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5746", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5747", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5748", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17984", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17985", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7tzqa9tS", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bq3bMpyK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17987", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--rnN0MQv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17988", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17989", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1jakKBk1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OptionalExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AiLVvGnw", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dfra8X0j", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iAWRBWZp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17996", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", + "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_17998", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-a5k1i_eU", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JoCAeM_3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qtd11XGp", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zMZUOMrf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4aVR1jLh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-25V7_u74", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18009", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18010", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MW9Cgivd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18011", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18012", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LeftHandSideExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18013", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-cMsSM13C", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18014", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-xKiE8xPm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18015", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18016", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18017", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CallMemberExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", + "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_18020", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18022", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_418", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5749", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18023", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18024", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18025", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18026", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18027", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18028", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18029", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18030", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18031", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18032", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18033", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18034", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18035", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18036", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18037", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5750", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18038", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-property-accessors-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3HizunKA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18039", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18040", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5751", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18041", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5752", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5753", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18042", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5754", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5755", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18043", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BG7ZKp5h", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18044", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18045", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5756", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18046", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5757", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5758", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17857", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18047", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5759", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5760", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18048", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ufIc-5xW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18049", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18050", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5761", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18051", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5762", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oglQ-mZC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17858", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5763", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17859", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ynRwNJgH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17860", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17861", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18052", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5764", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17862", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17863", - "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_17864", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JQpFT9fK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18053", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18054", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5765", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18055", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5766", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17866", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5767", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18056", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5768", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5769", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18057", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zAM15mqm", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18058", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18059", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5770", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18060", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5771", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5772", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18061", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5773", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5774", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18062", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CLxiRtJM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18063", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18064", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5775", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18065", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5776", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17867", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17868", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5777", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17869", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17870", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17871", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18066", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5778", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-expression-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5779", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5780", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5781", @@ -11145,32 +11128,36 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5783", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5784", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5785", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17872", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5786", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5787", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17873", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-identifier-key-property-access", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-identifier-key", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5788", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18067", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5789", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17874", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17875", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17876", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5790", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17877", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5791", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17878", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5792", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-new-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oglQ-mZC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18068", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5793", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18069", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ynRwNJgH", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18071", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5794", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18072", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18073", + "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_18074", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5795", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18075", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5796", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18076", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5797", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5798", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5799", @@ -11181,294 +11168,293 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5804", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5805", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5806", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4XjrYD2l", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18077", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18078", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5807", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18079", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18080", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18081", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5808", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5809", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5810", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5811", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5812", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5813", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5814", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5815", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17882", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18082", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5816", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-callexpression-evaluation-direct-eval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5817", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17883", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18083", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5818", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5819", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17884", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18084", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-function-calls-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nikwMTuV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18085", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18086", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5820", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17885", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18087", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5821", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18088", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5822", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17886", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5823", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18089", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatedirectcall", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5824", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5825", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5826", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5827", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17887", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5828", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5829", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5830", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5831", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5832", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5833", - "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_5834", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5835", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5836", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5837", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5838", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5839", - "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_5840", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-super-keyword-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AopplWA-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18090", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5841", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5842", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18091", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5843", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5844", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5845", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18092", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5846", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5847", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YiE5fXTa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18093", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5848", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5849", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18094", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5850", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18095", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5851", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5852", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--j5ruhLQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18096", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5853", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5854", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17888", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5855", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17889", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5856", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17890", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5857", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18097", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5858", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17891", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5859", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5860", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5861", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5862", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17892", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17893", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5863", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17894", + "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_5864", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17895", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5865", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5866", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17896", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17897", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5865", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5866", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5867", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17898", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5868", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17899", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5869", + "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_5870", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5871", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5872", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17900", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17901", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5873", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17902", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17903", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5874", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5875", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17904", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5876", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17905", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17906", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17907", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5877", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17908", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5878", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-argument-lists-runtime-semantics-argumentlistevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-template-literals-runtime-semantics-argumentlistevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5879", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17909", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5880", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5881", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5882", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17910", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17911", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5883", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17912", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qXYYcvIK", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5884", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6LIBrAp-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18098", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5885", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17913", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17914", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17915", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18099", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5886", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17916", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9NFeGQ82", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18100", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5887", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5888", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17917", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17918", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17919", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18101", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5889", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17920", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5890", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5891", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17921", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5892", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-avUGM8aa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18102", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18103", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5893", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18104", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5894", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18105", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5895", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5896", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Au9Wi9yT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18106", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18107", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5897", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18108", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5898", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17922", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17923", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18109", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5899", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5900", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17924", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17925", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5901", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17926", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5902", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EUsfaoKE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18110", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18111", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5903", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17927", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17928", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_obYKRXG", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18112", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18113", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5904", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5905", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18114", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5906", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17930", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-RX4K7HKv", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18115", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18116", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18117", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5907", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17932", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18118", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5908", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17933", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17934", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17935", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5909", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18119", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5910", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17936", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5911", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5912", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17938", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17940", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chains", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--_aqugGj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18120", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18121", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5913", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18122", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5914", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5915", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17941", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18123", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k1PrC9LR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18124", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18125", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5916", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18126", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5917", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17942", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17943", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17945", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5918", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18127", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-TDZnNZ1K", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18129", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5919", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18130", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5920", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17946", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5921", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-optional-chaining-chain-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5922", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17947", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17948", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17949", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17950", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5923", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5924", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5925", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17951", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5926", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17952", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5927", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5928", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17953", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1C3YSxR_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18132", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18133", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5929", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5930", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18134", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w5u7jzLu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18135", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5931", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18136", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5932", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5933", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9T4kB2jq", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18138", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5934", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18139", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5935", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17954", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17955", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZiK0MveV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17956", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5936", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18140", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JeRaAt5H", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18141", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5937", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17959", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18142", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5938", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-kAXkNcIE", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18143", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18144", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18145", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5939", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17960", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17961", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17962", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5940", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17963", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18146", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5941", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17964", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5942", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18147", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PNgnxyKa", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18148", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18149", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18150", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5943", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17965", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5944", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5945", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18151", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5946", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5947", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18152", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Il7WrbnC", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18153", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18154", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18155", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5948", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5949", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5950", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18156", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5951", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5952", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-5tv-oPv9", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18158", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18159", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18160", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5953", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5954", - "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_5955", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18161", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5956", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-calls", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-import-call-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4N8EtSSM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18162", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5957", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5958", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18163", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5959", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5960", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5961", @@ -11476,61 +11462,53 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5963", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5964", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5965", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18164", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18165", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-tagged-templates-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZiK0MveV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18166", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18167", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5966", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18168", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5967", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18169", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5968", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5969", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18170", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-N2ZjHnZW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18171", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18172", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5970", - "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_18173", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5971", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18174", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5972", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5973", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18175", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-meta-properties-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-OIanAQRE", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5974", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZjGYptj_", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5975", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5976", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-update-expressions", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UpdateExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17966", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17967", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17968", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17969", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17970", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17971", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17972", - "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_17973", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17974", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5977", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17975", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17976", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17977", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17978", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rHS1jNn2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17979", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5979", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17980", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5980", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5981", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5983", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5984", + "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_5985", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5986", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5987", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17981", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5986", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5987", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5988", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17982", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5989", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5990", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5991", @@ -11539,742 +11517,774 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5994", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5995", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5996", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17983", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5997", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17984", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5998", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_5999", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6000", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-hostfinalizeimportmeta", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6001", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6002", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6003", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6004", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6005", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17985", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6006", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17986", + "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_18176", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w05b3u14", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18177", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18178", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ij__hpSO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18180", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-qnUAnDpi", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18181", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-an6Vm9J4", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18182", + "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_18183", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18184", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6007", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18186", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18187", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6008", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18188", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-increment-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-rHS1jNn2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18189", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6009", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18190", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6010", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6011", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6012", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6013", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6014", - "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_17987", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-n3f1x4OA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17988", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bEnaiUfM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17989", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOmRMvU8", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17990", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-55Xz_E0Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17991", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yxAmCDj1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17992", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nw8eIftf", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17993", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4lEraLTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17994", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zVi0tVGF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17995", - "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_17996", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17997", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6015", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17998", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_17999", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18000", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18001", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18002", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18003", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18004", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18005", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18006", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18007", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18008", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18009", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18010", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6016", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18011", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6017", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18012", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-postfix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wioTQf27", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18191", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6018", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18192", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6019", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6020", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6021", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6022", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6023", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6024", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6025", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6026", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-increment-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-10GLxGSJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18193", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6027", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18194", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6028", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18013", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6029", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6030", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18014", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6031", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18015", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6032", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6033", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18016", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6034", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18017", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6035", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-prefix-decrement-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DhW7Culr", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18195", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6036", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18196", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6037", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-typeof-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", - "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_425", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2HNipbZz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18018", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6039", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18019", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6040", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6041", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6042", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18020", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6043", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18021", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6044", + "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_18197", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-n3f1x4OA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18198", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bEnaiUfM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18199", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-oOmRMvU8", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18200", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-55Xz_E0Z", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18201", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yxAmCDj1", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18202", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nw8eIftf", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18203", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4lEraLTO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18204", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zVi0tVGF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18205", + "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_18206", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18207", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6045", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18208", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18209", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18210", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18211", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18212", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18214", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18216", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18217", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18218", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18219", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6046", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-delete-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1QeAbR0Z", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18222", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6048", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6049", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6050", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18022", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6051", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18023", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6052", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6053", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6054", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-delete-operator-toobject", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6055", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6056", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6057", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6058", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18024", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18223", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18025", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_422", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6060", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-void-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-aU1kwA1W", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18224", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6061", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18225", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6062", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6063", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-typeof-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-1gTisO9f", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18226", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6064", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18227", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6065", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6066", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6067", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-typeof-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_423", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_424", + "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_425", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6068", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-plus-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-2HNipbZz", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18228", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6069", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18229", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6071", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6072", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unary-minus-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-pAGhFy1g", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6073", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18231", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6074", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6075", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6076", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6077", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6078", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6079", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6080", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-bitwise-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-JRszWout", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18232", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6081", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18233", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6082", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6083", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6084", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6085", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6086", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6087", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6088", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-logical-not-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-bMAu-F7p", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18234", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6089", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18235", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6090", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6091", "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_18026", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18236", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EEr7dA-y", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18027", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18028", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18237", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18238", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-exp-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ig4oSMA1", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18029", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18030", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6062", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18031", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18032", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18239", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6092", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18241", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18242", "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_18033", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-D9vYTSYe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18034", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18035", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18036", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18244", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18246", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-MultiplicativeOperator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-multiplicative-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-k6IpXNbV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18037", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18038", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18039", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6063", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18040", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6064", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18041", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18042", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18247", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18248", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18249", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6093", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18250", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6094", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18252", "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_18043", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18253", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--RZPkEex", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18044", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18045", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18254", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18255", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-XorHFOnH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18046", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18047", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18256", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18257", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-addition-operator-plus-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-QDoARwWX", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18048", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18049", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6065", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18050", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18051", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18258", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18259", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6095", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18260", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18261", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-subtraction-operator-minus-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-YHTEjt6S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18052", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18053", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6066", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18054", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18055", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18262", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18263", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6096", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18264", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18265", "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_18056", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18266", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-fBlf7SId", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18057", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18058", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18268", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--QVo0NY2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18059", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18060", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18269", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18270", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VbX7s-GB", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18061", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18062", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18272", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-left-shift-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-17NrpRTI", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18063", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18064", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6067", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18065", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18066", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18273", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18274", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6097", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-signed-right-shift-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wu5oH3lt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18067", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18068", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6068", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18069", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18070", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18277", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18278", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6098", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18279", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18280", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-unsigned-right-shift-operator-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-erFDFU2C", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18071", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18072", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6069", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18073", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18074", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18281", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18282", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6099", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18283", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18284", "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_18075", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18285", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KibMHocH", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18076", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18077", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18286", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18287", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-W1sKvRa9", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18078", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18079", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18288", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18289", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H5jP53q2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18081", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18290", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18291", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-g28T6iwt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18082", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18083", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18292", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18293", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-abEstsgg", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18084", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18085", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18294", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18295", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-8_yvvfCY", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18086", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18087", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18296", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18297", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3D8w-akN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18089", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18298", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18299", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-relational-operators-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gCYoRfU", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18090", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18091", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6070", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18092", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6071", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6072", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18093", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6073", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6074", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18094", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18095", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6075", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18096", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6076", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6077", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18097", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6078", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6079", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18098", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18099", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6080", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18100", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6081", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6082", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18101", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6083", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6084", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18102", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18103", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6085", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18104", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6086", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6087", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18105", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6088", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6089", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18106", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18107", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6090", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18108", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6091", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6092", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18109", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6093", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6094", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18110", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18111", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6095", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18112", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6096", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6097", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18113", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6098", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6099", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18300", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18301", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6100", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18302", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6101", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18114", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18115", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6102", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18116", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18303", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6103", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18117", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6104", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4iUOHdEx", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18304", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18305", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6105", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18306", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6106", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6107", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18307", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6108", - "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_6109", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-jZs1rFWK", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18308", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18309", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6110", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18310", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6111", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6112", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18311", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6113", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6114", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ZF2k2rEh", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18312", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18313", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6115", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18314", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6116", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6117", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18315", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6118", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-X4T8u1As", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18316", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18317", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6120", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_426", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18318", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6121", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EqualityExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18118", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18119", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18120", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18121", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18122", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18123", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18124", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18126", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18128", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18319", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6123", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18129", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6124", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Xv5acyHs", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18320", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18321", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6125", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18130", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18322", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6126", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6127", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18131", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18132", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18323", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6128", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18133", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6129", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6130", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6131", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-00OK517S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18324", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18325", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6132", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18135", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18136", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18326", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6133", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18137", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18327", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6134", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6135", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18138", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6136", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6137", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18139", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18140", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6138", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18141", + "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_6139", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6140", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18142", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6141", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6142", - "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_18143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18144", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18145", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18146", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18147", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18148", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18149", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18151", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18152", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18153", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6143", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18155", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18157", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6144", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18159", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18161", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6145", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18162", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18163", - "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_18164", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18165", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18166", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18167", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18169", - "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_18170", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18171", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18172", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18173", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18174", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18175", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18176", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18177", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6146", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18178", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6147", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6148", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-check-function", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6149", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-instanceof-fallback", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6150", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18180", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18181", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_427", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6151", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18182", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6152", + "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_18328", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-UHCaQLr6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18329", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18330", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-J7HEcFq2", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18331", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18332", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ugTHi1aM", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18333", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18334", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-6Ta8WxmN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18335", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18336", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-equality-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EO4eBsqd", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18337", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18338", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6153", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18339", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6154", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18183", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6155", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18184", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18185", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18340", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6156", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18186", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6157", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zS10Lrlo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18341", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18342", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6158", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18187", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18343", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6159", - "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_18188", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18189", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18190", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18192", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18193", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18194", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18195", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18196", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18197", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6160", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18198", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18344", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6161", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6162", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gVfoAVuz", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18345", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18346", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6163", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18199", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18347", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6164", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6165", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18200", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18348", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6166", - "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_18201", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18203", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18204", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18206", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18207", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18208", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18209", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18210", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18211", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18212", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18213", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18214", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18215", - "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_18216", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18217", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18218", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18219", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18220", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18221", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6167", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18222", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18223", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18224", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18225", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-q4vp8E6E", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18349", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18350", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6168", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18226", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18227", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18228", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18229", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18230", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18231", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18232", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18233", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18234", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18235", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18351", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6169", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18236", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18237", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18238", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18239", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18240", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18241", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6170", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18242", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18352", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6171", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6172", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18244", + "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_18353", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wrUN23HO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18354", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18355", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseXORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18356", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9YKtCpIQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18357", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18358", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BitwiseORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AgJdAkQg", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18360", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18361", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-bitwise-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-_rEQOot5", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18362", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18363", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6173", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18245", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18365", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Q4tADXpb", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18366", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18367", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6174", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18246", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18369", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-KiqD724B", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18370", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6175", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18372", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18373", + "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_18374", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vZbQbZtn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18375", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18376", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LogicalORExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18377", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ACEMYh2d", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18379", + "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_18380", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-CoalesceExpressionHead", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18382", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18383", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ShortCircuitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18385", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-binary-logical-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7s2sQWPJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18386", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18387", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6176", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18247", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18388", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6177", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18248", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6178", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18249", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6179", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18389", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6180", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18250", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18251", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18252", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3FN9c95J", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18390", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18391", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6181", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18253", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18392", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6182", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6183", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18254", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6184", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6185", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18255", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VuyYXoKA", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18394", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6186", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18396", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6187", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-tjCiSw-h", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18256", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18257", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6188", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18258", - "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_18397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6189", + "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_18398", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-mR1mZxSc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18399", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18400", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18401", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18402", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18403", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-conditional-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhd-4Qj-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18406", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18407", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6190", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18408", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6191", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18259", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6192", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18260", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6193", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18261", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18409", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6194", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18262", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6195", - "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_18410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6196", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18263", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18264", + "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_18411", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wU5Xsk6s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18412", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-nUwhqikN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18413", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-iYk5nCgu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18414", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-eXKFjh2J", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18415", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-shfKC2mw", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18418", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-hQLdzapj", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w-48XpMo", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18422", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18423", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-7NM9KEaO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18425", + "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_18426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18428", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18429", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18430", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18431", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6197", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18265", - "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_18432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18434", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18435", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6198", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18437", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18438", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18440", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18441", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18442", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18443", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18444", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18445", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6199", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18446", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-assignment-operators-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-dpJd5ekV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18447", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18448", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18449", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18450", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18451", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6200", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18266", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18452", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6201", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18267", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18453", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6202", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18268", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18454", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6203", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18269", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18455", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6204", - "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_18456", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6205", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18270", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18271", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-simple-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6206", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18272", - "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_18457", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6207", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18458", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6208", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18273", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18459", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6209", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18274", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6210", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18275", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-d86UjzUy", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18460", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18461", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18462", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6211", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18276", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18463", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-getvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6212", - "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_6213", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18464", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6214", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_430", - "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_434", - "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_6215", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18465", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6216", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-assignmentexpression-evaluation-compound-putvalue", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6217", - "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#prod-tjCiSw-h", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18466", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18467", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6218", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18468", + "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_6219", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6220", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6221", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18469", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6222", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18470", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6223", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18471", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6224", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18472", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6225", + "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_6226", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-H705EMCV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18473", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18474", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6227", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18475", + "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_6228", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6229", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6230", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18476", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6231", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18477", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6232", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18478", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6233", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18479", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6234", + "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_6235", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ity5YYTe", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18480", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18481", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6236", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18482", + "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_6237", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6238", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18483", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6239", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18484", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6240", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18485", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6241", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18486", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6242", + "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_6243", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6244", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_428", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_429", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_430", + "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_434", + "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_6245", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6246", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6247", + "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_6248", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6249", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6250", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6251", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-lval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6252", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-toprimitive-rval", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6253", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#step-binary-op-string-check", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6254", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6255", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6256", @@ -12282,14 +12292,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6258", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6259", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6260", - "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_6261", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_439", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_440", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6262", - "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_6263", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6264", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6265", @@ -12299,375 +12303,411 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6269", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6270", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6271", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18277", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18278", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18279", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18280", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18281", - "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_18282", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18283", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18284", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18285", - "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_18286", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18287", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18288", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18289", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18290", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18291", - "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_18292", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18293", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18294", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18296", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18297", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18298", - "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_18299", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18300", - "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_18301", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18302", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18303", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18304", - "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_18305", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18306", - "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_18307", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18308", - "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_18309", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18310", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6272", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18312", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18314", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18315", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18316", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18317", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18318", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18319", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18320", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6273", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18321", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18322", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18323", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18324", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6274", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18325", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6275", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6276", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6277", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6278", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6279", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18326", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18327", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6280", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6281", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18328", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18329", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6282", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6283", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6284", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18330", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18332", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6285", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6286", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18333", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6287", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18334", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6288", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6289", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6290", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18335", + "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_6291", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_440", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6292", + "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_6293", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18336", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6294", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18337", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18338", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6295", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18339", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6296", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6297", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18340", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6298", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6299", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6300", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6301", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18341", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-destructuring-assignment", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18487", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18488", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18489", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPattern", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18490", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18491", + "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_18492", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3uSyi6IT", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18493", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-S2lwsZIP", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18494", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18495", + "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_18496", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18497", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-VmyFmgP-", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18498", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-U5w44WHu", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18499", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18500", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18501", + "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_18502", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentPropertyList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18503", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Zg8oWRHF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18504", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18505", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-AssignmentElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3BNUmQs7", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18506", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-Ud4u6J-Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18507", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18508", + "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_18509", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18510", + "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_18511", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18512", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-v1dWCZ87", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18513", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18514", + "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_18515", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18516", + "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_18517", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-DestructuringAssignmentTarget", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18518", + "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_18519", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18520", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6302", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18342", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18521", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18522", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18523", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18524", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18525", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18526", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18527", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18528", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18529", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18530", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6303", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18531", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18532", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18533", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18534", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6304", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18535", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-destructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6305", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18343", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6306", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18344", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18345", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18346", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6307", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6308", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-3gUcVFuf", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6309", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-BL-EfQkR", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18536", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-w0nDUCli", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18537", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6310", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6311", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18348", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18538", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-V79sItM3", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18539", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6312", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6313", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18349", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6314", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18540", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-c6GsLBP6", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18541", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18542", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6315", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18350", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6316", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18543", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6317", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18351", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18544", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-EbrhbyXb", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6318", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6319", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6320", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zzOr3EoW", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18545", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6321", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6322", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6323", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18546", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6324", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod--ENeYZ8i", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18547", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18548", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6325", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18352", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18353", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18549", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6326", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18354", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6327", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18355", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18550", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6328", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18357", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6329", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18358", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6330", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6331", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18359", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18551", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6332", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18360", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-IYCbjDvt", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18552", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6333", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18361", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6334", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18362", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6335", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18553", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6336", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18363", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18364", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-GIS42l5L", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18554", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18555", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18556", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6337", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18365", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6338", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18366", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6339", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18557", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6340", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6341", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18558", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6342", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6343", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18559", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6344", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18367", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6345", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18368", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18560", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6346", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6347", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18561", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6348", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-propertydestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6349", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6350", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6351", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6352", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6353", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18369", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6354", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18370", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18371", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18372", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6355", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18373", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ysaEPEoc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18562", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18563", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6356", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18374", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18375", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18564", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6357", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18376", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18377", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18378", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18565", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6358", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18379", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-yhW4Xo3o", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18566", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18567", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6359", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18380", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18568", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6360", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6361", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18569", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6362", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18570", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6363", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18381", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18571", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6364", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18382", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18572", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6365", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6366", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-P2UQDIgF", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18573", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18574", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6367", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18575", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6368", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18383", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18384", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18386", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18387", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18576", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-restdestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6369", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18388", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6370", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6371", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6372", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6373", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6374", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-uer86s2s", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18577", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6375", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18578", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6376", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6377", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18389", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6378", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18390", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6379", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18391", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-iteratordestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6380", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18392", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6381", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18393", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6382", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18394", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18395", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18396", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6383", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18398", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-wdwg9MFc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18579", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6384", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18580", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-LgDa64vV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18581", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18582", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6385", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18402", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18403", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18404", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18583", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6386", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18405", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18584", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-vVbhdjr0", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18585", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6387", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18586", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-gwNUTqrO", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18587", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18588", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6388", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18589", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6389", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18590", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-4Wj_oyTQ", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6390", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6391", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6392", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6393", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-zWmQntmV", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18591", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6394", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18592", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6395", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6396", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6397", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6398", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18408", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-L7cVew9S", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18593", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18594", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18595", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18596", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18597", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6399", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18409", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18598", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6400", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18410", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6401", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6402", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6403", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6404", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6405", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6406", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18415", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6407", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18416", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18599", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6408", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18417", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18600", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6409", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18418", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18601", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6410", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18419", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18602", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6411", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18420", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18603", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6412", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18604", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18605", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18606", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18607", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6413", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18422", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18423", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18424", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18425", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18608", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6414", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18426", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6415", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18609", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18610", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-NB8JhQlN", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18611", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18612", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18613", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18614", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6416", - "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_18427", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18428", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18429", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18430", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18431", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18615", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6417", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18432", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6418", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6419", - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18433", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6420", "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6421", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6422", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6423", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6424", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6425", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6426", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6427", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6428", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18616", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18617", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18618", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6429", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18619", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6430", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18620", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6431", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6432", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6433", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6434", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6435", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6436", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-M4lsIchc", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18621", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18622", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18623", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18624", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18625", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6437", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18626", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6438", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18627", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6439", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18628", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6440", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18629", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6441", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18630", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6442", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18631", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6443", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18632", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18633", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18634", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18635", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6444", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18636", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6445", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6446", + "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_18637", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-lT8vYmn_", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18638", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18639", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-comma-operator-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-9ohd9wHn", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18640", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18641", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6447", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18642", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6448", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6449", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_18643", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6450", + "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#_ref_6451", "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", @@ -12688,922 +12728,737 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-ecmascript-language-statements-and-declarations", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-c1cDILr5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18434", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18644", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-PfH00D1w", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18435", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18645", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YqiTL09y", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18436", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18646", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-WCz7iwtm", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18437", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18647", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jug3e433", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18438", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18439", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18648", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18649", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ro8XgDsH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18440", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18650", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Rrel7YUC", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18441", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18651", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-twdIgE_o", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18442", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18652", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xepAqppR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18444", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18653", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18654", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHPcIp4f", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18655", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HB_2xdti", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18446", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18656", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bDeNjo3k", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18447", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18657", "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_18448", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18658", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-o4HYrPz3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18449", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9H9FGeT7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18450", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18660", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HoistableDeclaration", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-xo77HsL9", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18451", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18661", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dpslEYBS", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18452", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18662", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-InkDjQLb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18453", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18663", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OBGQy9cZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18454", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18664", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BreakableStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IZrgrSFg", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18455", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18665", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r35GfF0W", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18666", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-statement-semantics-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-F2xRdnbO", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18457", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18667", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-19_kIcSj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18458", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18668", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-AdaKcE7P", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18459", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18669", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-80Y3L4PZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6422", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18461", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18670", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6452", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18671", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-FFjrmEWz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18462", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18672", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-cXJGjZtb", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18463", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6423", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6424", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18464", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18673", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6453", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6454", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18674", "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_18465", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18675", "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_18466", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18676", "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_18467", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18677", "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_18468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18469", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18678", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18679", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-StatementListItem", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GHY4Vd3_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18470", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18680", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yYByJL6Z", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18471", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18681", "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_18472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6425", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18473", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6426", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18474", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6427", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18682", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6455", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18683", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6456", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18684", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6457", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18685", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-block-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GN03td2O", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-CUMWT9xI", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18476", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6428", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6429", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6430", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18477", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6431", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6432", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6433", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18478", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6434", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18479", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18686", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6458", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6459", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6460", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18687", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6461", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6462", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6463", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18688", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6464", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18689", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qY9k7-Mq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18480", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18481", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6435", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18482", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6436", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6437", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18483", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6438", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18484", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18485", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18690", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18691", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6465", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18692", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6466", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6467", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18693", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6468", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18694", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18695", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#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_6439", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6440", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6441", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6442", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18486", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18487", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6444", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6445", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6447", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6448", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6469", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6470", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6471", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6472", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18696", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18697", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6473", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6474", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6475", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6476", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6477", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6478", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-createmutablebinding", "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_18488", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6450", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18700", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18701", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6479", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6480", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#step-blockdeclarationinstantiation-initializebinding", "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-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_6451", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6452", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18492", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18493", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18494", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18496", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18498", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18499", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18500", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6481", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6482", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18702", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18703", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18704", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18705", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18706", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18707", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18708", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18709", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18710", "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_18501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18502", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18711", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18712", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LetOrConst", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7oqY0VPN", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rTRI6GVQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingList", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18503", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18713", "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_18504", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18505", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18715", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-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_18506", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18716", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18717", "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_18508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18718", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18719", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18511", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6453", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18512", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6454", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18513", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18514", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18515", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18516", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6455", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18517", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18518", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18721", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6483", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18722", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6484", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18723", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18725", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18726", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6485", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18727", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-let-and-const-declarations-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dx4AGe8K", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18519", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18520", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6456", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18521", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18729", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18730", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6486", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18731", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EyFo2V-D", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18522", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18523", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6457", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18524", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6458", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18525", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18732", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18733", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18734", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18735", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mW_TWZBz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18526", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6459", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6460", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18527", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6461", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6462", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18528", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18736", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18737", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18738", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gOqjOKq_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18529", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18530", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6463", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18531", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6464", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6465", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18532", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6466", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18533", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6467", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18534", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6468", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6469", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18739", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18740", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18741", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18742", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18743", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18744", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-HJPtX-Q7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18535", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18536", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6470", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18537", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6471", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6472", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6473", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18538", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18745", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18746", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18747", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18748", "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_6474", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6475", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18539", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18540", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18541", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18542", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18543", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18544", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18545", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18749", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18750", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18751", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18752", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18753", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18754", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18755", "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_18546", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18756", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VariableDeclarationList", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-bXRN6REu", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18547", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18757", "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_18548", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18549", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18758", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18759", "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_18550", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18551", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18760", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18761", "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_18552", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18553", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18762", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18763", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-variable-statement-runtime-semantics-evaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3b9-3HdT", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18554", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6476", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18555", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18764", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18765", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-mRNvbUb_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18556", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18557", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6477", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18558", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6478", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18559", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18766", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18767", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18768", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18769", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DloKhDSp", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18560", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18770", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-luUzRvcA", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18561", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18562", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6479", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18563", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6480", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6481", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18564", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6482", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18565", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6483", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18566", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6484", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18771", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18772", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18773", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6510", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18774", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18775", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18776", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", "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_6485", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18567", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18568", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18569", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6486", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6487", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18777", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18778", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18779", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_443", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18570", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18780", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-615TDHeB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18571", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18572", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6488", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18573", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6489", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6490", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18574", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18781", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18782", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18783", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6519", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6520", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18784", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingPattern", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-5GwwFymY", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18575", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18785", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nQ2ZFnUa", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18576", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18786", "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_18577", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18787", "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_18578", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18788", "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_18579", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18580", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18789", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18790", "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_18581", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18582", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18583", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18791", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18792", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18793", "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_18584", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18585", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18586", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18794", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18795", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18796", "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_18587", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18797", "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_18588", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18798", "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_18589", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18590", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18799", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18800", "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_18591", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18801", "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_18592", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18593", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18802", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18803", "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_18594", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18595", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18804", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18805", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BindingProperty", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-P9s8hLuP", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18596", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18806", "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_18597", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18598", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18807", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18808", "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_18599", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18809", "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_18600", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18601", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18810", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18811", "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_18602", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18603", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18812", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18813", "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_18604", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18814", "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_18605", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18815", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6491", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6492", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6493", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6494", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6495", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6496", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6497", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-jhtKd-Y5", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18606", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18607", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6498", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18608", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6499", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18609", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6500", - "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_18610", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6501", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18611", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6502", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18612", - "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_18613", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18614", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6503", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18615", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6504", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18616", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6505", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6506", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6507", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6508", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6509", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6510", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6511", - "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_18617", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6512", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6513", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18618", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6514", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6515", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6516", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6517", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6518", - "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_6519", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6520", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6521", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6522", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6523", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6524", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6525", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6526", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-kKvAd4Kx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18619", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18620", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6527", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18621", + "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_18816", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18817", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6528", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18622", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18818", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6529", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18819", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6530", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18623", - "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_18624", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18625", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--5EhKk0m", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18820", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6531", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18626", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18821", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6532", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18822", + "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_18823", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18824", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6533", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18627", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18825", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6534", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18628", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18826", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6535", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18629", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6536", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18630", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6537", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6538", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6539", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EmptyStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-hl28S5p6", - "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#prod-il1Ue5QP", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ExpressionStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XGPiPhtM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18631", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18632", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18633", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18634", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18635", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6540", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18636", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18637", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18638", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18639", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18640", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18641", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18642", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18643", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18644", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18645", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18646", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6541", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18647", + "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_18827", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6542", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-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_18648", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18649", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18650", - "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_18651", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18652", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18653", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18654", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18655", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6543", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18656", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18828", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6544", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18657", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18658", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6545", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18660", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_444", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-if-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18661", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18662", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18663", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6546", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18664", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6547", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6548", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-keyedbindinginitialization", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6549", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6550", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18665", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6551", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6552", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18666", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6553", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18667", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18668", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6554", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18669", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6555", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6556", + "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_18829", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18830", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6557", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18831", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6558", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18670", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18832", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6559", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IterationStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nthWw5bM", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18671", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-J0YbLQ2x", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18672", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r-Sjm4F3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18673", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q0CapowH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18674", - "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_6560", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18833", + "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_18834", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18835", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6561", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18675", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18676", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18677", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-loopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18836", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6562", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6563", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18837", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6564", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18838", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6565", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18839", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6566", - "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_18678", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18840", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6567", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18679", - "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_18680", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6568", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18681", - "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_18682", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6569", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18683", - "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_18684", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-EmptyStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-hl28S5p6", + "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#prod-il1Ue5QP", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ExpressionStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-XGPiPhtM", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18841", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18842", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18843", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18844", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18845", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6570", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18685", - "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_18686", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18687", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18688", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18689", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18846", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18847", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18848", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18849", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18850", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18851", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18852", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18853", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18854", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18855", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-expression-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zmcsioZW", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18856", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6571", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18690", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-dowhileloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18857", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6572", + "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_18858", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18859", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18860", + "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_18861", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18862", + "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_18863", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18864", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18865", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6573", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18866", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6574", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18867", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18868", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18869", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6575", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18870", + "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-if-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-V-mFBCSX", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18871", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18872", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18873", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6576", - "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_18691", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18692", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18874", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6577", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6578", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18693", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6579", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6580", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18875", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6581", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18694", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6582", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18876", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6583", - "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_18695", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18696", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18697", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-31mgDA5h", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18877", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18878", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6584", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18699", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_446", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-whileloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18879", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6585", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6586", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6587", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6588", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18880", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6589", - "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_18700", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18701", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-iteration-statements", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-IterationStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-nthWw5bM", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18881", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-J0YbLQ2x", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18882", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-r-Sjm4F3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18883", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q0CapowH", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18884", + "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_6590", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18702", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6591", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18885", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18886", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18887", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-loopevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6592", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6593", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6594", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6595", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6596", - "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_18704", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18705", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18706", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18707", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pYXfSJG_", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18708", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18709", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18710", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18711", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0Y0bZAvD", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18712", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18713", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18714", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18715", - "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_18716", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18717", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18718", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18719", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18720", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18721", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18722", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18723", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18724", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18725", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18726", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18727", + "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_18888", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6597", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18728", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_447", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18729", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18730", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18731", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18732", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18889", + "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_18890", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6598", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18733", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18891", + "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_18892", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6599", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18734", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18893", + "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_18894", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6600", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18895", + "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_18896", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18897", + "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_18898", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18899", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6601", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18900", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_445", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-dowhileloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-do-while-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6602", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6603", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6604", - "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_18735", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18736", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18737", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18738", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18739", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6605", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18740", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6606", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18741", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18742", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18743", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18744", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-3uzJdijq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18901", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18902", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6607", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18745", - "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_18746", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18747", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18748", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18749", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6608", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18750", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18751", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18752", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18753", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18754", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18903", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6609", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18755", - "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_18756", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18757", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18758", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18759", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6610", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6611", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18904", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6612", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18760", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6613", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18761", + "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_18905", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18906", + "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_18907", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18908", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6614", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18909", + "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-runtime-semantics-whileloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-while-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6615", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6616", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18762", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6617", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6618", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6619", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18763", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18764", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18765", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18766", + "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_18910", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18911", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6620", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18912", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6621", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18767", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6622", - "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_18768", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6623", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18769", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6624", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18770", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18913", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6625", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6626", + "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_18914", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18915", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18916", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18917", + "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_18918", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18919", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18920", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18921", + "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_18922", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18923", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18924", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18925", + "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_18926", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18927", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18928", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18929", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18930", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18931", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18932", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18933", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18934", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18935", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18936", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18937", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6627", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18938", + "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_18939", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18940", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18941", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18942", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6628", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18943", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6629", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18944", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-statement-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6630", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6631", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6632", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6633", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6634", + "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_18945", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18946", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18947", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18948", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18949", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6635", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18950", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6636", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18951", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18952", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18953", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18954", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6637", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18955", + "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_18956", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18957", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18958", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18959", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6638", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18960", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18961", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18962", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18963", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18964", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6639", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18965", + "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_18966", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18967", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18968", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18969", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6640", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6641", - "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_6642", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18970", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6643", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18971", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6644", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6645", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6646", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18972", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6647", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6648", - "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_18771", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18772", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18773", - "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_18774", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18775", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18776", - "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_18777", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18778", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18779", - "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_18780", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18781", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18782", - "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_18783", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18784", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18785", - "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_18786", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18787", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18788", - "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_18789", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18790", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18791", - "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_18792", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18793", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18794", - "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_18795", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18796", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18797", - "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_18798", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18799", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18800", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18801", - "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-for-in-and-for-of-statements-static-semantics-early-errors", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18802", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18803", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18804", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18805", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18806", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18807", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18808", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18809", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18810", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18811", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18812", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18813", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18814", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18815", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18816", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18817", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18818", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18819", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18820", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18821", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18822", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18823", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18824", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18825", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18826", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18827", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18828", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6649", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18829", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18830", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18831", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18832", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18833", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18834", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18835", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18836", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18837", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18838", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18839", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18840", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18841", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18842", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18973", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18974", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18975", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18976", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6650", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18843", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18844", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18845", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18846", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6651", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18847", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18848", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18849", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18850", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18851", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18852", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18853", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18854", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18855", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18856", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18977", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6652", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18857", + "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_18978", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6653", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18858", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18979", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6654", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18859", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18980", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6655", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18860", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6656", - "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_18861", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18862", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18863", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18864", - "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_18865", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18866", - "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_18867", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18868", - "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_18869", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18870", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18871", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18872", - "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_18873", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18874", - "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_18875", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18876", - "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_18877", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18878", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18879", - "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_18880", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18881", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6657", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18882", - "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_18883", - "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_18884", - "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-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_6658", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6659", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6660", @@ -13611,158 +13466,309 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6662", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6663", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6664", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", - "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_18885", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18886", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6665", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18887", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6666", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6667", - "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_18888", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18889", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6668", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18890", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6669", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18891", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6670", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6671", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#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_6672", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6673", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6674", - "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_18892", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18893", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18894", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6675", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18895", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6676", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18896", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18897", - "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_18898", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18899", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18900", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6677", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18901", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6678", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18902", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18903", - "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_18904", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18905", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18906", + "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_18981", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18982", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18983", + "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_18984", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18985", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18986", + "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_18987", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18988", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18989", + "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_18990", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18991", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18992", + "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_18993", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18994", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18995", + "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_18996", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18997", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18998", + "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_18999", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19000", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19001", + "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_19002", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19003", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19004", + "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_19005", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19006", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19007", + "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_19008", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19009", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ForBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-gwk9Iaq2", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19010", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-rDLkyb_q", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19011", + "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-for-in-and-for-of-statements-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19012", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19013", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19014", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19015", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19016", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19017", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19018", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19019", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19020", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19021", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19022", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19023", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19024", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19025", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19026", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19027", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19028", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19029", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19030", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19031", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19032", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19033", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19034", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19035", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19036", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19037", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19038", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6679", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19039", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_449", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19040", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19041", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19042", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19043", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19044", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19045", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19046", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19047", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19048", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19049", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19050", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19051", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19052", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6680", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18907", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18908", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19053", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19054", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19055", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19056", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6681", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18909", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18910", - "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_18911", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18912", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18913", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19057", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19058", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19059", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19060", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19061", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19062", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19063", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19064", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19065", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19066", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6682", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18914", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19067", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6683", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18915", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18916", - "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_18917", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18918", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18919", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19068", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6684", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18920", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19069", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6685", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18921", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18922", - "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_18923", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18924", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18925", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19070", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-static-semantics-isdestructuring", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-static-semantics-static-semantics-isdestructuring", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6686", + "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_19071", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19072", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19073", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19074", + "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_19075", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19076", + "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_19077", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19078", + "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_19079", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19080", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-e3LgGUUv", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19081", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-uCaMN-Ha", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19082", + "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_19083", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19084", + "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_19085", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19086", + "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_19087", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-9Ion7RwA", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19088", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Q5WdRWI1", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19089", + "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_19090", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19091", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6687", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18926", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18927", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19092", + "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_19093", + "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_19094", + "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-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_6688", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18928", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18929", - "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_18930", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18931", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18932", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6689", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18933", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6690", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18935", - "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_18936", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18937", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18938", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6691", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18939", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6692", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18940", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18941", - "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_18942", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18943", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18944", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6693", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6694", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18945", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18946", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_451", + "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_19095", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19096", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6695", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18947", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18948", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-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_19097", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-fordeclarationbindinginstantiation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-bindinginstantiation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6696", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18949", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6697", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18950", + "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_19098", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19099", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6698", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19100", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6699", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19101", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-forinofloopevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6700", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6701", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6702", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6703", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6704", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-dhS3iRZF", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19102", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19103", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19104", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6705", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19105", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6706", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19106", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19107", + "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_19108", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19109", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19110", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6707", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19111", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6708", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19112", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19113", + "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_19114", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19115", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19116", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6709", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6710", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19117", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19118", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6711", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19119", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19120", + "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_19121", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19122", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19123", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6712", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19124", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6713", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19125", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19126", + "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_19127", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19128", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19129", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6714", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19130", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6715", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19131", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19132", + "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_19133", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19134", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19135", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6716", - "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_6717", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18951", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19136", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19137", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6718", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19138", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19139", + "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_19140", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19141", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19142", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6719", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19143", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6720", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19144", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19145", + "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_19146", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19147", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19148", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6721", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19149", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6722", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19150", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19151", + "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_19152", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19153", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19154", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6723", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6724", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19155", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19156", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6725", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19157", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19158", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_452", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-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_6726", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18952", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18953", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19159", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6727", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19160", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6728", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6729", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6730", @@ -13772,7 +13778,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6734", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6735", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6736", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18954", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6737", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6738", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6739", @@ -13782,9 +13787,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6743", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6744", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6745", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18955", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6746", + "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_6747", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19161", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6748", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6749", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6750", @@ -13794,6 +13800,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6754", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6755", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6756", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19162", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19163", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6757", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6758", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6759", @@ -13804,516 +13812,548 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6764", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6765", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6766", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19164", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6767", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6768", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6769", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6770", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_anR-waH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18956", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-K8Yvyf4p", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KzQjZu5p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6771", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18957", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6772", - "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_453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6773", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6774", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6775", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19165", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6776", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6777", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6778", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6779", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6780", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6781", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6782", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6783", - "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_6784", - "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_6785", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6786", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6787", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6788", - "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_6789", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6790", - "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_6791", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6792", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6793", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6794", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6795", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6796", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6797", - "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_6798", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6799", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_456", - "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#_ref_6800", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-for-in-and-for-of-statements-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-_anR-waH", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19166", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-K8Yvyf4p", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-KzQjZu5p", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6801", - "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_18958", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18959", - "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_18960", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18961", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18962", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MdaDQGie", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19167", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6802", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sLmRG5Rx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18963", + "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_453", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6803", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18964", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6804", - "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_18965", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18966", - "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_18967", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18968", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18969", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0ioO2qvc", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6805", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eokV1qEw", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18970", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6806", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18971", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6807", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReturnStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zZYaGxQ8", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDZIC37", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18972", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18973", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18974", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18975", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6808", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6809", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G_yzzAkQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6810", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iroo5DiR", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18976", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6811", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18977", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_454", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6812", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6813", + "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_6814", + "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_6815", - "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_6835", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6816", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6817", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6818", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_457", - "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_18978", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18979", + "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_6819", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6820", - "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_18980", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18981", + "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_6821", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6822", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6823", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18982", - "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-with-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OowrNhmq", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18983", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18984", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_455", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6824", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18985", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6825", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6826", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6827", + "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_6828", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6829", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_456", + "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#_ref_6830", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6831", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18986", + "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_19168", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19169", + "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_19170", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19171", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19172", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-continue-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-MdaDQGie", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6832", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-sLmRG5Rx", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19173", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6833", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18987", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19174", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6834", - "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_18988", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18989", - "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_18990", - "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_18991", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18992", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18993", - "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_18994", - "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_18995", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18996", - "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_18997", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_18998", - "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_18999", - "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_19000", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19001", + "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_19175", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19176", + "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_19177", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19178", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19179", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-break-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-0ioO2qvc", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6835", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eokV1qEw", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19180", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6836", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19002", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19181", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6837", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19003", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ReturnStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-zZYaGxQ8", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TbDZIC37", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19182", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19183", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19184", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19185", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6838", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19004", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseblockevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6839", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-return-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-G_yzzAkQ", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6840", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-iroo5DiR", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19186", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6841", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19187", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6842", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6843", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--oXyocga", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6COrqbY", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19005", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6844", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19006", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19007", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19008", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6845", + "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_6865", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6846", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6847", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6848", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_457", + "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_19188", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19189", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6849", - "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_19009", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19010", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19011", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19012", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6850", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19013", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19014", + "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_19190", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19191", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6851", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19015", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6852", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6853", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19192", + "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-with-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-OowrNhmq", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19193", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19194", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6854", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19195", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6855", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6856", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19016", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6857", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19017", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19018", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6858", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19019", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6859", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6860", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6861", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19020", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19196", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6862", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6863", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19197", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6864", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6865", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19021", + "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_19198", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19199", + "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_19200", + "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_19201", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19202", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19203", + "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_19204", + "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_19205", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19206", + "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_19207", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19208", + "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_19209", + "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_19210", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19211", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6866", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19212", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6867", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19022", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19023", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19213", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6868", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19214", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseblockevaluation", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6869", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19024", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6870", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6871", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseselectorevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19025", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6872", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6873", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod--oXyocga", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-n6COrqbY", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19215", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6874", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19216", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19217", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19218", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6875", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6876", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19026", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19027", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6877", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19028", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6878", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6879", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19029", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19030", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19031", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-raA0Z_ll", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19032", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19033", + "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_19219", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19220", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19221", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19222", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6880", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19034", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19223", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19224", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6881", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19225", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6882", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6883", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6884", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19035", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6885", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6886", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19226", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6887", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19036", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19227", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19228", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6888", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19037", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pfa8PeiE", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19038", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SiRXsnRx", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19039", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19040", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19229", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6889", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19041", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-f0Rq5Irs", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eOryVE-Y", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19042", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6890", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19043", - "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_19044", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19045", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledItem", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YaWmIZ1c", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19046", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GPTeOVBJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19047", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19048", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19049", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19050", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19051", - "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_19052", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_459", - "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_19053", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6891", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19054", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19055", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19056", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19057", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19230", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6892", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-z6MMrwO3", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19058", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19059", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6893", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19060", - "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#_ref_6894", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6895", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19231", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6896", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6897", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19232", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19233", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6898", - "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_19061", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6899", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19234", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6900", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19062", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6901", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseselectorevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19235", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6902", - "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_19063", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6903", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6904", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19064", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6905", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6906", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19065", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19066", - "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_19067", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19068", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19236", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19237", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6907", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19069", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19238", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6908", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6909", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19239", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19240", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19241", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-switch-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-raA0Z_ll", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19242", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19243", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6910", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19070", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19244", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6911", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6912", - "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_19071", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6913", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19072", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yFnpxPRG", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19073", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ebz5cXwH", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19074", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qI_HU3XB", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19075", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-aRwgRfmk", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19076", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RLprpFgP", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19077", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-4r9ecQgz", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19078", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VyFRxEGQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19079", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Hgg1wqRZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19080", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wFzN_sG0", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19081", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q_qjzdry", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19082", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7PJ339VQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19083", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-O3yX8Gg7", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19084", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6914", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19085", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19086", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19087", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19088", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ThrowStatement", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E5ckYtCh", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19089", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19090", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fEMuit66", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19091", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19245", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6915", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19092", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6916", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6917", - "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_19093", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19094", - "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_19095", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19096", - "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_19097", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19098", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19099", - "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_19100", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19101", - "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_19102", - "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_19103", - "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_19104", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19105", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19106", - "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_19107", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19108", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19246", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6918", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19109", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19247", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-pfa8PeiE", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19248", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-SiRXsnRx", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19249", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19250", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6919", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19110", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19251", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-f0Rq5Irs", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eOryVE-Y", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19252", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6920", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19111", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19253", + "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_19254", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19255", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-LabelledItem", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-YaWmIZ1c", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19256", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-GPTeOVBJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19257", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19258", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19259", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19260", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19261", + "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_19262", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_459", + "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_19263", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6921", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19112", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19264", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19265", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19266", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19267", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6922", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19113", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-labelled-statements-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-z6MMrwO3", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19268", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19269", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6923", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_460", - "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#_ref_19270", + "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#_ref_6924", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6925", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6926", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6927", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6928", - "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_19114", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19115", + "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_19271", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6929", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6930", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19272", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6931", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19116", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6932", + "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_19273", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6933", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6934", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19117", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19274", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6935", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6936", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19275", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19276", + "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_19277", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19278", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6937", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19279", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6938", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19118", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6939", - "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_19119", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6940", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19120", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19121", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TjGqXGk4", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19122", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19123", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6940", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19280", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6941", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6942", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19124", + "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_19281", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6943", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19282", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-yFnpxPRG", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19283", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Ebz5cXwH", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19284", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-qI_HU3XB", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19285", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-aRwgRfmk", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19286", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-RLprpFgP", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19287", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-4r9ecQgz", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19288", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-VyFRxEGQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19289", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Hgg1wqRZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19290", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-wFzN_sG0", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19291", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-q_qjzdry", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19292", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-7PJ339VQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19293", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-O3yX8Gg7", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19294", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6944", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19125", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19295", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19296", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19297", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19298", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-ThrowStatement", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-E5ckYtCh", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19299", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19300", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-throw-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fEMuit66", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19301", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6945", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BNnGZMkj", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19126", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19127", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19302", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6946", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6947", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19128", + "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_19303", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19304", + "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_19305", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19306", + "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_19307", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19308", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19309", + "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_19310", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19311", + "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_19312", + "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_19313", + "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_19314", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19315", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19316", + "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_19317", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19318", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6948", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19319", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6949", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19129", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19320", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6950", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fUrDxi55", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19130", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19131", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19132", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19321", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6951", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19322", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6952", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19133", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19323", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6953", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_460", + "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#_ref_6954", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19134", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6955", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6956", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19135", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6957", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6958", + "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_19324", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19325", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6959", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6960", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6961", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19326", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6962", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6963", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6964", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19327", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6965", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6966", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6967", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6968", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19328", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6969", + "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_19329", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6970", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19330", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19331", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-try-statement-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-TjGqXGk4", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19332", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19333", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6971", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6972", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19334", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6973", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6974", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19335", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6975", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-BNnGZMkj", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19336", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19337", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6976", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6977", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19338", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6978", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6979", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19339", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6980", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-fUrDxi55", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19340", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19341", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19342", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6981", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6982", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19343", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6983", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6984", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19344", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6985", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6986", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19345", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6987", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-DebuggerStatement", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-Kx8jxmHA", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-debugger-statement-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19136", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_19346", "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#prod-eDCsgVlr", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6958", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6959", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6960", - "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6961", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6988", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6989", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6990", + "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#_ref_6991", "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", @@ -14332,2302 +14372,1917 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#shortcuts-help", "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_6962", - "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_6963", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", - "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_19137", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-L6HGhDG8", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gUzIea_C", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19138", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19140", - "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_19141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NNXqGrU3", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19143", - "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_19144", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19145", - "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_19146", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameter", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H68ZoagN", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19147", - "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_19148", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6964", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19149", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19150", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6965", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19151", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6966", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19153", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19154", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6967", - "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", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsexpression", - "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#_ref_6968", - "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_19155", - "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_19156", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19157", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6969", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19158", - "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_19159", - "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_19160", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19161", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6970", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19162", - "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_19163", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6971", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19165", - "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_19166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19167", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19168", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6972", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19169", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6973", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19170", - "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_19171", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19172", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6974", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19173", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6975", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19174", - "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_19175", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19176", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6976", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6977", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19178", - "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_19179", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19180", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6978", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19181", - "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_19182", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19183", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6979", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19185", - "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_19186", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19187", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4G21hRBK", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19188", - "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_19189", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19190", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NXTQAWlJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19191", - "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_19192", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6981", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19193", - "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_19194", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19195", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6982", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19196", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6983", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19197", - "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_19198", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19199", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6984", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19200", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6985", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19201", - "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_19202", - "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_19203", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19204", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6986", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6987", - "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_19206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6988", - "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_19207", - "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_19208", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19209", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19210", - "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_19211", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19212", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#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_19213", - "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_19214", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19215", - "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_19216", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19217", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6989", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19218", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6990", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19219", - "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_19220", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6991", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19221", - "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_19222", - "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_19223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6992", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19225", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6993", - "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_19226", - "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_19227", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19228", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19229", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6994", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19230", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6995", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6996", - "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_19231", - "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_19232", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19233", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Qjr24iGe", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19234", - "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_19235", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19236", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19237", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19238", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6997", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6998", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19240", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6999", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7000", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19241", - "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_19242", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7001", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19244", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19245", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19246", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19247", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19248", - "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_19249", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19250", - "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_19251", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19252", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7003", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19253", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19254", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7005", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19255", - "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_19256", - "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_19257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19258", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7006", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7007", - "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_19260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7008", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19261", - "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_19262", - "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_19263", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19264", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19265", - "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_19266", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19267", - "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_19268", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19269", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19270", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19272", - "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_19273", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19274", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19275", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19277", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19278", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19279", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19280", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7009", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19281", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7010", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19282", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19283", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7011", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19284", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7012", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7013", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19285", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7014", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19286", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7015", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7016", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19288", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7017", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19289", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19290", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7018", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19291", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7019", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19293", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19294", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7020", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19295", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19296", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7021", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19297", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19298", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19300", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19301", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19302", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19304", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19305", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-functionbodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", - "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_19306", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19307", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", - "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_7032", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7035", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7038", - "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_19308", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7040", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19309", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7043", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7044", - "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_19310", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19311", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19312", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7045", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19313", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7046", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7047", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7048", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19315", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19316", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7049", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7050", - "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_19317", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19318", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7051", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7052", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19320", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19321", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7054", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7055", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19322", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7056", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7057", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7059", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7060", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-M2Odxhb_", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19323", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19324", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7061", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7062", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19325", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7064", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7065", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19326", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19327", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7066", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ZT_oXgSx", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19330", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7069", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19331", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7070", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7071", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7072", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7073", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19332", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7074", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7075", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19334", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7076", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7077", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19335", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19336", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19337", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19338", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19339", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19340", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19341", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19342", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19343", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19344", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19345", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19346", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_462", + "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_19347", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-L6HGhDG8", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gUzIea_C", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19348", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19350", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7078", + "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_19351", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19352", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NNXqGrU3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19353", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7079", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7NFUmaIc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19354", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19355", + "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_19356", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FormalParameter", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H68ZoagN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19357", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", + "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_19358", - "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_6994", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19359", - "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_19360", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6995", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6996", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19363", - "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_19364", - "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_6997", + "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", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsexpression", + "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#_ref_6998", + "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_19365", + "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_19366", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19367", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7080", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_6999", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19368", + "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_19369", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7081", + "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_19370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7082", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19371", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7083", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7000", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19372", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7084", + "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_19373", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19374", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7001", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19375", + "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_19376", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7086", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19377", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-concisebodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7087", - "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_19378", - "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_7002", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19379", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7088", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19380", - "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_7089", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7090", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7092", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7093", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7094", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7095", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WWzcef1e", + "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_19381", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7096", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7097", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19382", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiatearrowfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7098", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7099", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7100", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7101", - "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_7004", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19383", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7005", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19384", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7102", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7103", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7104", + "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_19385", - "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_7105", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7106", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19386", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7006", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19387", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7107", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7007", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19388", + "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_19389", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19390", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7108", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7008", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19391", + "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_19392", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7110", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19393", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_r8vevEJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7009", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19394", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7010", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19395", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7111", + "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_19396", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K1YpROJJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19397", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7112", + "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_19398", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7113", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7114", - "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#prod-8U9yuoPy", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19399", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19400", + "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_19401", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TzoSXJM8", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19402", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7011", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19403", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", + "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_19404", - "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_19405", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7012", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19406", - "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_7013", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19407", + "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_19408", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19409", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PropertySetParameterList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7014", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19410", - "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_7015", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19411", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-4Zv7nEzD", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19412", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l6d_kFqp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19413", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19414", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7116", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7016", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19415", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7117", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7017", + "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_19416", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7118", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7018", + "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_19417", + "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_19418", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0qUANoiw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19420", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7119", + "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_19421", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7120", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19422", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7121", + "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_19423", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7122", + "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_19424", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7123", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19425", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7124", - "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-CdQEr4_m", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19426", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19427", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7019", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7020", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19429", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7125", + "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_19430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7021", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19431", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7126", + "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_19432", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DQeOw0IT", + "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_19433", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19434", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7022", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19435", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7127", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7023", + "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_19436", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H05PoHaH", + "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_19437", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19439", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7024", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19440", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7128", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7025", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-destructuring-binding-patterns-static-semantics-hasinitializer", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7026", + "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_19441", + "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_19442", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7129", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19443", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-u4Tk9i08", + "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_19444", + "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_19445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19446", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YlncCUel", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19447", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7130", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19448", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7027", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19449", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7131", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7028", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19450", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-OGEtsTHJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-expectedargumentcount", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7029", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7030", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eE6gHDad", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-wqRyU6iR", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19451", + "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_19452", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7031", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19454", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7132", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19456", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7133", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19457", - "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_19458", + "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_19459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7032", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19460", + "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_19461", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7134", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7033", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19463", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7135", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7034", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19464", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7136", - "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_7035", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19465", + "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_19466", + "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_19467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19468", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7036", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19469", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7037", + "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_19470", - "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_7038", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19471", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-df9_W4vY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19472", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9m8VG-FD", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19473", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19474", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19475", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-definemethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7137", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7138", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7139", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7140", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7141", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VntM4j0E", + "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_19473", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19474", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eqpHaG0r", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19477", + "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_19478", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7143", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19479", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7144", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7146", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19480", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7148", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-CKMymB_i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19481", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FunctionStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WeOYFNsx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19482", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7149", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7150", - "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#_ref_7151", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7152", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", - "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#sec-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19484", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19485", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19486", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", - "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_19487", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19488", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19489", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19490", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7039", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19491", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7165", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7167", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7168", - "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_7040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19492", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19493", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7041", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19494", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7169", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7042", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7043", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19495", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7170", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7171", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7172", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7044", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19496", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7173", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7174", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7045", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19497", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7046", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19498", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7175", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7176", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7177", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7178", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7179", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qDk-XFAF", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19499", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19500", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7048", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19501", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7180", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19502", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7181", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7182", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7183", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7049", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19503", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7184", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7185", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19504", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7050", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7186", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7187", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7188", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7189", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7190", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7191", - "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_19506", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7051", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19507", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7052", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7192", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19509", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7193", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7194", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7195", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7053", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19510", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7196", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7197", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7054", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19511", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7055", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19512", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7198", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7199", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7200", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7201", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7202", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7203", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-a75_jVUN", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7056", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19513", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7057", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19514", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7058", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19515", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7204", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-functionbodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-static-semantics-containsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7059", + "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_19516", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7205", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7206", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7207", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7060", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19517", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7208", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7209", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7061", + "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_7062", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7063", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7064", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7065", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7066", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7067", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7068", + "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_19518", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7069", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7070", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19519", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7210", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7211", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7212", - "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#sec-runtime-semantics-instantiateordinaryfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7071", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7072", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7073", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7074", + "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_19520", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19521", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19522", - "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_7075", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19523", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19524", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-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_7077", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7078", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19525", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7079", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7080", + "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_19527", - "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_19528", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7081", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7082", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7083", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19530", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19531", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7084", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7085", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7086", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateordinaryfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7087", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7088", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7089", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7090", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-M2Odxhb_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19533", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-iAdFfqlf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19534", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7091", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7092", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7093", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7094", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19536", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7096", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7097", + "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_19538", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19539", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7213", - "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-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19540", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7098", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19541", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7100", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7101", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7102", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7103", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19542", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7104", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7105", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19543", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19544", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7215", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7106", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7107", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19545", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7216", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19546", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7217", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19547", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7218", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19548", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7219", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19549", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19550", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19551", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19552", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JkNCEml2", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19553", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19555", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JB2pB6KU", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19556", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19557", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7220", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gx42gzY4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19558", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19559", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19560", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7222", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7108", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19561", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19563", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7226", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7109", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TAJ7Z-Ln", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowFunction", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AtXUMYu3", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19564", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7227", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19565", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7228", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19566", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ArrowParameters", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7Fo_GcBM", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-W9higncN", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19568", + "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_19569", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7230", + "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_19570", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ExpressionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19571", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7231", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19572", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19573", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7232", + "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_19574", + "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_19575", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7233", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19576", - "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_7234", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7235", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7236", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7237", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7238", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7239", - "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_19577", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7240", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7241", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7242", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7110", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19578", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7244", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7245", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7246", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7247", - "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_19579", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19580", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7112", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7248", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7113", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19582", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7249", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19583", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7250", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7251", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19584", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19585", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7252", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7253", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7254", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7255", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zyQVJwqE", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19586", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7116", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19587", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7256", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-concisebodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-static-semantics-containsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7117", + "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_19588", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7258", + "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_19589", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7118", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19590", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7259", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7261", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7262", + "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_7119", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7120", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7121", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7122", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7123", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7124", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7125", + "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_19591", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7263", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7264", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7265", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7266", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7267", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FnOrbSnb", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7126", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7127", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19592", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiatearrowfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7128", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7129", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7130", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7131", + "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_19593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7268", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7269", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7270", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19594", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7271", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7272", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7132", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7133", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7134", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19595", + "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_7135", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7136", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19596", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7273", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7274", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7275", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7276", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sxTe1ywL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19597", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7137", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19598", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19599", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7277", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7278", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19600", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7279", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7280", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7281", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7138", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7139", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7283", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7284", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19602", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7140", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19603", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7285", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7286", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7287", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7288", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-arrow-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-_r8vevEJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19604", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7141", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19606", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K1YpROJJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19607", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7142", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19608", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7143", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7144", + "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_19609", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19610", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19611", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yHj7yISB", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19612", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SD1i1opG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19613", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-y0j2wcW4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19614", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7289", + "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_19615", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-R-GDUsNW", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7290", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WbSBzREt", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19616", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7291", + "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_19617", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7292", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7293", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gD5_zJlG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7294", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7295", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19619", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7296", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7297", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7298", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7299", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7300", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7301", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7302", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7303", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7304", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7305", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7306", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7307", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7308", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7309", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7310", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7311", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7312", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7313", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7314", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7315", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7316", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7317", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7318", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7319", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7320", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7321", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7322", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7323", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7324", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7325", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7326", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7327", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7328", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7329", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7330", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7331", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7332", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7333", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7334", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7335", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7336", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7337", - "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#prod-PropertySetParameterList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KB8f5_em", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19620", + "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_19621", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19622", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19623", - "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_7145", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19624", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7146", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19625", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7147", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19626", - "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_7148", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19627", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19628", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19629", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19630", - "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_7149", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19631", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7150", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19632", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7151", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19633", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7152", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19634", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7153", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19635", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-static-semantics-HasDirectSuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-method-definitions-static-semantics-hasdirectsuper", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7154", + "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_19636", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19637", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19638", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19639", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7338", - "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-async-generator-function-definitions-static-semantics-early-errors", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7155", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19640", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19641", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7156", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19642", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7339", + "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_19643", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19644", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7340", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19645", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7157", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19646", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7341", + "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_19647", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19648", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7343", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19649", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7344", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19650", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7345", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7158", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19651", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19652", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7159", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19653", + "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_19654", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19655", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19656", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19657", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7160", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19658", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19659", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7346", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7161", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19660", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7347", + "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_19661", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19662", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7348", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19663", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7349", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7350", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19664", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7351", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7162", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19665", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7352", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19666", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7353", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7163", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19667", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7354", + "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_19668", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7355", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19670", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19671", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7356", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7164", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19672", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7357", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7165", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19674", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-specialmethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7166", + "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_19675", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7358", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19676", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19677", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7359", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-rP4adc9Q", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19678", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YxKa5Jjx", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19679", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7360", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0jHLXbe4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19680", - "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_7361", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7362", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7363", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7364", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7365", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7366", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-SWMcozzE", + "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_19681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7367", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7368", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7369", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19682", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-instantiatefunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7371", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7372", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7373", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7374", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JvNVLw_7", + "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_19683", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19684", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19685", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7375", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-definemethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7167", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7168", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7169", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7170", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7171", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7172", + "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_19686", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19687", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7377", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7378", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19688", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7173", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19689", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7379", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7380", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7381", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7382", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-G-CKcSEp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7174", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7175", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7176", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7177", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19690", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7178", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19691", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7383", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19692", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7384", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7385", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7179", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7180", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#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#_ref_7181", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7182", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7183", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7184", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-w_uDCOXP", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19693", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19694", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7386", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7387", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7388", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7389", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19695", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7390", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7391", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7392", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7393", - "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_7185", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19696", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7186", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7187", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JtMhObe9", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19697", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7394", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7395", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7396", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19698", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7397", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7398", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7188", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19699", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7189", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7190", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7191", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19700", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7399", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7400", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7401", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7402", - "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_7192", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7193", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19701", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7194", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7195", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7196", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7197", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7198", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-tr90svxc", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19702", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19703", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7403", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7404", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19704", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7405", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7406", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7407", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7408", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7199", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19705", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7409", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7410", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7200", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7201", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7202", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19706", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7203", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19707", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7411", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7412", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7413", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7414", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19708", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7205", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7206", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7207", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7208", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7209", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qDk-XFAF", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19709", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19710", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19711", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7210", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7211", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7212", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7213", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19713", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19714", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19715", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7216", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7217", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7218", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7219", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7220", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7221", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lPECR135", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19717", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19718", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7415", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19719", - "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_7223", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7224", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19720", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7226", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7227", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19721", - "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_19722", - "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_7228", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7231", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7232", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7233", + "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_19723", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19724", - "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_19725", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7234", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19726", - "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_7235", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7236", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7237", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19727", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7238", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7239", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19728", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19729", - "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_7240", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7241", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7242", + "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_19730", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19731", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19732", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-0XtyXojL", + "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_19733", - "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_19734", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8cGH1X5O", + "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_19735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19737", + "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_19738", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19739", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19740", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qUwUqfkW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-GeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-PKmJj3Nf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-YieldExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Ldhpu6QZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-eT7GKT7i", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19742", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19743", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7416", - "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-iAdFfqlf", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19744", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19745", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19746", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7417", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19747", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7418", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19748", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7419", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19749", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7243", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_465", + "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_19750", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19751", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7421", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19752", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7244", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19753", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7423", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19754", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7424", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7245", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19755", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7425", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7247", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19757", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7426", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7248", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19758", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7249", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19759", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7427", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19760", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7428", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19762", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19763", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19764", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19765", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7429", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19766", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7250", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19768", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7251", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19769", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19770", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7431", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7252", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7254", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19772", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7432", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19773", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7433", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7256", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19774", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7434", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7257", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19775", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7258", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19776", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7436", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19777", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7259", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19778", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19779", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7260", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19780", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7439", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19781", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7261", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19782", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7440", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementkind", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7441", - "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_19783", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7442", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7262", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19784", - "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_19785", - "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_7263", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19786", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-aKP7bsri", + "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_7264", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7265", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7266", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7267", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7268", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7269", + "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_19787", - "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_7270", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7271", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7272", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U_NLPgRJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-constructormethod", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7273", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7274", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7275", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7276", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7277", + "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_19789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7444", - "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_19790", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19791", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7278", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19792", - "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_7279", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19793", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7281", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19794", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7446", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19795", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7447", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7282", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7283", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7284", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7285", + "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_19796", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19797", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7448", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-isstatic", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7449", - "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_7286", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19798", - "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_7287", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7288", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19799", - "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_19800", - "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_7289", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7290", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7291", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7292", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19801", - "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_7293", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiategeneratorfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7294", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7295", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7296", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7297", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FnOrbSnb", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LP0OJ3qJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructorelements", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructormethoddefinitions", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7450", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7451", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19803", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", - "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_7298", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7299", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7300", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19804", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7302", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19805", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19806", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", - "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_7303", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7304", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7305", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7306", + "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_19807", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19808", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19809", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7307", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7308", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19810", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7309", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7310", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7311", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7312", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19811", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-prototypepropertynamelist", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", - "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_7313", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7314", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19812", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19813", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7461", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7315", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7316", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7317", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7318", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19814", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7463", - "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_19815", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19816", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7464", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19817", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7465", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19818", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7466", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19819", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7467", - "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_7468", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7469", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7470", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7471", - "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_19820", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19821", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7472", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yHj7yISB", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19822", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7473", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19823", - "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_19824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7319", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19825", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7474", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-R-GDUsNW", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7320", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-WbSBzREt", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19826", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7321", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19827", - "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_7322", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7323", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-gD5_zJlG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19828", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7476", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7324", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19829", - "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_7326", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7327", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7328", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7329", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7330", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7331", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7332", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7333", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7335", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7336", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7337", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7338", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7339", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7340", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7342", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7343", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7344", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7345", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7346", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7347", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7348", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7349", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7350", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7351", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7352", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7353", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7354", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7355", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7356", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7357", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7358", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7359", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7360", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7361", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7362", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7363", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7364", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7365", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7366", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7367", + "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_19830", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19831", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19832", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7478", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19833", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-7rm6mrow", + "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_19834", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7479", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7480", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19835", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19836", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-5aKAQc0s", + "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_19837", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19838", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7482", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19839", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19840", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-privateboundidentifiers", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7484", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7485", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QQ9gR7rA", + "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_19841", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19842", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7486", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19843", - "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_19844", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7487", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7488", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncGeneratorBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-9f9S8TE_", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19845", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-T6diBlyd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19846", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8T9v42E5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19847", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mMa7qdyC", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7489", - "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_19848", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19849", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7490", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7368", + "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-async-generator-function-definitions-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19850", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7491", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19851", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7492", - "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_19852", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7369", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19853", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19854", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-axmlrr3F", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7370", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19855", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19856", - "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_7371", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19857", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7372", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19858", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7373", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19859", - "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_7374", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19860", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7375", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19861", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19862", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-zTa8Ph70", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19863", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19864", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19865", - "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_19866", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19867", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19868", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7493", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19869", - "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_7494", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7495", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7496", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19870", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7497", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7377", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19871", - "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_19872", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7378", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19873", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7379", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7380", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19874", - "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_7381", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19875", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7382", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19876", - "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_7383", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19877", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7384", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19878", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19879", - "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_7385", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19880", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19881", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7386", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19882", - "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_19883", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7387", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19884", - "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_19885", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7388", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19886", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19887", - "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_7389", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19888", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19889", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7390", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19890", - "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-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_7391", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7392", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7393", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7394", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7395", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7396", + "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_19891", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7397", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7398", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7399", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19892", - "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_7400", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-instantiatefunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7401", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7402", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7403", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7404", + "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_19893", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19894", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19895", - "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_7405", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19896", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7406", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19897", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7407", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7408", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19898", - "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_19899", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7409", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7410", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7411", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7412", + "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_19900", - "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_19901", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7413", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19902", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7414", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7415", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19903", - "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_19904", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7416", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7417", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7418", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7419", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19905", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7421", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7423", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A3m5kV04", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19906", - "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_19907", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7424", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7425", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7426", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19908", - "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_7427", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7428", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19909", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19910", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7429", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7431", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7432", + "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_19911", - "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_19912", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19913", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7433", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7434", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19914", - "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_7435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7436", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7438", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19915", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7439", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7440", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19916", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19917", - "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_7441", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7442", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7444", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19918", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19919", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19920", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7498", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19921", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classfielddefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7499", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7500", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7501", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7502", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-deOh_-BS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19922", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19923", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7503", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19924", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19925", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7504", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7505", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7506", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7507", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-asyncgenerator-definitions-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RTtPBoTs", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19926", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7508", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7509", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classstaticblockdefinitionevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7510", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7511", - "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_19927", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7512", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7513", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7514", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7515", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19928", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7516", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7517", - "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#_ref_7518", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7519", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7520", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7521", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7522", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-1dy60deL", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7445", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19929", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7523", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7524", + "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_19930", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementevaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7525", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7526", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7527", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7528", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7529", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7530", - "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_19931", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Cn1oLmsN", + "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_19932", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7531", + "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_19933", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RV4ZOA0y", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19934", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-DNhqQKHO", + "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_19935", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7532", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19936", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-Hb23PvBK", + "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_19937", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7533", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VFbPG7Xd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19938", - "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_7534", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7535", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7536", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7537", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7538", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7539", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7540", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7541", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7542", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7543", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AcPtObVs", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-haKPgLO7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19939", + "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_19940", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19941", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElement", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-NjP_487X", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19942", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7551", + "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_19943", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7552", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7553", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7554", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7555", + "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_19944", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7556", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7557", + "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_19945", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7558", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7559", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7560", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7561", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7562", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7563", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-MThA5IaK", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19946", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7565", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-40k8u1X0", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-FieldDefinition", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-qdC94hXo", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19947", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7566", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7567", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7568", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7569", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7570", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7571", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7572", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7573", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7574", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7575", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7576", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7577", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7578", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7579", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7580", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7581", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7582", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19948", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassElementName", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-KVWS267v", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19949", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7584", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7585", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-yD9JWieS", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19950", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7586", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7587", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7588", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7589", + "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_19951", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7590", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7591", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7592", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7593", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7594", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7595", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7596", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7597", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7598", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7599", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7600", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7601", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7602", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7603", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7604", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7605", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7606", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7607", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7608", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7609", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7610", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7611", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7612", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7613", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7614", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7615", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7616", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7617", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7618", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7619", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7620", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7621", - "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#_ref_7622", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7623", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7624", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7625", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-JmEOsNvO", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-BArMnydQ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19952", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlockStatementList", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-uVY-nrQL", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19953", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7626", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7446", + "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_19954", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7627", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19955", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7628", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19956", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7629", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7630", - "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_7447", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19957", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7631", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7448", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19958", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7632", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7449", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19959", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7450", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19960", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19961", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_467", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-P7ajQhl1", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7451", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19962", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7452", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19963", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7633", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7453", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19964", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7454", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19965", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19966", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lm9h8Kwa", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7455", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19967", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7634", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7456", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19968", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7635", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19969", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l8XcpxuG", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7457", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19970", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19971", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7636", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7458", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19972", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7637", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19973", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7638", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19974", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jq_5Nm3c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19975", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7639", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7459", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19976", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7640", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7641", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7642", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7643", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sVEE0xLy", - "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_19977", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19978", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7460", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19979", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19980", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-TaHP58mu", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7461", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19981", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19982", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7462", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19983", - "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_7463", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19984", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7464", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19985", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7465", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19986", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7466", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19987", - "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_7467", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19988", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7468", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19989", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19990", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7469", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19991", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19992", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7470", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementkind", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7471", + "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_19993", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7644", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7472", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19994", + "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_19995", + "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_19996", + "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_19997", + "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_19998", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-U_NLPgRJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-constructormethod", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7473", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_19999", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7474", + "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_20000", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7475", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20001", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20002", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7645", + "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_20003", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20004", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7646", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7476", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20005", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7477", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20006", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20007", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7478", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-isstatic", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7479", + "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_20008", + "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_20009", + "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_20010", + "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_20011", + "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_20012", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LP0OJ3qJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructorelements", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-nonconstructormethoddefinitions", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7480", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7481", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20013", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7482", + "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_20014", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7483", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20015", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20016", - "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_7484", + "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_20017", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20018", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7485", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20019", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7647", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7486", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20020", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7648", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20021", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7649", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-prototypepropertynamelist", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7487", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7488", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7489", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-A14zfyT4", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20022", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7490", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20023", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7650", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7491", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7492", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20024", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7651", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7493", + "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_20025", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7652", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20026", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7494", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20027", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7495", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20028", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7496", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20029", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7497", + "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_7498", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7499", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7500", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7501", + "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_20030", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20031", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7502", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20032", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7503", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20033", + "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_20034", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7653", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20035", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7654", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7504", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20036", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7505", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20037", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7655", + "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_20038", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7656", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7506", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20039", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7657", + "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_20040", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20041", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7658", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7507", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20042", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7659", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7660", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7508", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20043", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7661", + "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_20044", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7662", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7509", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7510", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20045", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7511", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20046", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7663", + "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_20047", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20048", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7664", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7512", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20049", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7513", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20050", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7665", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-privateboundidentifiers", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7514", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7515", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-QQ9gR7rA", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20051", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20052", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7666", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7516", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20053", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionobject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-InstantiateFunctionObject", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7667", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7668", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7669", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7670", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-VjNDNC25", + "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_20054", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7517", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7518", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20055", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-T6diBlyd", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20056", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7671", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-8T9v42E5", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20057", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7672", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-mMa7qdyC", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7519", + "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_20058", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7673", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7674", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20059", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7520", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20060", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7675", - "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_7521", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20061", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7522", + "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_20062", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7676", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20063", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7677", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7678", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20064", + "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_20065", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7679", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7680", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7681", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7682", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7683", - "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_20066", + "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_20067", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7684", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7685", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7686", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20068", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7687", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7688", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20069", + "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_20070", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7689", - "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_20071", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20072", + "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_20073", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7690", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7691", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20074", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7692", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7693", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7694", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7695", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20075", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7696", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7697", + "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_20076", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20077", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7698", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20078", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7523", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20079", + "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_7524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7525", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-K0gmEtvp", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20080", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7527", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20081", + "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_20082", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20083", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20084", + "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_20085", - "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_7699", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7700", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7701", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7702", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7703", - "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_20086", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7704", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7705", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7706", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7707", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7708", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7709", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7710", + "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_20087", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7711", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o1t7r8mz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20088", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20089", + "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_20090", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7712", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20091", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AKHRjjan", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20092", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7713", + "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_20093", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7714", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7715", - "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_20094", + "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_20095", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20096", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20097", - "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#prod-3lM6XkIw", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20098", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20099", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20100", - "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#prod-w57asuPi", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20101", - "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_20102", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowBindingIdentifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-I7oDJnBY", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-H3uNNgf7", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20103", - "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_20104", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20105", + "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_20106", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20107", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20108", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowHead", + "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_20109", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20110", - "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#prod-nEJuWHii", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20111", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20112", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20113", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7717", + "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_20114", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20115", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20116", + "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_20117", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7718", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20118", + "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_20119", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7719", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20120", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20121", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7720", + "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_20122", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7721", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20123", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7722", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20124", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7723", + "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_20125", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7724", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20126", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-asyncconcisebodycontainsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-containsusestrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7725", - "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_20127", - "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#prod-UU7zbVYJ", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20128", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7726", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20129", - "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_7727", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7728", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7729", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7730", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7731", - "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_20130", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7732", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7733", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7734", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7735", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7736", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7737", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7738", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7528", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20131", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7739", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncarrowfunctionexpression", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7740", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7741", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7742", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7743", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-kBFLOl9Q", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classfielddefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7530", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7532", + "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_20132", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20133", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7744", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7745", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7746", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7533", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20134", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20135", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7747", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7748", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7534", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7536", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7537", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20136", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7749", - "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_7538", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7539", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-classstaticblockdefinitionevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7540", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7541", + "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_20137", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7542", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7543", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7544", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7545", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20138", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7750", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7751", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7752", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7547", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7549", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7550", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7551", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7552", + "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_20139", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7553", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7554", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20140", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7753", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-classelementevaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7555", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7556", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7557", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7558", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7559", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7560", + "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_20141", + "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_20142", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7754", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7755", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7561", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20143", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7756", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod---LSw2Ps", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-RV4ZOA0y", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20144", + "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_20145", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vJszVz5M", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7562", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20146", + "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_20147", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7757", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7563", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20148", - "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#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_7564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7565", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7566", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7567", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7568", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7569", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7570", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7571", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7572", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7573", + "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_20149", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7758", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20150", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7574", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7576", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7577", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20151", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7760", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7761", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7762", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7578", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20152", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7579", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7580", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7581", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20153", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7582", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7584", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7585", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20154", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7586", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7587", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20155", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7588", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7589", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7590", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7591", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7592", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7593", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7594", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20156", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7595", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20157", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7597", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7598", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7599", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7601", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7602", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7603", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7604", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7606", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7607", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7608", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7609", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7610", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7611", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7612", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20158", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7613", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20159", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7614", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7615", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20160", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7616", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7617", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7618", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7619", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20161", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7620", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7621", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7622", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7623", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7624", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7625", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7626", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7627", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7628", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7629", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7630", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7631", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7632", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7633", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7634", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7635", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7636", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7637", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7638", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7639", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7640", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7641", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7642", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7643", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7644", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7645", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7646", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7647", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7648", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7649", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7650", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7651", + "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#_ref_7652", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7653", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7654", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7655", + "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_20162", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20163", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7656", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20164", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7763", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7764", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_468", - "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_7765", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7657", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20165", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7766", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7658", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20166", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7659", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7660", + "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_20167", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7768", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7769", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7770", - "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_7661", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20168", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7662", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20169", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7771", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20170", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7772", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20171", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_467", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-P7ajQhl1", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20172", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20173", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7663", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20174", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20175", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20176", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-lm9h8Kwa", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20177", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7664", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20178", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7665", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20179", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-l8XcpxuG", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20180", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20181", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7666", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20182", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7667", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20183", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7668", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20184", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-jq_5Nm3c", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20185", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7669", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20186", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7670", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7671", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7672", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7673", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-sVEE0xLy", + "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_20187", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20188", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20189", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20190", + "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_20191", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20192", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7773", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20193", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7774", + "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_20194", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20195", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20196", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20197", + "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_20198", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20199", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20200", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20201", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncFunctionBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-LKwCGkpu", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20202", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AwaitExpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-daps6IoT", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20203", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7674", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20204", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20205", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20206", @@ -16637,8 +16292,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20210", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20211", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20212", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7675", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20213", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20214", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7676", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20215", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20216", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20217", @@ -16648,87 +16305,130 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20221", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20222", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20223", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7775", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20224", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20225", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20226", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7776", + "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_20227", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20228", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7777", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20229", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7677", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20230", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7678", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20231", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7778", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7679", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20232", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20233", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7680", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20234", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7681", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20235", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7682", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20236", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7779", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20237", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7780", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20238", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20239", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7781", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20240", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20241", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20242", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20243", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20244", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7683", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20245", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7684", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20246", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20247", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7685", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20248", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7784", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7686", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20249", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7687", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20250", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20251", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7785", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7688", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20252", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7689", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7690", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20253", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7691", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20254", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7692", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20255", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20256", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7693", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20257", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7786", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20258", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7694", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20259", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20260", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7787", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7695", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20261", - "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_7788", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7789", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20262", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7696", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20263", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionobject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-InstantiateFunctionObject", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7697", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7698", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7699", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7700", + "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_20264", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20265", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20266", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7701", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20267", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7702", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20268", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7703", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7704", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20269", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20270", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7705", + "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_20271", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20272", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7706", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20273", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7707", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7708", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20274", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20275", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7709", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7710", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7711", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7712", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7713", + "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_20276", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20277", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7714", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7715", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7716", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20278", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7717", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7718", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20279", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20280", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7719", + "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_20281", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20282", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20283", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7720", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7721", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20284", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7722", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7723", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7724", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7725", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20285", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7726", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7727", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20286", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20287", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7728", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20288", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20289", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20290", @@ -16737,97 +16437,202 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20293", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20294", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20295", + "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_7729", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7730", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7731", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7732", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7733", + "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_20296", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7734", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7735", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7736", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7737", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7738", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7739", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7740", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20297", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7741", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-o1t7r8mz", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20298", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20299", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20300", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7742", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20301", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AKHRjjan", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20302", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7743", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20303", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7744", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7745", + "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_20304", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20305", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20306", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20307", + "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_20308", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20309", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20310", + "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_20311", + "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_20312", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-AsyncArrowBindingIdentifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20313", + "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_20314", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20315", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20316", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20317", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20318", + "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_20319", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20320", + "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_20321", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20322", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7746", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20323", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7747", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20324", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20325", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20326", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20327", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7748", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20328", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20329", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7749", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20330", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20331", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7750", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20332", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7751", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20333", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7752", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20334", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7753", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20335", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7754", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20336", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-static-semantics-asyncconcisebodycontainsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-static-semantics-containsusestrict", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7755", + "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_20337", + "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_20338", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7756", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20339", + "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_7757", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7758", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7759", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7760", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7761", + "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_20340", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7762", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7763", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7764", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7765", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7766", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7767", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7768", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20341", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7769", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-instantiateasyncarrowfunctionexpression", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7770", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7771", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7772", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7773", + "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_20342", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20343", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7774", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7775", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7776", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20344", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20345", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7777", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7778", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20346", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7779", + "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_20347", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20348", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7780", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7781", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7782", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20349", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20350", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7783", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20351", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20352", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7784", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7785", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20353", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7786", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-arrow-function-definitions-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod---LSw2Ps", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20354", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20355", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-vJszVz5M", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20356", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20357", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7787", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20358", + "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_20359", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7788", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20360", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7789", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20361", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20362", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7790", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7791", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7792", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20362", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20363", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20364", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20365", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20366", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7792", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20367", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7793", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20368", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20369", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20370", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7794", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20371", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20372", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20373", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20374", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7793", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7794", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_468", + "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_7795", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20375", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20376", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7796", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20376", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20377", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7798", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7799", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7800", + "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_20378", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20379", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7801", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20380", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7802", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20381", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20382", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20383", @@ -16837,7 +16642,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20387", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20388", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20389", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7797", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20390", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20391", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20392", @@ -16851,25 +16655,261 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20400", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20401", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20402", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7803", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20403", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7804", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20404", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20405", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20406", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20407", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20408", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7798", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20409", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7799", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20410", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7800", "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20411", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20412", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20413", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20414", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20415", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20416", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20417", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20418", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20419", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20420", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20421", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20422", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20423", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20424", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20425", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20426", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20427", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20428", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20429", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20430", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20431", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20432", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20433", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7805", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20434", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20435", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20436", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7806", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20437", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20438", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7807", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20439", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20440", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20441", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7808", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20442", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20443", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20444", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20445", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20446", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7809", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20447", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7810", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20448", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20449", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7811", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20450", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20451", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20452", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7812", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20453", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7813", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20454", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20455", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20456", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20457", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20458", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7814", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20459", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20460", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20461", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7815", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20462", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20463", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20464", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20465", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20466", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20467", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7816", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20468", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20469", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20470", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7817", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20471", + "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_7818", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7819", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7820", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20472", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20473", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20474", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20475", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20476", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20477", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20478", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20479", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20480", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20481", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20482", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20483", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20484", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20485", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20486", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20487", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20488", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20489", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20490", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20491", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20492", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20493", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20494", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20495", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20496", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20497", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20498", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20499", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20500", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20501", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20502", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20503", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20504", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20505", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20506", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20507", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20508", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20509", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20510", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20511", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20512", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20513", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20514", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20515", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20516", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20517", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20518", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20519", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20520", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20521", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20522", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20523", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20524", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20525", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20526", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20527", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20528", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20529", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20530", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20531", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20532", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20533", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20534", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20535", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20536", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20537", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20538", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20539", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20540", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20541", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20542", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20543", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20544", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20545", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20546", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20547", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20548", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20549", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20550", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20551", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20552", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20553", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20554", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20555", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20556", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20557", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20558", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20559", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20560", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20561", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20562", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20563", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20564", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20565", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20566", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20567", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20568", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20569", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20570", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20571", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20572", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7821", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20573", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20574", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20575", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20576", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7822", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20577", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7823", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20578", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20579", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20580", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7824", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20581", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20582", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20583", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7825", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20584", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20585", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20586", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7826", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20587", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20588", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20589", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20590", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20591", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20592", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20593", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20594", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20595", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20596", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20597", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20598", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20599", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7827", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20600", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20601", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20602", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20603", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20604", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20605", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20606", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20607", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20608", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20609", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20610", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20611", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20612", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20613", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20614", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20615", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20616", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20617", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20618", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7828", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20619", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7829", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20620", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7830", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_20621", "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_7801", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7802", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7803", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7804", - "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7805", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7831", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7832", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7833", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7834", + "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#_ref_7835", "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", @@ -16891,134 +16931,88 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-scripts", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Script", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-JhWenwzh", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20412", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20622", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ScriptBody", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-0cNJefq0", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20413", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20623", "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_20414", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7806", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20415", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7807", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20416", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7808", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20417", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20418", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20419", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7809", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7810", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7811", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7812", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_469", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20420", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7813", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20421", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20422", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7814", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7815", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20423", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7816", - "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_7817", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20424", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7818", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20425", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7819", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20426", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7820", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20427", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20428", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7821", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-isstrict", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7822", - "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_20429", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20430", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7823", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20431", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7824", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-semantics-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-L8JYzsWQ", - "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_471", - "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_7825", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7826", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7827", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7828", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20432", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7829", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7830", - "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_7831", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7832", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7833", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7834", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7835", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20433", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20624", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7836", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20434", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20625", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7837", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20626", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7838", - "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_20627", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20628", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20629", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7839", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7840", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7841", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7842", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_469", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20630", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7843", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20631", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20632", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7844", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7845", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20633", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7846", + "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_7847", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20634", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7848", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20635", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7849", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20636", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7850", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20637", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20638", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7851", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-isstrict", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7852", + "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_20639", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20640", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7853", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20641", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7854", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-script-semantics-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-L8JYzsWQ", + "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_471", + "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_7855", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7856", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7857", - "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_20435", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7858", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20642", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7859", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7860", + "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_7861", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20436", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7862", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7863", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7864", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7865", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20643", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7866", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20644", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7867", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7868", + "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_7869", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20437", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20438", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20439", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7870", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20440", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20441", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20442", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20443", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7871", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7872", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20444", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20445", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20446", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7873", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7874", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7875", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7876", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7877", - "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_472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7878", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7879", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7880", @@ -17026,237 +17020,248 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7882", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7883", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7884", - "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_20447", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20448", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7885", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7886", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7887", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20449", + "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_20645", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7888", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-modules", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Module", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7jzzWh1g", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20450", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jN7l5yAN", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20451", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItemList", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AoB9QhTO", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20452", - "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_20453", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20454", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItem", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-E3Y7C_Ei", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20455", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IobLK26D", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20456", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hV3VZEve", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20457", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleExportName", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hD8TcowF", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20458", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-50n3LPul", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20459", - "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_20460", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7889", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20461", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7890", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20462", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7891", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20463", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20646", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7892", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20464", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7893", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20465", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7894", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20466", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7895", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20467", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20468", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7896", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20469", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7897", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20470", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7898", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20471", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7899", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20472", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20647", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20648", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20649", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7900", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20473", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20650", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20651", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20652", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20653", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7901", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20474", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7902", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20475", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20476", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20477", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20478", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20654", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20655", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20656", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7903", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7904", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20480", - "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_7905", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7906", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7907", + "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_472", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7908", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7909", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7910", - "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#_ref_7911", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7912", - "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_7913", - "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_20481", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7914", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20482", - "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_20483", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20484", + "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_20657", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20658", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7915", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20485", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7916", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20486", - "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_20487", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7917", - "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_20488", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20489", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20659", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7918", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20490", - "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_20491", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-modules", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Module", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7jzzWh1g", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20660", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleBody", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jN7l5yAN", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20661", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItemList", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AoB9QhTO", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20662", + "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_20663", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20664", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleItem", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-E3Y7C_Ei", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20665", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IobLK26D", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20666", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hV3VZEve", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20667", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleExportName", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hD8TcowF", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20668", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-50n3LPul", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20669", + "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_20670", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7919", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20671", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7920", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20492", - "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_20493", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20494", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20672", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7921", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20495", - "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_20496", - "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_20497", - "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_20498", - "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_20499", - "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_20500", - "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_20501", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20673", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7922", - "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_20674", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7923", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20675", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7924", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20676", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7925", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_474", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", - "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_20677", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20678", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7926", - "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_20679", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7927", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20680", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7928", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20681", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7929", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20682", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7930", - "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_20683", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7931", - "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_20684", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7932", - "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_20685", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20686", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20687", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20688", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20689", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7933", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7934", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20690", + "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_7935", - "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_7936", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7937", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7938", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7939", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_477", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7940", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", - "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#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#_ref_7941", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7942", + "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_7943", + "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_20691", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7944", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20692", + "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_20693", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20694", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7945", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20695", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7946", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20696", + "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_20697", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7947", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20502", + "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_20698", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20699", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7948", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20700", + "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_20701", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7949", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7950", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_479", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20702", + "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_20703", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20704", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7951", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20705", + "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_20706", + "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_20707", + "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_20708", + "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_20709", + "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_20710", + "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_20711", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7952", + "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_7953", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7954", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7955", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_480", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_474", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_475", + "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_7956", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", - "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#table-36", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7957", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7958", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7959", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7960", + "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_7961", + "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_7962", - "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#sec-moduledeclarationlinking", + "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_7963", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7964", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7965", + "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_7966", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7967", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7968", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7969", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_477", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7970", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_478", + "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_7971", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7972", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7973", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7974", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7975", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7976", - "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#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7977", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20712", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7978", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7979", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7980", + "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_7981", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7982", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7983", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7984", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7985", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_480", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7986", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_481", + "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_7987", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7988", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7989", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7990", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7991", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7992", + "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#sec-moduledeclarationlinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7993", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7994", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7995", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7996", - "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_7997", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7998", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_7999", @@ -17267,6 +17272,9 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8004", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8005", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8006", + "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#sec-InnerModuleLinking", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8007", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8008", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8009", @@ -17278,8 +17286,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8015", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8016", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8017", - "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_8018", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8019", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8020", @@ -17289,6 +17295,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8024", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8025", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8026", + "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_8027", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8028", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8029", @@ -17300,19 +17308,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8035", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8036", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8037", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_482", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8038", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8039", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8040", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8041", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8042", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8043", - "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_8044", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8045", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8046", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8047", + "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_8048", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8049", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8050", @@ -17321,8 +17328,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8053", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8054", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8055", - "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_8056", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8057", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8058", @@ -17332,17 +17337,18 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8062", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8063", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8064", - "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_8065", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8066", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8067", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_482", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8068", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8069", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8070", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8071", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8072", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8073", + "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_8074", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8075", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8076", @@ -17353,10 +17359,10 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8081", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8082", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8083", - "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_8084", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8085", + "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_8086", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8087", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8088", @@ -17366,8 +17372,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8092", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8093", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8094", - "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#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_8095", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8096", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8097", @@ -17376,24 +17382,23 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8100", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8101", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8102", - "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_8103", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8104", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8105", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8106", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8107", - "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_8108", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8109", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8110", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8111", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8112", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8113", + "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_8114", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8115", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8116", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8117", - "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_8118", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8119", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8120", @@ -17401,116 +17406,95 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8122", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8123", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8124", + "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_8125", - "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-1", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8126", - "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-2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8127", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8128", - "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-3", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8129", - "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-4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8129", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8130", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8131", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_487", - "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_8132", - "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-6", + "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_8133", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8134", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_489", - "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_8135", - "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-8", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8136", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8137", + "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_8138", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8139", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_491", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#table-module-graph-cycle-async-fields-9", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8140", - "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_8141", - "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_8142", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20503", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8143", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8144", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8145", - "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_8146", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_494", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8147", - "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#figure-module-graph-cycle-async", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8148", - "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_8149", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20504", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8150", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8151", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8152", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8153", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8154", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8155", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_483", + "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_8156", + "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-2", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8157", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8158", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_485", + "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_8159", + "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-4", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8160", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8161", + "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-5", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8162", + "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-6", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8163", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8164", - "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_489", + "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_8165", + "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-8", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8166", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_495", - "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_8167", - "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_20505", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20506", - "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-import-forms-mapping-to-importentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8168", - "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_8169", - "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_491", + "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#_ref_8170", + "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_8171", - "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-exportentry-records", + "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_8172", - "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_20507", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20508", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20509", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20510", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20511", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20512", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", - "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_20713", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8173", - "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_8174", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8175", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#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_493", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8176", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_494", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8177", + "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_8178", + "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_8179", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20714", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8180", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20513", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8181", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20514", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8182", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8183", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8184", @@ -17524,27 +17508,49 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8192", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8193", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8194", - "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#importentry-record", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8195", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8196", + "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-importentry-record-fields", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8197", + "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_20715", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20716", + "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-import-forms-mapping-to-importentry-records", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8198", + "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_8199", + "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_8200", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8201", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_497", + "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_8202", + "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_20717", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20718", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20719", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20720", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20721", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20722", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_498", + "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_8203", + "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_8204", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8205", + "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_8206", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8207", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8208", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8209", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8210", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20723", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8211", - "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_20724", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8212", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8213", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8214", @@ -17558,6 +17564,8 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8222", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8223", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8224", + "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_8225", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8226", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8227", @@ -17575,14 +17583,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8239", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8240", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8241", + "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_8242", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8243", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8244", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8245", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8246", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8247", - "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_8248", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8249", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8250", @@ -17607,18 +17615,14 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8269", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8270", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8271", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20515", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20516", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20517", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20518", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8272", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8273", - "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_8274", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8275", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8276", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8277", + "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_8278", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8279", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8280", @@ -17635,8 +17639,6 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8291", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8292", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8293", - "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_8294", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8295", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8296", @@ -17644,11 +17646,15 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8298", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8299", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8300", - "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_8301", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20725", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20726", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20727", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20728", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8302", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8303", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_500", + "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_8304", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8305", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8306", @@ -17661,17 +17667,16 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8313", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8314", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8315", - "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_8316", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8317", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8318", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8319", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8320", - "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_8321", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8322", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8323", + "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_8324", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8325", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8326", @@ -17679,36 +17684,36 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8328", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8329", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8330", + "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_8331", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8332", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8333", + "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_8334", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8335", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8336", - "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_8337", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8338", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8339", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8340", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8341", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8342", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8343", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8344", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8345", + "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_8346", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8347", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8348", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8349", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8350", + "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_8351", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8352", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8353", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8354", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8355", - "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_8356", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8357", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8358", @@ -17718,511 +17723,546 @@ "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8362", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8363", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8364", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-950spMs_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6SEwZT9o", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20519", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8365", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8366", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20520", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-a5nZ7X_y", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20521", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20522", + "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_8367", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20523", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8368", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8369", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20524", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_502", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8370", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20525", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20526", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-45q8t20X", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20527", - "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_20528", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20529", - "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_20530", - "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_20531", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20532", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20533", - "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_20534", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20535", - "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_20536", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20537", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedDefaultBinding", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XHs8lcig", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20538", - "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_20539", - "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_20540", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20541", - "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_20542", - "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_20543", - "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_20544", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20545", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-z0N66GR4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20546", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GW8ul0v", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20547", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20548", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hjv695N2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20549", - "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_20550", - "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_20551", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8371", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20552", - "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#_ref_8372", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8373", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8374", - "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_8375", - "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_20553", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20554", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8376", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20555", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8377", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20556", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8378", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qEXtoziY", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20557", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-myYDa7qJ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20558", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8379", - "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_20559", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20560", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8380", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20561", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8381", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20562", - "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_20563", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8382", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentriesformodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8383", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8384", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8385", - "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_20564", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20565", + "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_8386", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20566", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8387", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20567", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8388", - "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_20568", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20569", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8389", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20570", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8390", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20571", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8391", - "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_20572", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8392", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20573", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8393", - "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_20574", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8394", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20575", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-module-semantics-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-950spMs_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6SEwZT9o", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20729", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8395", - "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_8396", - "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_20576", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20577", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20730", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-a5nZ7X_y", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20731", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20732", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8397", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20578", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20733", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8398", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20579", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8399", - "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_20580", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20734", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8400", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20581", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20735", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20736", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-45q8t20X", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20737", + "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_20738", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20739", + "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_20740", + "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_20741", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20742", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20743", + "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_20744", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20745", + "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_20746", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20747", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportedDefaultBinding", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XHs8lcig", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20748", + "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_20749", + "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_20750", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20751", + "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_20752", + "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_20753", + "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_20754", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20755", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ImportSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-z0N66GR4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20756", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GW8ul0v", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20757", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20758", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ModuleSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hjv695N2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20759", + "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_20760", + "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_20761", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8401", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iQJyYMlU", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20582", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20583", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20762", + "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#_ref_8402", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20584", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8403", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20585", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8404", - "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_20586", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20587", - "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_20588", - "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_20589", - "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_20590", - "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_20591", - "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_20592", - "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_20593", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20594", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportFromClause", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-efW0NtUW", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-N6rwTU5m", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20595", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-gG1rdVmA", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20596", - "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_20597", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20598", - "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_20599", - "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_20600", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20601", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportSpecifier", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GlqP_AXb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20602", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ya486nM7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20603", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20604", - "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_20605", + "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_8405", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20606", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20607", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20608", + "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_20763", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20764", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8406", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20609", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20765", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8407", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20610", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20766", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8408", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qEXtoziY", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20767", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-myYDa7qJ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20768", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8409", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20611", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20612", - "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#prod-4FL2ok6-", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20769", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20770", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8410", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20771", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8411", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20613", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20772", + "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_20773", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8412", - "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_20614", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20615", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-static-semantics-importentriesformodule", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8413", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20616", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8414", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20617", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8415", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6U1eQAFM", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20618", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KKQ0xR-v", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20619", + "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_20774", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20775", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8416", - "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_20620", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20621", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20776", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8417", - "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_20622", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20777", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8418", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20623", - "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_20624", + "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_20778", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20779", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8419", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20625", - "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_20626", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20780", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8420", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20627", - "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_20628", - "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_20629", - "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_20630", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20781", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8421", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20631", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-TQTcajTg", + "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_20782", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8422", - "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_20632", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20633", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20783", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8423", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20634", + "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_20784", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8424", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20635", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20785", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8425", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XDdQfOn3", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20636", + "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_8426", + "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_20786", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20787", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8427", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20637", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Hr-D5Mzb", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20638", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20639", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20788", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8428", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20789", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8429", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20640", - "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#prod-EknrR_3b", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20790", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8430", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20791", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8431", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20641", - "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_20642", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20643", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-iQJyYMlU", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20792", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20793", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8432", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20644", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20794", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8433", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20645", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20795", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8434", - "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_20646", + "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_20796", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20797", + "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_20798", + "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_20799", + "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_20800", + "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_20801", + "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_20802", + "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_20803", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20804", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportFromClause", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-efW0NtUW", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-N6rwTU5m", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20805", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-gG1rdVmA", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20806", + "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_20807", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20808", + "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_20809", + "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_20810", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20811", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ExportSpecifier", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-GlqP_AXb", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20812", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-ya486nM7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20813", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20814", + "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_20815", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8435", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20647", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Nqbdsw0J", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20648", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fa0LziO_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20649", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20816", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20817", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20818", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8436", - "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_20650", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20651", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20819", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8437", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20652", - "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_20820", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8438", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2_hHRuoS", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20653", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8439", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20821", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20822", + "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_8440", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20654", - "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_20655", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8441", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20656", - "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_20657", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20823", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8442", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20658", - "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_20659", + "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_20824", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20825", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8443", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20660", - "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_20661", - "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_20662", - "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_20663", - "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_20826", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8444", - "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_20664", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20665", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20827", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8445", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20666", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-6U1eQAFM", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20828", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KKQ0xR-v", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20829", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8446", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20667", + "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_20830", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20831", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8447", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KtpQleM7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20668", + "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_20832", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8448", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20833", + "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_20834", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8449", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20669", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jiop1t1m", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20670", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20671", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20835", + "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_20836", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8450", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20837", + "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_20838", + "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_20839", + "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_20840", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8451", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20672", - "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#_ref_20841", + "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_8452", + "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_20842", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20843", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8453", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20844", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8454", - "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_20845", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8455", - "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_20673", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20674", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-XDdQfOn3", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20846", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8456", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20675", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8457", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20676", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20847", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Hr-D5Mzb", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20848", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20849", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8458", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AebNVOm2", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20677", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K7CKbuyc", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20678", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8459", - "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_20679", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20680", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20850", + "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_8460", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20681", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8461", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20682", - "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_20683", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20851", + "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_20852", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20853", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8462", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20684", - "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_20685", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20854", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8463", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20855", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8464", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20686", + "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_20856", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8465", - "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_20687", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20857", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-Nqbdsw0J", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20858", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-fa0LziO_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20859", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8466", + "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_20860", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20861", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8467", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20688", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20862", + "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_8468", - "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_20689", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-2_hHRuoS", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20863", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8469", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20690", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8470", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20864", + "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_20865", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8471", - "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_20691", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20866", + "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_20867", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8472", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20692", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20868", + "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_20869", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8473", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20870", + "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_20871", + "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_20872", + "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_20873", + "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_8474", - "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_20693", + "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_20874", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20875", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8475", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_503", - "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#_ref_20876", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8476", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20877", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8477", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KtpQleM7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20878", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8478", - "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_8479", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-1scalAlY", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20694", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20879", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-jiop1t1m", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20880", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20881", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8480", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20695", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8481", - "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_20882", + "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#_ref_8482", - "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_20696", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20697", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8483", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20698", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8484", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20699", + "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_8485", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IZvnHgpZ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20700", + "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_20883", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20884", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8486", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20701", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20885", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8487", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20886", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8488", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WH6U71Y1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20702", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20703", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-AebNVOm2", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20887", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-K7CKbuyc", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20888", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8489", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20704", + "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_20889", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20890", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8490", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20705", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20891", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8491", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20892", + "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_20893", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8492", - "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#_ref_20894", + "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_20895", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8493", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8494", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20896", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8495", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-SuOfrU8K", + "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_20897", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8496", - "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_20706", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20707", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8497", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20708", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20898", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8498", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20709", + "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_20899", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8499", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tdM6ZJNC", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20710", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20711", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20900", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8500", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20712", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-YJpWFrW7", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20713", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8501", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20714", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hGf2GDb1", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20715", + "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_20901", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8502", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20716", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-runtime-semantics-evaluation", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7S1R-xaK", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20717", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20718", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HmLCnng_", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20719", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qMwuQwD4", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20720", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20902", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8503", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20721", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-RU5ba9t5", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20722", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8504", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20723", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GDTz4eH", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20724", + "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_20903", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8505", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20725", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-963jyNzQ", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20726", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_503", + "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#_ref_8506", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20727", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8507", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20728", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8508", + "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_8509", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KpBQ_5fa", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20729", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-1scalAlY", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20904", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8510", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20730", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20905", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8511", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20731", + "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_8512", - "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20732", + "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_20906", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20907", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8513", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20908", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8514", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20909", "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8515", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-IZvnHgpZ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20910", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8516", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20911", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8517", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8518", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-WH6U71Y1", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20912", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20913", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8519", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20914", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8520", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20915", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8521", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8522", + "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#_ref_8523", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8524", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8525", + "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_8526", + "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_20916", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20917", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8527", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20918", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8528", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20919", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8529", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-tdM6ZJNC", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20920", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20921", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8530", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20922", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-YJpWFrW7", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20923", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8531", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20924", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-hGf2GDb1", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20925", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8532", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20926", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-exports-runtime-semantics-evaluation", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7S1R-xaK", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20927", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20928", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-HmLCnng_", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20929", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-qMwuQwD4", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20930", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8533", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20931", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-RU5ba9t5", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20932", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8534", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20933", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-7GDTz4eH", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20934", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8535", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20935", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-963jyNzQ", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20936", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8536", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20937", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8537", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20938", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8538", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8539", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#prod-KpBQ_5fa", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20939", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8540", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20940", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8541", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20941", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8542", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_20942", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8543", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8544", + "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#_ref_8545", "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", @@ -18242,75 +18282,75 @@ "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_20733", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8516", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8517", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20734", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20735", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8518", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8519", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20736", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20737", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20738", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8520", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8521", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8522", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8523", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20943", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8546", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8547", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20944", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20945", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8548", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8549", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20946", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20947", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20948", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8550", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8551", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8552", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8553", "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_8524", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20739", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20740", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8525", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8526", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8527", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8554", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20949", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20950", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8555", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8556", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8557", "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_8528", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8529", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8558", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8559", "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_8530", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8531", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8532", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8533", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20741", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20742", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20743", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20744", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20745", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20746", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20747", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20748", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20749", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20750", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20751", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8534", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8535", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8536", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8537", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8538", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8539", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8540", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8541", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8542", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8560", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8561", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8562", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8563", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20951", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20952", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20953", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20954", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20955", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20956", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20957", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20958", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20959", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20960", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20961", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8564", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8565", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8566", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8567", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8568", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8569", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8570", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8571", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8572", "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_507", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20752", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20753", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8543", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8544", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20962", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20963", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8573", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8574", "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_20754", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20755", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20756", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20964", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20965", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20966", "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_8545", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8575", "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_512", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_513", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20757", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8546", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20967", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_8576", "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_514", - "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20758", + "https://tc39.es/ecma262/multipage/error-handling-and-language-extensions.html#_ref_20968", "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", @@ -18329,55 +18369,55 @@ "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#shortcuts-help", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#spec-container", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#sec-ecmascript-standard-built-in-objects", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20759", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20760", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8547", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8548", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8549", - "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_8550", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8551", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8552", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8553", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8554", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8555", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8556", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8557", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8558", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8559", - "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_8560", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8561", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8562", - "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_8563", - "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_8564", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8565", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8566", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8567", - "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_8568", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8569", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8570", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8571", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8572", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8573", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8574", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8575", - "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8576", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20969", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_20970", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8577", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8578", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8579", + "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_8580", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8581", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8582", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8583", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8584", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8585", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8586", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8587", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8588", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8589", + "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_8590", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8591", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8592", + "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_8593", + "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_8594", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8595", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8596", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8597", + "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_8598", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8599", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8600", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8601", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8602", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8603", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8604", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8605", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8606", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8607", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8608", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8609", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8610", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8611", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8612", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8613", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8614", "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_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_8585", + "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_8615", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_523", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_524", "https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html#_ref_525", @@ -18400,15 +18440,15 @@ "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#sec-global-object", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8586", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8587", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8588", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8589", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8616", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8617", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8618", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8619", "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#sec-globalthis", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8590", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8591", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8620", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8621", "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_526", @@ -18422,48 +18462,12 @@ "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#sec-eval-x", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8592", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8622", "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#sec-performeval", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8593", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8594", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8595", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8596", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8597", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8598", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8599", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8600", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8601", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8602", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8603", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8604", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8605", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8606", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8607", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20761", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8608", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8609", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20762", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20763", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8610", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20764", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8611", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20765", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8612", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20766", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8613", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8614", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8615", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8616", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8617", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8618", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8619", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8620", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8621", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_8622", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8623", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8624", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8625", @@ -18475,20 +18479,21 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8631", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8632", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8633", - "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_8634", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8635", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8636", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8637", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20971", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8638", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8639", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20972", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20973", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8640", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20974", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8641", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20975", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8642", - "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_20767", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20976", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8643", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8644", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8645", @@ -18501,8 +18506,6 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8652", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8653", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8654", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-throw-duplicate-binding", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8655", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8656", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8657", @@ -18510,74 +18513,62 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8659", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8660", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8661", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20768", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20769", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20770", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8662", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20771", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20772", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20773", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20774", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8663", + "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_8664", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8665", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20775", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20776", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20777", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8666", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8667", - "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8668", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8669", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8670", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8671", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8672", + "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_20977", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8673", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8674", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8675", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8676", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8677", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8678", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8679", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8680", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", - "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#sec-isfinite-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8681", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8682", - "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_8683", - "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#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8684", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-throw-duplicate-binding", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_529", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8685", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20778", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20779", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8686", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8687", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_20780", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8688", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8689", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8690", - "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_8691", - "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20978", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20979", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20980", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8692", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20981", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20982", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20983", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20984", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8693", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8694", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-web-compat-insertion-point", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_530", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8695", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20985", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20986", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20987", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8696", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8697", + "https://tc39.es/ecma262/multipage/global-object.html#step-evaldeclarationinstantiation-post-validation", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8698", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8699", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8700", @@ -18586,45 +18577,43 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8703", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8704", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8705", - "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-handling-functions", - "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-syntax-and-semantics", - "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_8706", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8707", - "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_8708", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_531", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8709", - "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_535", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8710", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_532", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_533", + "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#sec-isfinite-number", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8711", - "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_536", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8712", + "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_8713", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", - "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "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#sec-parsefloat-string", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8714", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8715", - "https://tc39.es/ecma262/multipage/global-object.html#_ref_537", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20988", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_534", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20989", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8716", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8717", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_20990", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8718", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8719", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8720", + "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_8721", + "https://tc39.es/ecma262/multipage/global-object.html#sec-parseint-string-radix", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8722", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8723", - "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_8724", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8725", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8726", @@ -18632,6 +18621,57 @@ "https://tc39.es/ecma262/multipage/global-object.html#_ref_8728", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8729", "https://tc39.es/ecma262/multipage/global-object.html#_ref_8730", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8731", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8732", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8733", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8734", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8735", + "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-handling-functions", + "https://tc39.es/ecma262/multipage/global-object.html#sec-uri-syntax-and-semantics", + "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_8736", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8737", + "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_8738", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8739", + "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_535", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuri-uri", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8740", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8741", + "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_536", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encodeuricomponent-uricomponent", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8742", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8743", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "https://tc39.es/ecma262/multipage/global-object.html#sec-encode", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8744", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8745", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_537", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8746", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8747", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8748", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8749", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8750", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8751", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8752", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8753", + "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_8754", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8755", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8756", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8757", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8758", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8759", + "https://tc39.es/ecma262/multipage/global-object.html#_ref_8760", "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_538", @@ -18743,299 +18783,257 @@ "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_8731", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8732", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8733", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8734", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8735", - "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_8736", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8737", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8738", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8739", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8740", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8741", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8742", - "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_8743", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8744", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8745", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8746", - "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_8747", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8748", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8749", - "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_8750", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8751", - "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_8752", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8753", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8754", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8755", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8756", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8757", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8758", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8759", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8760", - "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_8761", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8762", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8763", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8764", - "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_8765", + "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_8766", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8767", - "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_8768", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8769", - "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#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8770", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8771", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8772", + "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_8773", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8774", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8775", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8776", + "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_8777", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8778", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8779", - "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#sec-object.defineproperties", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperties", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8780", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8781", + "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_8782", - "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_8783", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8784", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8785", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8786", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8787", - "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_8788", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8789", - "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_8790", + "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_8791", - "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_8792", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8793", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8794", + "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_8795", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8796", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8797", + "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_8798", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8799", + "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#sec-object.fromentries", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8800", - "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_8801", - "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_8802", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8803", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8804", - "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_8805", - "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_8806", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8807", - "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_8808", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8809", - "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#sec-object.getownpropertydescriptor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8810", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8811", - "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_8812", + "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_8813", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8814", - "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_8815", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8816", - "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_8817", + "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_8818", - "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_8819", + "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_8820", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8821", - "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#sec-getownpropertykeys", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-getownpropertykeys", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8822", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8823", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8824", - "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#sec-properties-of-the-object-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8825", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_582", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8826", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8827", - "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_8828", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8829", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8830", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_583", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_585", - "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#sec-object.getprototypeof", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getprototypeof", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8831", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", + "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_8832", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8833", - "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.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_8834", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", + "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_8835", - "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#_ref_590", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "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_8836", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8837", - "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#sec-object.isfrozen", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.isfrozen", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8838", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8839", + "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_8840", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8841", + "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_8842", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8843", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8844", - "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#sec-object.preventextensions", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.preventextensions", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8845", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__proto__", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8851", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8852", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8846", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-get-object.prototype.__proto__", + "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_8847", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8848", + "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_8849", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8850", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype-legacy-accessor-methods", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8867", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8868", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineGetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8851", + "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_8852", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8853", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8854", + "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#sec-properties-of-the-object-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8855", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_582", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8856", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8857", + "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_8858", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-hasownproperty-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8859", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8860", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_583", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_584", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_585", + "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_8861", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-isprototypeof-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8862", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8863", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", + "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.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_8864", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-propertyisenumerable-toobject", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8865", + "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#_ref_590", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.tolocalestring", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8866", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-object-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8867", + "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_8868", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8869", - "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_8870", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8871", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8872", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8873", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8874", + "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_8875", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__proto__", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8881", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8882", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8876", - "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#sec-get-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8877", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-set-object.prototype.__proto__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8878", - "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#sec-createdynamicfunction", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8879", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8880", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8881", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8882", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype-legacy-accessor-methods", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8897", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8898", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineGetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8883", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8884", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8885", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8886", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__defineSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8887", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8888", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8889", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20781", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20782", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20783", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20784", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20785", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20786", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20787", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20788", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20789", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8890", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20790", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20791", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20792", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupGetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8891", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8892", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8893", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.prototype.__lookupSetter__", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8894", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8895", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8896", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8897", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8898", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-object-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8899", + "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_8900", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8901", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8902", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8903", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8904", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8905", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8906", + "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_8907", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8908", + "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#sec-createdynamicfunction", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8909", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8910", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8911", @@ -19046,37 +19044,37 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8916", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8917", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8918", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8919", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20991", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20992", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20993", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20994", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20995", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20996", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20997", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20998", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20999", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8920", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21000", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21001", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21002", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8921", - "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_8922", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8923", - "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_8924", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8925", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8926", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8927", - "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_8928", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8929", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8930", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8931", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8932", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8933", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8934", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8935", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8936", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8937", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_591", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8938", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8939", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8940", @@ -19088,405 +19086,447 @@ "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8946", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8947", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8948", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-function-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8949", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8950", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8951", + "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_8952", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8953", - "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#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_8954", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8955", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8956", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8957", + "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_8958", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8959", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8960", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_592", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8961", - "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_8962", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-function-proto-apply-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8963", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8964", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_593", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8965", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20793", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8966", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20794", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20795", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8967", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_591", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.bind", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8968", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8969", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20796", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20797", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20798", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20799", - "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_8970", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8971", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8972", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8973", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_594", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8974", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_595", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8975", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8976", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8977", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8978", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8979", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8980", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8981", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8982", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20800", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20801", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20802", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_20803", - "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_8983", + "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_8984", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8985", - "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#step-function-proto-call-call", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8986", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8987", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8988", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8989", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8990", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_592", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function.prototype.constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8991", - "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#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_8992", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8993", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8994", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_593", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8995", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21003", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8996", - "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_21004", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21005", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8997", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_8998", - "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_8999", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21006", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#prod-NativeFunction", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21007", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21008", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21009", + "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_9000", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9001", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9002", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9003", - "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_594", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9004", - "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_595", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_596", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-length", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9005", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-name", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9006", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9007", - "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_9008", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9009", - "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_9010", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9011", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9012", - "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_21010", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21011", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21012", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_21013", + "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_9013", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_597", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9014", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9015", + "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_9016", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean-constructor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9017", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9018", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9019", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9020", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9021", + "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_9022", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9023", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-boolean-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9024", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9025", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9026", + "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_9027", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9028", + "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_9029", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9030", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9031", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9032", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-boolean.prototype.constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9033", + "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_9034", + "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_9035", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-boolean-instances", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9036", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9037", + "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_9038", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9039", + "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_9040", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-constructor", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9041", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9042", + "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_9043", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_597", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.for", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9044", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9045", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9046", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9047", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9048", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9049", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9050", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9051", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9052", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9053", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_598", "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-globalsymbolregistry-record-fields", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9024", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9054", "https://tc39.es/ecma262/multipage/fundamental-objects.html#table-44", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9025", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9055", "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_9026", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9056", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_599", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.isconcatspreadable", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9027", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9057", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_600", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.iterator", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9028", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9058", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_601", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9029", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9030", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9059", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9060", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_602", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9031", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9032", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9061", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9062", "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_9033", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9063", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_603", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.matchall", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9034", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9064", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_604", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9035", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9065", "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_9036", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9066", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_605", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.search", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9037", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9067", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_606", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.species", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9038", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9068", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_607", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.split", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9039", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9069", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_608", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.toprimitive", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9040", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9070", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_609", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.tostringtag", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9041", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9071", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_610", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.unscopables", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9042", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9072", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_611", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-symbol-prototype-object", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9043", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9044", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9045", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9073", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9074", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9075", "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_9046", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9047", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9048", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9049", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9076", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9077", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9078", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9079", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9050", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9080", "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_9051", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9052", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9081", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9082", "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_9053", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9054", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9083", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9084", "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_9055", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9056", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9057", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9085", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9086", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9087", "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_9058", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9088", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@toprimitive", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9059", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9089", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9060", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9090", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-symbol-instances", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9061", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9062", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9091", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9092", "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_612", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_613", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9063", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9064", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9065", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9093", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9094", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9095", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9066", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9096", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9067", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9068", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9069", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9070", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9097", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9098", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9099", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9100", "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_9071", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9072", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9073", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9074", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9075", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9101", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9102", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9103", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9104", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9105", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-error-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9076", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9077", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9106", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9107", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9078", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9108", "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_9079", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9080", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9109", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9110", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-error.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9081", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9111", "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#sec-error.prototype.tostring", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9082", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9083", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9084", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9085", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9086", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9087", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9112", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9113", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9114", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9115", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9116", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9117", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-error-instances", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9088", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9089", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9118", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9119", "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_614", "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-evalerror", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9090", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9120", "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_9091", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9121", "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_9092", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9122", "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_9093", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9123", "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_9094", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9124", "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_9095", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9125", "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_615", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9096", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9097", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9126", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9127", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_616", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror-constructors", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9098", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9099", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9100", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9101", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9102", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9128", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9129", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9130", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9131", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9132", "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_9103", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9133", "https://tc39.es/ecma262/multipage/fundamental-objects.html#step-nativerror-ordinarycreatefromconstructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9104", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9105", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9106", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9107", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9134", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9135", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9136", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9137", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_617", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9108", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9138", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-nativeerror-constructors", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9109", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9110", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9139", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9140", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_618", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9111", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9141", "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_9112", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9113", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9142", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9143", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9114", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9144", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_619", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-nativeerror.prototype.message", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9115", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9145", "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_9116", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9117", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9146", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9147", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-nativeerror-instances", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9118", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9148", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_620", "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_9119", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9149", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error-constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9120", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9121", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9122", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9123", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9150", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9151", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9152", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9153", "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_9124", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9125", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9126", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9127", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9128", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9129", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9130", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9131", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9154", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9155", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9156", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9157", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9158", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9159", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9160", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9161", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-aggregate-error-constructors", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9132", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9133", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9162", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9163", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9134", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9164", "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_9135", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9136", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9165", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9166", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-aggregate-error.prototype.constructor", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9137", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9167", "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_9138", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9139", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9168", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9169", "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_621", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-abstract-operations-for-error-objects", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-installerrorcause", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9140", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9141", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9142", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9143", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9144", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9145", - "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9146", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9170", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9171", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9172", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9173", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9174", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9175", + "https://tc39.es/ecma262/multipage/fundamental-objects.html#_ref_9176", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane-spacer", "https://tc39.es/ecma262/multipage/fundamental-objects.html#references-pane", @@ -19508,148 +19548,111 @@ "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_9147", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9148", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9149", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9150", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9151", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9152", - "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_9153", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9154", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9155", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9156", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9157", - "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_9158", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9159", - "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_9160", - "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_9161", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9162", - "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_9163", - "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_9164", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_622", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9165", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#safe-integer", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9166", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9167", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9168", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9169", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9170", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9171", - "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_9172", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9173", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9174", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9175", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9176", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_623", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9177", - "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-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9178", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9179", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9180", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9181", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9182", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9183", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9184", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9185", - "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_9186", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9187", - "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_9184", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9185", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9186", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9187", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-the-number-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9188", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9189", - "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#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_9190", - "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#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_9191", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9192", - "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#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_9193", + "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_9194", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_622", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9195", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#safe-integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9196", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9197", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9198", - "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_9199", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9200", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9201", + "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_9202", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9203", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9204", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9205", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9206", - "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_623", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9207", + "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#_ref_9208", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9209", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.min_safe_integer", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9210", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9211", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9212", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9213", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9214", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_624", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9215", + "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_9216", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9217", + "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_9218", - "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#sec-number.parseint", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.parseint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9219", + "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_9220", + "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_9221", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9222", + "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_9223", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9224", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9225", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9226", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9227", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9228", + "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_9229", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9230", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9231", - "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_9232", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9233", - "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_9234", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9235", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9236", + "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_9237", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9238", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9239", @@ -19657,422 +19660,423 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9241", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9242", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9243", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_625", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9244", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9245", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9246", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9247", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9248", + "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_9249", - "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_9250", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9251", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9252", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9253", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9254", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9255", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9256", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9257", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9258", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9259", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9260", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9261", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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#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_9262", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9263", + "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_9264", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9265", - "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_9266", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9267", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9268", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9269", - "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_9270", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9271", - "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_9272", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9273", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9274", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9275", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9276", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9277", - "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_9278", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9279", + "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_9280", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9281", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9282", - "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_9283", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9284", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9285", - "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_9286", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9287", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-number-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9288", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9289", + "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_9290", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9291", - "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_9292", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9293", - "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#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_9294", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9295", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9296", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9297", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-numbertobigint", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9298", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9299", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9300", - "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_9301", + "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_9302", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9303", + "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_9304", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9305", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9306", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_626", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-value-properties-of-the-math-object", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9307", - "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_9308", - "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_9309", - "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#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_9310", - "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_9311", - "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_9312", - "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_9313", - "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#sec-bigint.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9314", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", + "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_9315", - "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_9316", - "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_9317", - "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#thisbigintvalue", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9318", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9319", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9320", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9321", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.acosh", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9322", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9323", + "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_9324", - "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_9325", + "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_9326", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9327", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9328", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9329", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9330", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9331", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9332", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint.prototype.valueof", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9333", - "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#sec-bigint.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9334", + "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_9335", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9336", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9337", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9338", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9339", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9340", - "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_626", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-value-properties-of-the-math-object", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.e", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9341", + "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_9342", + "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_9343", - "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#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_9344", + "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_9345", + "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_9346", + "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_9347", + "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_9348", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math-@@tostringtag", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9349", + "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_9350", + "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_9351", + "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_9352", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9353", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9354", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9355", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9356", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9357", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9358", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9359", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9360", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9361", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9362", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9363", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9364", - "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_9365", + "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_9366", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9367", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9368", - "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_9369", + "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_9370", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9371", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9372", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9373", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9374", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.clz32", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9375", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9376", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9377", + "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_9378", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9379", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9380", - "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#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_9381", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9382", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9383", - "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_9384", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9385", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9386", - "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_9387", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9388", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9389", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9390", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9391", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9392", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9393", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9394", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9395", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9396", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9397", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9398", - "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_9399", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9400", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9401", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9402", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.imul", + "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_9403", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9404", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9405", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9406", + "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_9407", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9408", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9409", - "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_9410", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9411", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9412", - "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#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_9413", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9414", + "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_9415", - "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_9416", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9417", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9418", - "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#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_9419", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9420", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9421", - "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_9421", + "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_9422", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9423", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9424", + "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_9425", - "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_9426", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9427", + "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_9428", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9429", - "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_9430", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9431", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9432", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9433", + "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_9434", - "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_9435", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9436", + "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_9437", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9438", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9439", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9440", - "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#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_9441", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9442", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9443", - "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_9444", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9445", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9446", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9447", - "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#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_9448", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9449", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9450", - "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#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_9451", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9452", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9453", - "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#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_9454", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9455", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9456", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "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_9457", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9458", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9459", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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#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_9460", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9461", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9462", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9463", + "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_9464", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9465", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9466", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9467", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", - "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#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_9468", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9469", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9470", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.random", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9471", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9472", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerDay", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeWithinDay", + "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_9473", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9474", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9475", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9476", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9477", - "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#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_9478", + "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_9479", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9480", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9481", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9482", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9483", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9484", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9485", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.sqrt", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9486", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9487", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9488", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.tan", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9489", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9490", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9491", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9492", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9493", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9494", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-math.trunc", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9495", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9496", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9497", + "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_9498", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9499", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_627", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-time-values-and-time-range", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9500", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9501", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9502", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9503", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9504", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9505", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_628", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_629", + "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_9506", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-Day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9507", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9508", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9509", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9510", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", + "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_9511", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9512", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9513", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9514", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9515", + "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_9516", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9517", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9518", @@ -20085,6 +20089,7 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9525", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9526", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9527", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DaysFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9528", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9529", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9530", @@ -20094,21 +20099,24 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9534", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9535", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9536", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-TimeFromYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9537", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9538", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9539", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-YearFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9540", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9541", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-InLeapYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9542", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9543", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9544", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9545", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-month-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9546", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9547", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9548", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9549", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MonthFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9550", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9551", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9552", @@ -20142,15 +20150,14 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9580", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9581", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9582", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-DayWithinYear", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9583", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9584", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9585", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9586", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-number", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9587", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9588", - "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_9589", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9590", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9591", @@ -20169,140 +20176,125 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9604", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9605", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9606", - "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_9607", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9608", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9609", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9610", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9611", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-utc-t", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9612", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9613", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9614", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9615", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9616", - "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_9617", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9618", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9619", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9620", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9621", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9622", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9623", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-week-day", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9624", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9625", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9626", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9627", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9628", + "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_9629", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9630", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9631", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9633", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9635", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9636", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9637", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9640", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9641", - "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_9642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9644", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9645", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9646", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9647", - "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_9648", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9649", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9650", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9651", + "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_9652", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9653", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9654", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9655", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9656", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hours-minutes-second-and-milliseconds", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9657", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9658", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-HourFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9659", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9660", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9661", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9662", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9663", - "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_9664", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-MinFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9665", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9666", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9667", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9668", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9669", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9670", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-SecFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9671", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9672", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9673", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9674", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9675", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9676", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msFromTime", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9677", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9678", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9679", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9680", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9681", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#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_9682", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9683", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9684", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#eqn-msPerHour", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9685", - "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_9686", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9687", + "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_9688", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9689", - "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_9690", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9691", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9692", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9693", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9694", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-time-string-format", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", - "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_9695", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9696", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9697", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9698", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9699", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9700", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9701", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9702", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9703", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-year-month-date-hours-minutes-seconds-ms", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-value", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor-date", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makeday", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9704", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9705", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9706", @@ -20313,7 +20305,6 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9711", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9712", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9713", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9714", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9715", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9716", @@ -20326,35 +20317,42 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9723", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9724", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9725", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-makedate", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9726", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9727", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9728", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9729", + "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_9730", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9731", - "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_9732", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9733", - "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_9734", - "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#sec-date-time-string-format", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_630", + "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_9735", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_631", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_632", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9736", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_633", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9737", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9738", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9739", - "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_9740", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_637", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9741", - "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_9742", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9743", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-year-month-date-hours-minutes-seconds-ms", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-value", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date-constructor-date", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9744", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9745", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9746", @@ -20365,150 +20363,156 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9751", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9752", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9753", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_634", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9754", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9755", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9756", - "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_9757", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9758", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9759", - "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_9760", - "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_9761", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9762", - "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_9763", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9764", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9765", - "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_9766", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9767", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9768", - "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_9769", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9770", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9771", - "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#sec-properties-of-the-date-constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9772", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9773", + "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_9774", - "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#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_9775", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9776", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9777", - "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_9778", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9779", + "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_9780", - "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_637", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9781", + "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_9782", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9783", - "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_9784", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9785", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9786", - "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_9787", - "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_9788", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9789", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9790", - "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_9791", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9792", - "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_9793", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9794", - "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_9795", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9796", - "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#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_9797", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9798", - "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_9799", + "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_9800", - "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#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_9801", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype.constructor", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9802", - "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#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_9803", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9804", - "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_9805", + "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_9806", - "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_9807", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9808", + "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_9809", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9810", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9811", + "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_9812", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9813", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9814", + "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_9815", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9816", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9817", - "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#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_9818", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9819", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9820", + "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_9821", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9822", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9823", + "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_9824", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9825", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9826", + "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_9827", + "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_9828", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9829", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9830", - "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#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_9831", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9832", + "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_9833", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9834", + "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_9835", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9836", + "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_9837", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9838", + "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_9839", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9840", + "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_9841", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9842", + "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_9843", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9844", + "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_9845", - "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_9846", + "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_9847", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9848", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9849", @@ -20520,8 +20524,8 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9855", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9856", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9857", - "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#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_9858", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9859", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9860", @@ -20535,9 +20539,9 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9868", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9869", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9870", + "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_9871", - "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_9872", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9873", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9874", @@ -20550,10 +20554,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9881", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9882", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9883", - "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_9884", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9885", + "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_9886", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9887", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9888", @@ -20565,14 +20569,12 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9894", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9895", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9896", - "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_9897", + "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_9898", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9899", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9900", - "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_9901", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9902", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9903", @@ -20582,10 +20584,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9907", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9908", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9909", - "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_9910", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9911", + "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_9912", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9913", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9914", @@ -20595,11 +20597,11 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9918", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9919", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9920", - "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_9921", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9922", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9923", + "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_9924", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9925", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9926", @@ -20610,46 +20612,46 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9931", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9932", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9933", - "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_9934", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9935", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9936", + "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_9937", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9938", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9939", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9940", + "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_9941", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9942", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9943", - "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_9944", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9945", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9946", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9947", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9948", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9949", + "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_9950", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9951", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9952", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9953", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9954", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9955", - "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_9956", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9957", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9958", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9959", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9960", + "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_9961", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9962", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9963", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9964", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9965", - "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_9966", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9967", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9968", @@ -20658,48 +20660,35 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9971", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9972", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9973", + "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_9974", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9975", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9976", - "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_9977", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9978", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9979", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9980", - "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_9981", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9982", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9983", - "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_639", + "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_9984", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9985", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9986", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9987", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9988", - "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_9989", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9990", - "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_9991", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9992", - "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_9993", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9994", - "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_9995", + "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_9996", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", - "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_9997", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9998", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_9999", @@ -20709,12 +20698,10 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10003", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10004", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10005", + "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_10006", - "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_641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10007", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10008", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10009", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10010", @@ -20724,64 +20711,127 @@ "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10014", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10015", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10016", - "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#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_10017", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10018", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10019", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10020", + "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_10021", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10022", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_638", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10023", + "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_639", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10024", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10025", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10026", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10027", - "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_10028", + "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_10029", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10030", + "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_10031", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10032", - "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#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_10033", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10034", + "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_10035", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10036", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_640", + "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_10037", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10038", - "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_10039", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10040", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10041", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_643", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10042", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_644", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10043", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10044", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10045", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10046", + "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_641", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10047", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_642", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10048", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10049", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10050", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10051", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10052", - "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_10053", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10054", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10055", - "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10056", + "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_10057", "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10058", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10059", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10060", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10061", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10062", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10063", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10064", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10065", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10066", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10067", + "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_10068", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10069", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10070", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10071", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10072", + "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_10073", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10074", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10075", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10076", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10077", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10078", + "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_10079", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10080", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10081", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_643", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10082", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_644", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10083", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10084", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10085", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10086", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10087", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10088", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10089", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10090", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10091", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10092", + "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_10093", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-date.prototype-@@toprimitive", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10094", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10095", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-properties-of-date-instances", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10096", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10097", + "https://tc39.es/ecma262/multipage/numbers-and-dates.html#_ref_10098", "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", @@ -20803,175 +20853,127 @@ "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_10059", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10060", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10061", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10062", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10063", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10064", - "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_10065", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10066", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10067", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10068", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10069", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10070", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10071", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.fromcharcode", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10072", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10073", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10074", - "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_10075", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10076", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10077", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10078", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10079", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10080", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10081", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10082", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10083", - "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_10084", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10085", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10086", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10087", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10088", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10089", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10090", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10091", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10092", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10093", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10094", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10095", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_645", - "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_10096", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10097", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10098", - "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_10099", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10100", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10101", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10102", - "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_10103", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10104", + "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_10105", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10106", - "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_10107", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10108", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10109", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-string-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10110", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10111", + "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_10112", - "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_10113", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10114", + "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_10115", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10116", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10117", - "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_10118", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_646", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10119", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10120", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10121", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10122", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10123", - "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#sec-string.raw", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.raw", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10124", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10125", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10127", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10128", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10129", - "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_10130", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10131", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10132", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10133", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10134", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10135", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_645", + "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_10136", - "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_10137", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10138", + "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_10139", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10140", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10141", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10142", + "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_10143", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10144", - "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_10145", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10146", + "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_10147", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10148", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10149", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10150", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10151", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10152", - "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#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_10153", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10154", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10155", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10156", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10157", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10158", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_646", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_647", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10159", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10160", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10161", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10162", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10163", - "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#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_10164", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10165", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10166", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10167", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10168", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10169", + "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_10170", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10171", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10172", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10173", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10173", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10174", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10175", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10176", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10177", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10178", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10179", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10180", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10181", - "https://tc39.es/ecma262/multipage/text-processing.html#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_10182", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10183", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10184", + "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_10185", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10186", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10187", @@ -20980,25 +20982,21 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10190", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10191", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10192", + "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_10193", - "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_10194", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10195", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10196", - "https://tc39.es/ecma262/multipage/text-processing.html#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_10197", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10198", - "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_10199", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10200", - "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_10201", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10202", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10203", + "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_10204", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10205", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10206", @@ -21007,22 +21005,20 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10209", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10210", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10211", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10212", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10213", + "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_10214", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10215", - "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_10216", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10217", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10218", - "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_10219", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10220", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10221", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10222", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10223", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10224", @@ -21035,17 +21031,21 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10231", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10232", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10233", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10234", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10235", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10236", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10237", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", - "https://tc39.es/ecma262/multipage/text-processing.html#table-45", - "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10238", + "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_10239", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10240", + "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_10241", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10242", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10243", @@ -21057,20 +21057,24 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10249", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10250", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10251", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10252", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10253", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10254", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10255", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10256", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10257", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10258", + "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_10259", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10260", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10261", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10262", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10263", - "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_10264", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10265", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10266", @@ -21085,6 +21089,10 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10275", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10276", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10277", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", + "https://tc39.es/ecma262/multipage/text-processing.html#table-45", + "https://tc39.es/ecma262/multipage/text-processing.html#table-replacement-text-symbol-substitutions", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10278", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10279", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10280", @@ -21098,8 +21106,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10288", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10289", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10290", - "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_10291", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10292", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10293", @@ -21108,20 +21114,18 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10296", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10297", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10298", - "https://tc39.es/ecma262/multipage/text-processing.html#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_10299", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10300", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10301", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10302", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10303", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10304", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10305", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10306", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10307", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10308", - "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_10309", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10310", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10311", @@ -21144,19 +21148,19 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10328", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10329", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10330", - "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_10331", + "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_10332", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10333", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10334", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10335", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10336", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10337", - "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_10338", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10339", + "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_10340", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10341", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10342", @@ -21165,242 +21169,292 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10345", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10346", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10347", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10348", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10349", + "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_10350", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10351", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10352", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10353", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10354", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10355", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10356", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10357", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10358", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10359", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10360", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10361", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10362", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10363", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10364", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10365", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10366", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10367", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10368", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10369", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10370", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10371", + "https://tc39.es/ecma262/multipage/text-processing.html#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_10372", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10373", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10374", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10375", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10376", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10377", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10378", + "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_10379", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10380", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10381", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10382", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10383", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10384", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10385", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10386", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10387", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10388", "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_648", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10348", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10389", "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_649", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10349", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10390", "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_650", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10350", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10351", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10352", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10353", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10391", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10392", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10393", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10394", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10354", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10395", "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_651", "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_652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10355", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10396", "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_10356", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10357", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10358", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10397", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10398", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10399", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_653", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10359", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10360", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10361", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20804", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20805", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10400", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10401", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10402", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21014", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21015", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_654", "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_655", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10362", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10403", "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_656", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10363", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10404", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10364", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10405", "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_657", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10365", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10366", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10367", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10368", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10369", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10370", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10371", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10372", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10373", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10406", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10407", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10408", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10409", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10410", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10411", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10412", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10413", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10414", "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-string-instances", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10374", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10375", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10376", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10415", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10416", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10417", "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_10377", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10418", "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_10378", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10379", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10419", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10420", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10380", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10421", "https://tc39.es/ecma262/multipage/text-processing.html#sec-%stringiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10381", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10422", "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_10382", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20806", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10423", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21016", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Pattern", "https://tc39.es/ecma262/multipage/text-processing.html#prod-B7AwVhmt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20807", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21017", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Disjunction", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20808", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21018", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MCRqOZOt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20809", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20810", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21019", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21020", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Alternative", "https://tc39.es/ecma262/multipage/text-processing.html#prod-59aIYYAE", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AWMX5oRX", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20811", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20812", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21021", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21022", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Term", "https://tc39.es/ecma262/multipage/text-processing.html#prod-R1uQAeY_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20813", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21023", "https://tc39.es/ecma262/multipage/text-processing.html#prod-j_jePxdh", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20814", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21024", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FwIStaHw", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20815", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20816", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21025", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21026", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Assertion", "https://tc39.es/ecma262/multipage/text-processing.html#prod--UK1vL-o", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2McWu3FN", "https://tc39.es/ecma262/multipage/text-processing.html#prod-dGY5m3B5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-cEq5EQ6K", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Cf1SEDgB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20817", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21027", "https://tc39.es/ecma262/multipage/text-processing.html#prod-FyT9myEt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20818", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21028", "https://tc39.es/ecma262/multipage/text-processing.html#prod-haZS2dRF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20819", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21029", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITKxHdqR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20820", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21030", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#prod-tUDOOFuV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20821", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21031", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GZavMceB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20822", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21032", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QuantifierPrefix", "https://tc39.es/ecma262/multipage/text-processing.html#prod-vLv9dnb5", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UgDebVXB", "https://tc39.es/ecma262/multipage/text-processing.html#prod-N4RBWkLM", "https://tc39.es/ecma262/multipage/text-processing.html#prod-kgxh0ghk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20823", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21033", "https://tc39.es/ecma262/multipage/text-processing.html#prod-jfh41CSR", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20824", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21034", "https://tc39.es/ecma262/multipage/text-processing.html#prod-bLgfIwO4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20825", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20826", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21035", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21036", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Atom", "https://tc39.es/ecma262/multipage/text-processing.html#prod-hYVkAeML", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20827", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21037", "https://tc39.es/ecma262/multipage/text-processing.html#prod-6UeGTTDU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20828", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21038", "https://tc39.es/ecma262/multipage/text-processing.html#prod-gdPiaYp4", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20829", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21039", "https://tc39.es/ecma262/multipage/text-processing.html#prod-XC-6aJgH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20830", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20831", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21040", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21041", "https://tc39.es/ecma262/multipage/text-processing.html#prod-eFQJZCbr", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20832", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21042", "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_20833", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20834", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21043", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21044", "https://tc39.es/ecma262/multipage/text-processing.html#prod-AtomEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-2qcgA24q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20835", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21045", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QZtCcvYH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20836", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21046", "https://tc39.es/ecma262/multipage/text-processing.html#prod-sBosbs9Q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20837", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21047", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JlQXbw31", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20838", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21048", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-q4aq35sO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20839", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21049", "https://tc39.es/ecma262/multipage/text-processing.html#prod-lMmOF-9c", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20840", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21050", "https://tc39.es/ecma262/multipage/text-processing.html#prod-oPPhk0pZ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20841", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21051", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CrHLbIYs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20842", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20843", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21052", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21053", "https://tc39.es/ecma262/multipage/text-processing.html#prod-VtjEN4lt", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20844", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21054", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ControlEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupSpecifier", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20845", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21055", "https://tc39.es/ecma262/multipage/text-processing.html#prod-GroupName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CieYjAI6", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20846", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21056", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierName", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UEFofPmM", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20847", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21057", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Wlj6DCQi", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20848", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20849", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21058", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21059", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierStart", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ChPpokvC", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20850", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21060", "https://tc39.es/ecma262/multipage/text-processing.html#prod-gHtf4gFI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20851", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21061", "https://tc39.es/ecma262/multipage/text-processing.html#prod-WBQHipLA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20852", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20853", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21062", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21063", "https://tc39.es/ecma262/multipage/text-processing.html#prod-RegExpIdentifierPart", "https://tc39.es/ecma262/multipage/text-processing.html#prod-QEKJWJ5I", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20854", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21064", "https://tc39.es/ecma262/multipage/text-processing.html#prod-tb_1J4i8", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20855", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21065", "https://tc39.es/ecma262/multipage/text-processing.html#prod-NsruFaTJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20856", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20857", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21066", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21067", "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_20858", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20859", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20860", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20861", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20862", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21068", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21069", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21070", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21071", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21072", "https://tc39.es/ecma262/multipage/text-processing.html#prod-5oXd8wzV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20863", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21073", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CzkVQCuc", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20864", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21074", "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_20865", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20866", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20867", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20868", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21075", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21076", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21077", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21078", "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_20869", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20870", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-AEZ_iyDC", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21079", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21080", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10424", "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_20871", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20872", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-aZFqSbDx", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21081", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21082", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10425", "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_20873", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20874", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-YFxZ-zB2", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21083", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21084", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10426", "https://tc39.es/ecma262/multipage/text-processing.html#prod-IdentityEscape", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20875", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20876", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20877", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21085", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21086", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21087", "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_20878", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20879", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20880", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21088", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21089", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21090", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClassEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-SeTTaRwS", "https://tc39.es/ecma262/multipage/text-processing.html#prod-JQe22hGV", @@ -21409,609 +21463,459 @@ "https://tc39.es/ecma262/multipage/text-processing.html#prod-uRZ9YD5P", "https://tc39.es/ecma262/multipage/text-processing.html#prod-tSKKQe8i", "https://tc39.es/ecma262/multipage/text-processing.html#prod-5iubKlkQ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20881", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21091", "https://tc39.es/ecma262/multipage/text-processing.html#prod-LRNY7pYO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20882", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21092", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueExpression", "https://tc39.es/ecma262/multipage/text-processing.html#prod-wlk0gl-x", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20883", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20884", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21093", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21094", "https://tc39.es/ecma262/multipage/text-processing.html#prod-jMQ5xe2C", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20885", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21095", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyName", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20886", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21096", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20887", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20888", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21097", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21098", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValue", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20889", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21099", "https://tc39.es/ecma262/multipage/text-processing.html#prod-LoneUnicodePropertyNameOrValue", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20890", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21100", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20891", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20892", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21101", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21102", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyValueCharacter", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20893", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20894", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21103", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21104", "https://tc39.es/ecma262/multipage/text-processing.html#prod-UnicodePropertyNameCharacter", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20895", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21105", "https://tc39.es/ecma262/multipage/text-processing.html#prod-CharacterClass", "https://tc39.es/ecma262/multipage/text-processing.html#prod-bczcwPHe", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20896", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21106", "https://tc39.es/ecma262/multipage/text-processing.html#prod-Jv4TFSLc", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20897", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21107", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassRanges", "https://tc39.es/ecma262/multipage/text-processing.html#prod-SkuwrFQT", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20898", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21108", "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRanges", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20899", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21109", "https://tc39.es/ecma262/multipage/text-processing.html#prod-8-K7AdXe", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20900", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20901", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21110", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21111", "https://tc39.es/ecma262/multipage/text-processing.html#prod-EbHYacpU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20902", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20903", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20904", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21112", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21113", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21114", "https://tc39.es/ecma262/multipage/text-processing.html#prod-NonemptyClassRangesNoDash", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20905", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21115", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MjoVem1x", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20906", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20907", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21116", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21117", "https://tc39.es/ecma262/multipage/text-processing.html#prod-wzvB1IdY", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20908", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20909", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20910", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21118", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21119", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21120", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtom", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ee-3CYw6", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20911", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21121", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassAtomNoDash", "https://tc39.es/ecma262/multipage/text-processing.html#prod-DSKNclKY", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20912", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20913", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21122", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21123", "https://tc39.es/ecma262/multipage/text-processing.html#prod-ClassEscape", "https://tc39.es/ecma262/multipage/text-processing.html#prod-MZvj9Dzw", "https://tc39.es/ecma262/multipage/text-processing.html#prod-A6KLgGNK", "https://tc39.es/ecma262/multipage/text-processing.html#prod-pRiuVk3t", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20914", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21124", "https://tc39.es/ecma262/multipage/text-processing.html#prod-NKSKjwBB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20915", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21125", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_658", "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-early-errors", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_659", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20916", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10383", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20917", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20918", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20919", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10384", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20920", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20921", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20922", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20923", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20924", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20925", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10385", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20926", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20927", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10386", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20928", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10387", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20929", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20930", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20931", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20932", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20933", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10388", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20934", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10389", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20935", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10390", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20936", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10391", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20937", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10392", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20938", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10393", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20939", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20940", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20941", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20942", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10394", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20943", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10395", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20944", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10396", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20945", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10397", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20946", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10398", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20947", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10399", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20948", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20949", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10400", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20950", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20951", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20952", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20953", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10401", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20954", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20955", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20956", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10402", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20957", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20958", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20959", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20960", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10403", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20961", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20962", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20963", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20964", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10404", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20965", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10405", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10406", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10407", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20966", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10408", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20967", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20968", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10409", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20969", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10410", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10411", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10412", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20970", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20971", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_662", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10413", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20972", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20973", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10414", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparensbefore", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10415", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10416", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10417", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10418", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20974", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20975", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20976", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10419", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10420", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10421", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20977", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20978", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20979", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20980", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20981", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20982", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20983", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20984", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20985", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10422", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-G-2_KzF0", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-c9Gs2CyN", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20986", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CyWYzaiY", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-_jzYJMTx", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Z3nmWONm", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20987", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20988", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10423", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10424", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", - "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_20989", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20990", - "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_20991", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", - "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-OO2zEPPr", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20992", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20993", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20994", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20995", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20996", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20997", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20998", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10425", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_20999", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10426", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21000", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10427", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21001", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21002", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21003", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21004", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21005", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21006", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21007", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21008", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21009", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21010", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21011", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21127", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21128", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21129", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10428", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21130", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21131", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21132", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21133", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21134", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21135", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10429", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21012", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21136", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21137", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10430", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21138", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10431", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21013", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21139", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21140", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21141", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21142", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21143", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10432", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21014", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21144", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10433", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-identifier-names-static-semantics-stringvalue", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21145", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10434", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-n_is87x3", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21015", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21146", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10435", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21016", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21147", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10436", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21148", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10437", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21149", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21150", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21151", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21152", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10438", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21017", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21153", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10439", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21018", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21019", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21020", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21154", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10440", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21021", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21155", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10441", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21022", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21156", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10442", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21157", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10443", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21023", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21024", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21025", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21026", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21027", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21028", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21158", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21159", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10444", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21029", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21030", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21031", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21032", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21033", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21034", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21035", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21160", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21161", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21162", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21163", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10445", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21164", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21165", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21166", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10446", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21167", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21168", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21169", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21170", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10447", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21036", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21037", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21038", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21171", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21172", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21173", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21174", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10448", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21039", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21040", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21041", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21175", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10449", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10450", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_660", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10451", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21176", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10452", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21177", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21178", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10453", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21179", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10454", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_661", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10455", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10456", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21180", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21181", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_662", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10457", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_663", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21182", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21183", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10458", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparensbefore", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10459", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10460", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10461", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_664", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10462", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_665", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21184", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21185", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21186", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10463", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10464", - "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-record-fields", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10465", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_666", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xT1sXsIe", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21187", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21188", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKRUpdJ5", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21189", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21190", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21191", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21192", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21193", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21194", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21195", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_667", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10466", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_668", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-G-2_KzF0", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-c9Gs2CyN", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21196", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CyWYzaiY", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-_jzYJMTx", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Z3nmWONm", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21197", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3d9phfMH", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21198", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10467", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilepattern", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10468", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_669", + "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_21199", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21200", + "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_21201", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_670", + "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-OO2zEPPr", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21202", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21203", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--h1KYMFX", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21204", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-GXRVwMQi", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21205", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21206", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xQFw7WMV", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21207", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21208", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10469", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21209", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10470", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21210", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10471", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-OI8ASjmd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21211", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21212", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cC4Huuek", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21213", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21214", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KB9TwXt5", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21215", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-w_eLE8Wq", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21216", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-gm_vpVWn", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21217", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21218", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-u6hqoUgl", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21219", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21220", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21221", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10472", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-mHyeO4wo", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21042", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10473", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21043", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21222", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10474", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10475", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21223", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10476", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21224", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10477", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-identifier-names-static-semantics-stringvalue", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10478", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-n_is87x3", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21225", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10479", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21226", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10480", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10481", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10482", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-MLgOzB7a", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21227", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10483", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21228", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-s0FAcATI", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21229", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21230", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10484", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21231", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10485", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21232", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10486", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10487", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-KawRYiQy", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21233", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21234", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-hbCPVPTo", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21235", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21236", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3xUUqpuD", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21237", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qsRdhrnd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21238", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10488", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilesubpattern", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21239", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rk-_SuFT", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21240", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21241", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-NowIa6nU", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21242", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21243", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21244", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21245", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10489", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-semantics", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10490", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4rdvkKA", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21044", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21045", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10491", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21046", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21246", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_671", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21247", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21248", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10492", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21047", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21249", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21250", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21251", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10493", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10494", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21048", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21049", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21050", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21051", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21052", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21053", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21054", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21055", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10495", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10496", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21056", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21057", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10497", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21058", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10498", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21059", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10499", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-charset", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10500", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10501", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-capturerange", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10502", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10503", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10504", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchstate", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10505", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21060", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21061", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21062", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21063", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21064", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21065", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21066", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21067", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21068", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10506", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21069", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21070", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10507", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21071", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21072", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21073", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10508", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21074", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10509", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21075", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchresult", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10510", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matchercontinuation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10511", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21076", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10512", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21077", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10513", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10514", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10515", - "https://tc39.es/ecma262/multipage/text-processing.html#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_10516", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10517", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10518", + "https://tc39.es/ecma262/multipage/text-processing.html#pattern-matcher", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10519", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10520", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-done", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10521", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10522", - "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10523", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21078", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21079", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21080", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21081", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21082", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21083", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21084", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21085", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21086", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21087", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21088", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21089", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21090", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21091", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21092", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21093", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21094", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21095", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21096", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileassertion", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10524", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10525", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-sVm_wok4", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10526", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10527", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21097", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-STP3aqEM", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10528", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10529", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21098", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ViPM0g4q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10530", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10531", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10532", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10533", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-zZ_Qgb0r", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10534", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10535", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-records", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10536", + "https://tc39.es/ecma262/multipage/text-processing.html#table-regexp-record-fields", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10537", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-K3dw8gDB", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21099", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10538", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21100", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10539", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilepattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-pattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10540", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10541", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10542", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-aFJAHEX0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21101", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10543", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21102", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10544", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10545", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-mHyeO4wo", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21252", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10546", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITDs20e0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21103", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21253", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10547", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21104", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10548", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10549", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10550", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10551", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oce7U7TP", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21105", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10552", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21106", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10553", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10554", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10555", - "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_10556", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10557", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10558", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10559", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifier", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10560", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10561", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_672", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10562", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10563", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-9qV9mwu-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21107", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10564", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21108", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilesubpattern", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-term", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-alternative", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-disjunction", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10565", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-qWoBDE8M", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21109", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10566", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21110", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10567", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifierprefix", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_673", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4rdvkKA", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21254", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21255", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10568", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21256", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10569", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21257", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10570", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10571", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-s8nl1xnS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10572", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-4GxjzerI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10573", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-xg-YUvEA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10574", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cx_RnfxU", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21111", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21112", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21258", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21259", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21260", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21261", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21262", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21263", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21264", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21265", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-DxcBBSWc", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10575", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--bNWqStu", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21113", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21114", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10576", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JGD-kmEs", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21115", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21116", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21117", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21118", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10577", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileatom", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-atomescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10578", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10579", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-Js9cL8Bl", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21119", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21120", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fiPiStf_", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21266", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21267", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10580", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HeZ4ZCvZ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21121", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21268", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10581", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-lKfl4ziO", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21122", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21269", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10582", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21123", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10583", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rOrnsPez", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21124", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21125", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10584", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21126", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10585", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21127", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10586", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10587", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10588", @@ -22021,46 +21925,48 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10592", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10593", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10594", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-G6MNAyJ9", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21128", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10595", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21129", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-cCYT06VF", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21130", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10596", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21131", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10597", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10598", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_679", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-HH-Xi2Q_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21132", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21270", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21271", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21272", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21273", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21274", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21275", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21276", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21277", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-tmSpn0_R", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21278", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10599", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21133", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21279", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10600", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-k2ESRh0v", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21134", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-fNHoehtY", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21280", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10601", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21135", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21281", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-LaYcA3Qv", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21282", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21283", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10602", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-VB-OogXI", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21136", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21284", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10603", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21137", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21285", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10604", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21138", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10605", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21286", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10606", - "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_21287", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10607", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10608", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10609", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10610", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10611", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10612", + "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_10613", - "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_10614", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10615", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10616", @@ -22071,192 +21977,116 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10621", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10622", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10623", - "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#step-repeatmatcher-done", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10624", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10625", + "https://tc39.es/ecma262/multipage/text-processing.html#step-repeatmatcher-clear-captures", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10626", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21139", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21140", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10627", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21141", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21142", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21143", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21144", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21145", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21146", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21147", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21148", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21149", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilecharacterclass", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10628", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21288", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21289", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21290", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21291", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21292", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21293", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21294", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21295", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21296", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21297", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21298", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21299", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21300", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21301", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21302", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_674", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21303", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21304", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21305", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_675", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21306", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileassertion", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-assertion", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10629", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10630", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-SO4ILMRd", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21150", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10631", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21151", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_676", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-sVm_wok4", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10632", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-g364uoyk", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21152", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10633", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21153", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10634", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-compiletocharset", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10635", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10636", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-shxjwMBA", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21154", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21155", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21307", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-STP3aqEM", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10637", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21156", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10638", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21157", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21158", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21159", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21160", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10639", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21161", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10640", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21162", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10641", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21163", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21308", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ViPM0g4q", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10642", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21164", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21165", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10643", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21166", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10644", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21167", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21168", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21169", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21170", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10645", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21171", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10646", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21172", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10647", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21173", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10648", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21174", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21175", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21176", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21177", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21178", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21179", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21180", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21181", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21182", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21183", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21184", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21185", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", - "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21186", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-zZ_Qgb0r", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10649", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21187", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21188", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21189", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21190", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-E23U4UCW", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-CJ70Staj", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-4qp2L35t", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21191", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21192", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-sOQsJGFN", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-yVuyKzZ7", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10650", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-3TNl1K-Z", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-kc86cCn-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21193", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10651", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21194", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-rM2HtPxJ", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21195", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10652", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21196", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-5_vYUeM-", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21197", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21198", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10653", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21199", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10654", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10655", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-K3dw8gDB", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21309", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10656", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21310", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10657", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10658", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21200", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10659", - "https://tc39.es/ecma262/multipage/text-processing.html#prod-JU4eVWl0", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21201", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10660", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21202", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10661", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10662", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10663", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10664", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-characterrange-abstract-operation", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10665", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10666", - "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_10667", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-aFJAHEX0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21311", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10668", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21312", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10669", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10670", - "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_10671", - "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10672", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10673", - "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10674", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10675", - "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_10676", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-ITDs20e0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21313", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10677", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21314", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10678", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10679", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10680", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10682", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10683", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10685", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10686", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10687", - "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_10688", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Oce7U7TP", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21315", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10689", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21316", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10691", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10692", @@ -22264,110 +22094,132 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10694", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10695", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10696", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21203", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21204", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21205", - "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_10697", + "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_10698", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10699", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10700", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10701", - "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#sec-compilequantifier", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-quantifier", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10702", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10703", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10704", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10705", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-9qV9mwu-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21317", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10706", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21318", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10707", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-qWoBDE8M", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21319", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10708", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21320", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10709", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilequantifierprefix", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10710", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10711", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21206", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10712", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10713", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-s8nl1xnS", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10714", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-4GxjzerI", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10715", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-xg-YUvEA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10716", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cx_RnfxU", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21321", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21322", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_677", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10717", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--bNWqStu", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21323", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21324", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10718", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JGD-kmEs", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21325", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21326", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21327", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21328", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10719", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21207", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compileatom", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-decimalescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-atomescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-atom", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10720", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21208", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10721", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21209", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10722", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21210", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_678", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-Js9cL8Bl", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21329", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21330", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10723", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10724", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HeZ4ZCvZ", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10725", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21331", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10726", - "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#prod-lKfl4ziO", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21332", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10727", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21333", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10728", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rOrnsPez", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21334", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21335", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10729", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21336", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10730", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21337", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10731", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10732", - "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_21211", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21212", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10733", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21213", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21214", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10734", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21215", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10735", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21216", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21217", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21218", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10736", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10737", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10738", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10739", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10740", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10741", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10742", - "https://tc39.es/ecma262/multipage/text-processing.html#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_10743", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10744", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10745", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-G6MNAyJ9", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21338", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10746", - "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_21339", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-cCYT06VF", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21340", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10747", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21341", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10748", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10749", - "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_679", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-HH-Xi2Q_", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21342", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10750", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21343", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10751", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10752", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-k2ESRh0v", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21344", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10753", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21345", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10754", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-VB-OogXI", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21346", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10755", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21347", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10756", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21348", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10757", - "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_10758", + "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_10759", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10760", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10761", @@ -22381,6 +22233,8 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10769", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10770", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10771", + "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_10772", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10773", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10774", @@ -22396,91 +22250,172 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10784", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10785", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10786", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21219", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10787", + "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_10788", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10789", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10790", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21349", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21350", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10791", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21351", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21352", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21353", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21354", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21355", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21356", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21357", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21358", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21359", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compilecharacterclass", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclass", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10792", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10793", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10794", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10795", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-SO4ILMRd", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21360", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10796", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21361", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10797", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21220", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-g364uoyk", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21362", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10798", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21221", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21363", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10799", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-compiletocharset", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-characterclassescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classescape", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatomnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classatom", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassrangesnodash", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-nonemptyclassranges", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-classranges", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10800", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10801", - "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_10802", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_680", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-shxjwMBA", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10803", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v8F30MhJ", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21364", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21365", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10804", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21366", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10805", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21367", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10806", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1CuPiBp", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21368", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21369", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21370", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10807", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21371", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10808", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21372", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10809", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_692", - "https://tc39.es/ecma262/multipage/text-processing.html#table-match-record", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21373", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10810", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-F2f_obS_", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21374", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21375", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10811", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21376", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10812", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21377", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10813", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-vPkwtM-0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21378", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21379", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21380", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10814", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21381", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10815", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21382", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10816", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21383", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10817", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21384", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21385", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21386", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21387", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21388", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21389", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21390", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21391", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21392", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21393", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-v1pSxa5N", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10818", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-XIQ-jH7Q", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21394", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10819", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21395", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-y4BsoD9c", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-dYEaUVMZ", + "https://tc39.es/ecma262/multipage/text-processing.html#prod--6UgQqmj", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21396", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10820", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21397", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10821", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21398", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21399", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21400", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-E23U4UCW", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10822", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-CJ70Staj", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10823", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10824", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-4qp2L35t", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10825", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21401", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21402", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-sOQsJGFN", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10826", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10827", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-yVuyKzZ7", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10828", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-3TNl1K-Z", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10829", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10830", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-kc86cCn-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21403", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10831", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10832", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21404", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-rM2HtPxJ", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21405", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10833", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10834", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21406", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-5_vYUeM-", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21407", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21408", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10835", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21409", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10836", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10837", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10838", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10839", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_681", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10840", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21410", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10841", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10842", + "https://tc39.es/ecma262/multipage/text-processing.html#prod-JU4eVWl0", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21411", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10843", - "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_21412", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10844", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10845", - "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_10846", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10847", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10848", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_682", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10849", + "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_10850", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10851", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10852", @@ -22489,80 +22424,101 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10855", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10856", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10857", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-wordcharacters-abstract-operation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-wordcharacters", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10858", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10859", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10860", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10861", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10862", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10863", - "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_10864", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10865", + "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_10866", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10867", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10868", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_683", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_684", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10869", - "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_685", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_686", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10870", + "https://tc39.es/ecma262/multipage/text-processing.html#table-nonbinary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10871", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10872", + "https://tc39.es/ecma262/multipage/text-processing.html#table-binary-unicode-properties", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10873", - "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_10874", + "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_10875", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10876", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10877", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10878", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10879", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_687", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10880", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10881", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_688", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_689", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-creation", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-the-regexp-constructor", + "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_10882", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10883", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10884", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10885", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10886", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10887", + "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_10888", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10889", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10890", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10891", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10892", + "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_10893", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10894", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10895", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10896", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10897", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10898", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10899", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10900", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10901", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10902", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21413", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10903", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10904", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10905", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10906", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10907", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-parsepattern", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10908", - "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_10909", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10910", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21414", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10911", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21415", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10912", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21416", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10913", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21417", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10914", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10915", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10916", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10917", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10918", + "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_10919", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10920", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10921", @@ -22572,22 +22528,37 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10925", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10926", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10927", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21418", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21419", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21420", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-the-regexp-constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10928", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10929", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10930", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp-@@species", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10931", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10932", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10933", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10934", + "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_10935", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10936", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10937", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.constructor", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10938", + "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_10939", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10940", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10941", + "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_10942", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10943", + "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_10944", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10945", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10946", @@ -22596,7 +22567,6 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10949", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10950", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10951", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10952", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10953", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10954", @@ -22607,21 +22577,27 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10959", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10960", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10961", - "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#sec-regexphasflag", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexphasflag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10962", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10963", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10964", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10965", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10966", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10967", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", + "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_10968", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10969", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10970", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10971", + "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_10972", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10973", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@match", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10974", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10975", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10976", @@ -22644,6 +22620,7 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10993", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10994", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10995", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-prototype-matchall", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10996", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10997", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_10998", @@ -22654,44 +22631,29 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11003", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11004", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11005", - "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_11006", + "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_11007", - "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_11008", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@replace", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11009", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11010", - "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_11011", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11012", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11013", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11014", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11015", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11016", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21222", - "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_11017", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11018", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11019", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11020", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11021", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21223", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11022", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11023", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11024", - "https://tc39.es/ecma262/multipage/text-processing.html#_ref_693", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11025", - "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_11026", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11027", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11028", @@ -22708,14 +22670,268 @@ "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11039", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11040", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11041", - "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_11042", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11043", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11044", - "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11045", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11046", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11047", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11048", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11049", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@search", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11050", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11051", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11052", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11053", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11054", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11055", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11056", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11057", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11058", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11059", + "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_11060", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11061", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11062", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11063", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11064", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11065", + "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_21421", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21422", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_690", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11066", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21423", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21424", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11067", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21425", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11068", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21426", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21427", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21428", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype-@@split", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11069", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11070", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11071", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11072", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11073", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11074", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11075", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11076", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11077", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11078", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11079", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11080", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11081", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11082", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11083", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11084", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11085", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11086", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11087", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11088", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11089", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11090", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11091", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11092", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11093", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11094", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11095", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11096", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11097", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11098", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11099", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11100", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11101", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11102", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11103", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11104", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11105", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11106", + "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_11107", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11108", + "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_11109", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11110", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11111", + "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_11112", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11113", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11114", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11115", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11116", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11117", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21429", + "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_11118", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11119", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-abstract-operations-for-regexp-matching", + "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_11120", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11121", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11122", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11123", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11124", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11125", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11126", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11127", + "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_11128", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11129", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11130", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11131", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11132", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11133", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11134", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11135", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11136", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11137", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11138", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11139", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11140", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11141", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11142", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11143", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11144", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11145", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11146", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11147", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11148", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11149", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11150", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11151", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11152", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11153", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11154", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11155", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11156", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11157", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21430", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11158", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11159", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11160", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11161", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11162", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11163", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11164", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11165", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11166", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11167", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11168", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21431", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11169", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21432", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11170", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11171", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11172", + "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_11173", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11174", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11175", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11176", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11177", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11178", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_691", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11179", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11180", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_692", + "https://tc39.es/ecma262/multipage/text-processing.html#table-match-record", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11181", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11182", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11183", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11184", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11185", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11186", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11187", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11188", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11189", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11190", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11191", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11192", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11193", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11194", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11195", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11196", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11197", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11198", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11199", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11200", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11201", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11202", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11203", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11204", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11205", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11206", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11207", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11208", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11209", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11210", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11211", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11212", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11213", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11214", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11215", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11216", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-instances", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11217", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11218", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11219", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_21433", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11220", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11221", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-lastindex", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11222", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_693", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-string-iterator-objects", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11223", + "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_11224", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11225", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11226", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11227", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11228", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11229", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11230", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11231", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11232", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11233", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11234", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11235", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11236", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11237", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11238", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11239", + "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_11240", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11241", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%.next", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11242", + "https://tc39.es/ecma262/multipage/text-processing.html#sec-%regexpstringiteratorprototype%-@@tostringtag", + "https://tc39.es/ecma262/multipage/text-processing.html#_ref_11243", "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", @@ -22736,281 +22952,44 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-indexed-collections", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11046", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11244", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_694", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11047", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11048", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11049", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11050", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11051", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11052", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11053", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11054", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11055", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11056", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11057", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11058", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11059", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11060", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11061", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11062", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11063", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11064", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11065", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11066", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11067", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11068", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11069", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11070", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11071", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11072", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11073", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11074", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11075", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11076", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11077", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11078", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11079", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11080", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11081", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11082", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11083", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11084", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11085", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11086", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11087", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11088", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11089", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11090", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11091", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11092", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11093", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11094", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11095", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11096", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11097", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11098", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11099", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11100", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11101", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11102", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11103", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11104", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11105", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11106", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11107", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11108", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11109", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11110", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11111", - "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_11112", - "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_11113", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11114", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11115", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11116", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11117", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11118", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11119", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11120", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11121", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11122", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11123", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-array-@@species", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11124", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11125", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11126", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11127", - "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_11128", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11129", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11130", - "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_11131", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11132", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11133", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11134", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11135", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11136", - "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_11137", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11138", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11139", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11140", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11141", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11142", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11143", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11144", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11145", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11146", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11147", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11148", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11149", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11150", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11151", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11152", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_695", - "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_11153", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11154", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11155", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11156", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11157", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11158", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11159", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11160", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11161", - "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_11162", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11163", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11164", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11165", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11166", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11167", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11168", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11169", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11170", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11171", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11172", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11173", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11174", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11175", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11176", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11177", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11178", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11179", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11180", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11181", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11182", - "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_11183", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11184", - "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_11185", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11186", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11187", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11188", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11189", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11190", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11191", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11192", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11193", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11194", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11195", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11196", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11197", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11198", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11199", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11200", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11201", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11202", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11203", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11204", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11205", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11206", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11207", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11208", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11209", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11210", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11211", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11212", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11213", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11214", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11215", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11216", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11217", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11218", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11219", - "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_11220", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11221", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11222", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11223", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11224", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11225", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11226", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11227", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11228", - "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_11229", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11230", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11231", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11232", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11233", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11234", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11235", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11236", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11237", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11238", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11239", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11240", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11241", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11242", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11243", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11244", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11245", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11246", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11247", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11248", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11249", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11250", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11251", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11252", + "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_11253", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11254", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11255", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11256", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11257", - "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_11258", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11259", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11260", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11261", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11262", - "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_11263", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11264", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11265", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11266", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11267", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11268", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-array-constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11269", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11270", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11271", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11272", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11273", @@ -23024,15 +23003,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11281", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11282", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11283", - "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_11284", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11285", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11286", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11287", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11288", - "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_11289", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11290", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11291", @@ -23042,8 +23017,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11295", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11296", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11297", - "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_11298", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11299", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11300", @@ -23055,10 +23028,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11306", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11307", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11308", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11309", + "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_11310", + "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_11311", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11312", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11313", @@ -23069,26 +23044,28 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11318", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11319", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11320", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11321", - "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#sec-get-array-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11322", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11323", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11324", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11325", + "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_11326", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11327", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11328", + "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_11329", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11330", - "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_11331", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11332", - "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_11333", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11334", + "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_11335", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11336", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11337", @@ -23100,32 +23077,33 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11343", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11344", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11345", - "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_11346", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11347", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11348", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-concat-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11349", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11350", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_695", + "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_11351", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11352", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11353", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11354", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11355", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11356", - "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_11356", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11357", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11358", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11359", + "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_11360", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11361", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11362", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11363", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11364", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11365", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11366", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11367", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11368", @@ -23134,8 +23112,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11371", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11372", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11373", - "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_11374", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11375", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11376", @@ -23143,20 +23119,24 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11378", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11379", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11380", + "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_11381", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11382", + "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_11383", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11384", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11385", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11386", - "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_11387", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11388", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11389", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11390", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11391", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11392", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11393", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11394", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11395", @@ -23164,12 +23144,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11397", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11398", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11399", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11400", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11401", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11402", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11403", + "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_11404", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11405", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11406", @@ -23184,8 +23164,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11415", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11416", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11417", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift", + "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_11418", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11419", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11420", @@ -23195,6 +23175,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11424", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11425", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11426", + "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_11427", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11428", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11429", @@ -23204,9 +23186,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11433", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11434", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11435", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11436", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlast", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11437", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11438", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11439", @@ -23216,6 +23198,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11443", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11444", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11445", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.findlastindex", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11446", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11447", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11448", @@ -23223,57 +23207,49 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11450", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11451", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11452", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11453", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11454", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_696", - "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_11455", + "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_11456", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11457", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11458", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11459", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11460", + "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_11461", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11462", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11463", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11464", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-comparefn", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11465", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11466", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11467", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11468", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11469", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11470", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11471", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11472", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11473", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11474", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11475", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11476", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11477", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11478", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11479", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11480", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11481", + "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_11482", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11483", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11484", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11485", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11486", + "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_11487", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11488", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11489", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11490", @@ -23282,13 +23258,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11493", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11494", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11495", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11496", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sort-order", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11497", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11498", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11499", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11500", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11501", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11502", @@ -23296,17 +23271,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11504", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11505", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11506", + "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_11507", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11508", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", - "https://tc39.es/ecma262/multipage/indexed-collections.html#consistent-comparator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11509", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11510", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11511", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11512", - "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_11513", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11514", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11515", @@ -23314,6 +23286,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11517", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11518", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11519", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11520", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11521", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11522", @@ -23323,8 +23297,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11526", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11527", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11528", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11529", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11530", + "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_11531", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11532", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11533", @@ -23338,6 +23316,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11541", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11542", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11543", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11544", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11545", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11546", @@ -23347,12 +23327,10 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11550", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11551", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11552", - "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11553", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11554", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", - "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#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_11555", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11556", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11557", @@ -23362,18 +23340,18 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11561", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11562", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11563", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11564", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11565", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11566", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11567", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11568", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11569", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11570", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11571", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift", + "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_11572", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11573", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11574", @@ -23387,17 +23365,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11582", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11583", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11584", + "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_11585", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11586", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11587", - "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_11588", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11589", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11590", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11591", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11592", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11593", @@ -23405,6 +23380,8 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11595", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11596", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11597", + "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_11598", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11599", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11600", @@ -23414,25 +23391,17 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11604", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11605", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11606", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11607", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11608", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11609", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11610", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11611", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11612", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11613", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11614", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11615", - "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#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_11616", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11617", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11618", @@ -23451,77 +23420,66 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11631", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11632", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11633", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11634", - "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_11635", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11636", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11637", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11638", - "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_707", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11639", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11640", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11641", - "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11642", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11643", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11644", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11645", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11646", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11647", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11648", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11649", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11650", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-proto-slice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11651", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11652", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_696", + "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_11653", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11654", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11655", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11656", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11657", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11658", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11659", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11660", - "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_11661", - "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_11662", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortcompare", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-comparefn", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11663", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11664", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort-len", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11665", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11666", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11667", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11668", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-x", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11669", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-sortcompare-tostring-y", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11670", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11671", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11672", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11673", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11674", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11675", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_697", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11676", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11677", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11678", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11679", @@ -23531,6 +23489,7 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11683", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11684", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11685", + "https://tc39.es/ecma262/multipage/indexed-collections.html#step-array-sort", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11686", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11687", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11688", @@ -23540,65 +23499,55 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11692", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11693", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11694", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sort-order", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11695", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11696", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11697", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11698", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11699", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11700", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11701", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11702", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11703", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11704", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11705", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11706", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_701", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_702", + "https://tc39.es/ecma262/multipage/indexed-collections.html#consistent-comparator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11707", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11709", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11710", - "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#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_11711", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11712", - "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_11713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11714", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11717", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11721", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11727", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11728", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11729", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11732", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11733", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11734", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11735", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11736", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11737", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11738", @@ -23614,13 +23563,12 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11748", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11749", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11750", - "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#step-array-proto-splice-set-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11751", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11752", - "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_711", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_703", + "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_11753", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11754", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11755", @@ -23629,25 +23577,23 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11758", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11759", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11760", - "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_712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11761", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11762", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11763", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11764", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11765", + "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_11766", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11767", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11768", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11769", + "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_11770", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11771", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11772", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11773", - "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_713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11774", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11775", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11776", @@ -23660,12 +23606,14 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11783", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11784", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11785", + "https://tc39.es/ecma262/multipage/indexed-collections.html#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_11786", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11787", - "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_714", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11788", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_704", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@unscopables", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11789", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11790", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11791", @@ -23673,9 +23621,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11793", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11794", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11795", - "https://tc39.es/ecma262/multipage/indexed-collections.html#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_715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11796", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11797", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11798", @@ -23685,21 +23630,25 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11802", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11803", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11804", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11805", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11806", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11807", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11808", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11809", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11810", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11811", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_705", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11812", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_706", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-iterator-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11813", + "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_11814", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11815", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11816", @@ -23708,9 +23657,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11819", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11820", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11821", - "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_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11822", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11823", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11824", @@ -23718,51 +23664,62 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11826", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11827", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11828", - "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_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11829", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11830", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11831", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11832", + "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_11833", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11834", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%.next", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11835", - "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_720", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%arrayiteratorprototype%-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11836", + "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_707", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11837", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_708", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11838", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_709", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-the-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11839", + "https://tc39.es/ecma262/multipage/indexed-collections.html#table-49", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11840", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11841", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11842", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11843", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11844", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11845", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11846", - "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_721", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11847", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11848", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11849", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11850", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11851", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11852", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11853", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11854", - "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#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11855", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11856", - "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_722", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11857", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11858", + "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_11859", + "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_11860", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11861", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11862", @@ -23771,17 +23728,15 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11865", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11866", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11867", - "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#sec-%typedarray%", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarray%-intrinsic-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11868", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11869", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.from", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11870", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11871", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11872", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11873", - "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_723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11874", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11875", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11876", @@ -23792,9 +23747,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11881", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11882", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11883", - "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_724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11884", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11885", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11886", @@ -23805,65 +23757,68 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11891", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11892", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11893", - "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_725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11894", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.of", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11895", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11896", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11897", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11898", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11899", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11900", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11901", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11902", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%-@@species", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11903", - "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_726", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11904", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11905", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11906", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11907", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11908", + "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_11909", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-%typedarrayprototype%-object", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11910", + "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_11911", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11912", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11913", - "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_11914", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11915", + "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_11916", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11917", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11918", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11919", - "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#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_11920", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11921", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11922", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11923", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11924", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11925", + "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_11926", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11927", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11928", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11929", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11930", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11931", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.constructor", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11932", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11933", + "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_710", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11934", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11935", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11936", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11937", - "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_11938", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11939", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11940", @@ -23875,11 +23830,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11946", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11947", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11948", + "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_11949", - "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_727", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11950", + "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_711", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11951", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11952", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11953", @@ -23888,6 +23845,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11956", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11957", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11958", + "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_712", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11959", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11960", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11961", @@ -23901,9 +23861,9 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11969", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11970", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11971", - "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_728", + "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_713", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11972", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11973", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11974", @@ -23912,28 +23872,26 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11977", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11978", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11979", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraysortcompare", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11980", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11981", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11982", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11983", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11984", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11985", + "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_714", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11986", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11987", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11988", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11989", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11990", - "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_11991", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11992", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11993", + "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_715", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11994", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11995", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_11996", @@ -23943,48 +23901,42 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12000", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12001", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12002", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlast", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_716", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12003", - "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_732", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12004", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12005", - "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_734", - "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_12006", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12007", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12008", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_735", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12009", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12010", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.findlastindex", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_717", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12011", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12012", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12013", - "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_12014", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12015", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12016", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12017", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12018", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12019", + "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_718", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12020", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12021", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12022", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12023", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12024", - "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_12025", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12026", + "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_719", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12027", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12028", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12029", @@ -23992,42 +23944,38 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12031", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12032", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12033", + "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_720", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12034", - "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_12035", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12036", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12037", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12038", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12039", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12040", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12041", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12042", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", - "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12043", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12044", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", + "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_721", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12045", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12046", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12047", - "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_12048", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12049", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12050", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12051", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12052", + "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_12053", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12054", + "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_722", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12055", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12056", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12057", @@ -24039,28 +23987,30 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12063", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12064", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12065", + "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_12066", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12067", - "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_12068", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12069", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12070", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12071", + "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_723", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12072", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12073", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12074", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12075", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12076", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12077", - "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_12078", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12079", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12080", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12081", + "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_724", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12082", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12083", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12084", @@ -24069,11 +24019,11 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12087", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12088", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12089", - "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_12090", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12091", + "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_725", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12092", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12093", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12094", @@ -24082,41 +24032,308 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12097", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12098", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12099", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12100", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12101", + "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_726", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12102", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12103", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12104", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12105", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12106", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12107", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12108", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12109", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12110", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12111", + "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_12112", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12113", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12114", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12115", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12116", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12117", + "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_12118", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12119", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12120", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12121", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12122", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12123", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12124", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12125", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12126", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12127", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12128", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12129", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12130", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12131", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12132", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12133", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12134", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12135", + "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_12136", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12137", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12138", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12139", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12140", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12141", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12142", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12143", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12144", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12145", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12146", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12147", + "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_727", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12148", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12149", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12150", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12151", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12152", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12153", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12154", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12155", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12156", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12157", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12158", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12159", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12160", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12161", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12162", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12163", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12164", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12165", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12166", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12167", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12168", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12169", + "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_728", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12170", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12171", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12172", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12173", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12174", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12175", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12176", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12177", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraysortcompare", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.sort", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_729", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_730", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12178", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12179", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_731", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12180", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12181", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12182", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12183", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12184", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12185", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12186", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12187", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12188", + "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_12189", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12190", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12191", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12192", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12193", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12194", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12195", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12196", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12197", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12198", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12199", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12200", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12201", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12202", + "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_732", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_733", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12203", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12204", + "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_734", + "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_12205", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12206", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype-@@iterator", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12207", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_735", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%typedarray%.prototype-@@tostringtag", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12208", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12209", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12210", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12211", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12212", + "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_12213", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12214", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12215", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12216", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12217", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12218", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12219", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12220", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_736", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12221", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12222", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12223", + "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_12224", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12225", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12226", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12227", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12228", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12229", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12230", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12231", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12232", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12233", + "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_12234", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12235", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12236", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12237", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12238", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12239", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementsize", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12240", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_737", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarrayelementtype", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12241", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_738", + "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12242", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12243", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_739", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12244", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12245", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12246", + "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_12247", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12248", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_740", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12249", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12250", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12251", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12252", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12253", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12254", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12255", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12256", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12257", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12258", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12259", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12260", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12261", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12262", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12263", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12264", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12265", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12266", + "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_12267", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_741", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12268", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12269", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12270", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12271", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12272", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12273", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12274", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12275", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12276", + "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_12277", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12278", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12279", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12280", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12281", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12282", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12283", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12284", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12285", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12286", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12287", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12288", + "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_12289", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12290", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12291", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12292", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12293", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12294", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12295", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12296", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12297", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12298", "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_12100", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12101", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12102", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12103", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12104", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12105", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12106", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12107", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12108", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12109", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12299", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12300", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12301", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12302", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12303", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12304", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12305", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12306", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12307", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12308", "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_12110", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12111", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12112", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12113", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12114", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12115", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12116", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12117", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12309", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12310", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12311", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12312", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12313", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12314", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12315", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12316", "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_12118", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12119", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12120", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12121", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12122", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12123", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12124", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12317", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12318", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12319", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12320", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12321", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12322", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12323", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12125", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12126", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12127", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12324", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12325", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12326", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_742", "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", @@ -24124,13 +24341,13 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_744", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-prototype-objects", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12128", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12129", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12327", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12328", "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_745", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.prototype.constructor", - "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12130", + "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_12329", "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-typedarray-instances", "https://tc39.es/ecma262/multipage/indexed-collections.html#_ref_746", "https://tc39.es/ecma262/multipage/indexed-collections.html#references-pane-container", @@ -24154,399 +24371,399 @@ "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-keyed-collection", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12131", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12132", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12330", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12331", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12133", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12332", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12134", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12135", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12136", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12137", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12333", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12334", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12335", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12336", "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_12138", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12139", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12140", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12141", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12142", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12143", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12337", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12338", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12339", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12340", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12341", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12342", "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_12144", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12145", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12146", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12147", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12148", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12149", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12150", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12151", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12152", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12153", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12154", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12155", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12156", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12157", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12158", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12159", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12160", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12161", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12162", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12163", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12164", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12165", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12166", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12343", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12344", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12345", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12346", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12347", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12348", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12349", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12350", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12351", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12352", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12353", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12354", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12355", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12356", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12357", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12358", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12359", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12360", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12361", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12362", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12363", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12364", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12365", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-map-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12167", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12168", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12366", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12367", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12169", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12368", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12170", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12171", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12172", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12173", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12174", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12175", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12369", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12370", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12371", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12372", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12373", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12374", "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_12176", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12177", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12375", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12376", "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_12178", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12179", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12180", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12181", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12182", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12377", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12378", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12379", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12380", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12381", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12183", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12382", "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_12184", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12185", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12186", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12187", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12383", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12384", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12385", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12386", "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_12188", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12387", "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_12189", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12190", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12191", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12192", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12193", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12388", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12389", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12390", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12391", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12392", "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_12194", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12195", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12196", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12197", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12393", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12394", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12395", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12396", "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_12198", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12199", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12200", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12201", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12397", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12398", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12399", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12400", "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_12202", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12401", "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_12203", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12204", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12205", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12206", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12207", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12402", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12403", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12404", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12405", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12406", "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_12208", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12209", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12210", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12211", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12212", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12407", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12408", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12409", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12410", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12411", "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_12213", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12412", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12214", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12413", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_747", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12215", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12414", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-map-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12216", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12415", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map-iterator-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12217", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12416", "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_12218", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12219", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12220", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12221", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12222", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12223", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12224", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12225", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12226", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12227", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12228", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12229", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12230", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12231", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12417", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12418", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12419", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12420", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12421", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12422", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12423", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12424", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12425", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12426", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12427", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12428", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12429", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12430", "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_12232", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12233", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12431", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12432", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12234", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12433", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%mapiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12235", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12434", "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_12236", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12237", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12435", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12436", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12238", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12437", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12239", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12240", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12241", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12242", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12438", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12439", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12440", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12441", "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_12243", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12244", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12245", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12246", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12247", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12248", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12249", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12250", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12251", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12252", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12442", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12443", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12444", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12445", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12446", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12447", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12448", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12449", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12450", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12451", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-set-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12253", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12254", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12452", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12453", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12255", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12454", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12256", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12257", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12258", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12259", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12260", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12261", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12455", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12456", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12457", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12458", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12459", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12460", "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_12262", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12263", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12461", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12462", "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_12264", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12265", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12266", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12463", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12464", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12465", "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_12267", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12268", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12269", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12270", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12466", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12467", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12468", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12469", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12271", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12470", "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_12272", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12273", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12274", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12471", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12472", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12473", "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_12275", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12474", "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_12276", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12277", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12278", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12279", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12475", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12476", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12477", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12478", "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_12280", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12281", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12282", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12479", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12480", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12481", "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_748", "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_12283", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12284", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12285", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12286", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12482", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12483", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12484", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12485", "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_12287", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12486", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@iterator", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12288", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12487", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_749", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12289", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12488", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-set-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12290", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12489", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set-iterator-objects", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12291", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12292", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12490", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12491", "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_12293", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12294", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12295", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12296", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12297", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12298", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12299", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12300", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12301", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12302", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12303", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12304", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12305", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12306", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12307", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12492", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12493", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12494", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12495", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12496", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12497", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12498", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12499", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12500", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12501", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12502", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12503", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12504", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12505", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12506", "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_12308", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12309", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12507", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12508", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%.next", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12310", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12509", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-%setiteratorprototype%-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12311", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12510", "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_12312", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12313", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12511", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12512", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_750", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12314", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12513", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12315", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12316", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12317", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12318", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12514", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12515", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12516", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12517", "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_12319", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12320", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12321", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12322", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12323", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12324", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12518", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12519", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12520", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12521", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12522", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12523", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakmap-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12325", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12326", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12524", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12525", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12327", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12526", "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_12328", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12329", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12527", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12528", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12330", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12529", "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_12331", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12332", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12333", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12334", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12335", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12530", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12531", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12532", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12533", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12534", "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_12336", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12337", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12338", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12339", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12340", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12535", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12536", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12537", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12538", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12539", "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_12341", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12342", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12343", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12344", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12345", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12540", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12541", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12542", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12543", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12544", "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_12346", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12347", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12348", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12349", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12350", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12351", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12545", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12546", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12547", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12548", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12549", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12550", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakmap.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12352", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12551", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakmap-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12353", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12552", "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_12354", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12553", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_751", "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_752", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12355", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12554", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12356", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12357", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12358", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12359", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12555", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12556", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12557", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12558", "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_12360", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12361", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12362", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12363", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12364", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12365", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12366", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12367", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12368", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12369", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12559", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12560", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12561", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12562", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12563", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12564", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12565", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12566", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12567", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12568", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-the-weakset-constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12370", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12371", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12569", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12570", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12372", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12571", "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_12373", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12374", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12572", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12573", "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_12375", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12376", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12377", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12378", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12574", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12575", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12576", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12577", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.constructor", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12379", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12578", "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_12380", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12381", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12382", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12383", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12579", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12580", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12581", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12582", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype.has", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12384", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12385", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12386", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12387", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12583", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12584", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12585", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12586", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-weakset.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12388", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12587", "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-properties-of-weakset-instances", - "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12389", + "https://tc39.es/ecma262/multipage/keyed-collections.html#_ref_12588", "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", @@ -24571,304 +24788,33 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_753", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_754", "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-notation", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12390", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12391", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12392", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12393", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12394", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12395", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-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_12396", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12397", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12398", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12399", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12400", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12401", - "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_12402", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12403", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12404", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12405", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12406", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12407", - "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_12408", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12409", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12410", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12411", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12412", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12413", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12414", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12415", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12416", - "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_12417", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12418", - "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_12419", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12420", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12421", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-isbigintelementtype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12422", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12423", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12424", - "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_12425", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12426", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12427", - "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_12428", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12429", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12430", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_755", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12431", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12432", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12433", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12434", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12435", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12436", - "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_12437", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12438", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12439", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12440", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12441", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_756", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12442", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12443", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12444", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12445", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12446", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12447", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12448", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12449", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12450", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12451", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12452", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12453", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12454", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12455", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12456", - "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_12457", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12458", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12459", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12460", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12461", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12462", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12463", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12464", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12465", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_757", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12466", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12467", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12468", - "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_12469", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12470", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12471", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12472", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12473", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12474", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12475", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12476", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12477", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_759", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12478", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12479", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12480", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12481", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12482", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12483", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12484", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12485", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12486", - "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_12487", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12488", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12489", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12490", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12491", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12492", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12493", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12494", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12495", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12496", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_760", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12497", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12498", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12499", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12500", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12501", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12502", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12503", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12504", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12505", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12506", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12507", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12508", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12509", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12510", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12511", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12512", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12513", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12514", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12515", - "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_12516", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12517", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12518", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12519", - "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_12520", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12521", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12522", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12523", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12524", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12525", - "https://tc39.es/ecma262/multipage/structured-data.html#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_12526", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12527", - "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_12528", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12529", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12530", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12531", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12532", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12533", - "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_12534", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12535", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12536", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12537", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12538", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12539", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12540", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12541", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12542", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12543", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12544", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12545", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12546", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12547", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12548", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12549", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12550", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12551", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12552", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12553", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12554", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-instances", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12555", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12556", - "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_12557", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12558", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12559", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12560", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12561", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12562", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-issharedarraybuffer", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12563", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12564", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12565", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12566", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12567", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12568", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12569", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12570", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12571", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12572", - "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_12573", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12574", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12575", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12576", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12577", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12578", - "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_12579", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12580", - "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_12581", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12582", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12583", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12584", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12585", - "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_12586", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12587", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12588", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12589", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12590", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12591", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12592", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12593", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12594", + "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_12595", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12596", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12597", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12598", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12599", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12600", + "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_12601", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12602", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12603", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12604", - "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_12605", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12606", + "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_12607", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12608", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12609", @@ -24878,141 +24824,102 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12613", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12614", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12615", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", + "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_12616", - "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_12617", + "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_12618", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12619", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12620", + "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_12621", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12622", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12623", + "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_12624", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12625", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12626", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-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_12627", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12628", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12629", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_755", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12630", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12631", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12632", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12633", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12634", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12635", + "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_12636", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12637", - "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_12638", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12639", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12640", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_756", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12641", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12642", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12643", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12644", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12645", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12646", - "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_12647", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12648", - "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_12649", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12650", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12651", - "https://tc39.es/ecma262/multipage/structured-data.html#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_12652", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12653", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12654", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12655", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12656", - "https://tc39.es/ecma262/multipage/structured-data.html#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#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_12657", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12658", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12659", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12660", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12661", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12662", - "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_12663", - "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_12664", - "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_12665", - "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_757", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_758", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12666", - "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_12667", - "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_12668", - "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#sec-setvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-setvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12669", - "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_12670", - "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_12671", - "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_12672", - "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_12673", - "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_12674", - "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_12675", - "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_12676", - "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_12677", - "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_759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12678", - "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_12679", - "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_12680", - "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_12681", - "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_12682", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12683", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12684", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12685", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12686", - "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#sec-getmodifysetvalueinbuffer", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getmodifysetvalueinbuffer", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12687", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12688", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12689", @@ -25021,10 +24928,9 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12692", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12693", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12694", - "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_12695", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12696", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_760", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12697", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12698", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12699", @@ -25032,7 +24938,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12701", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12702", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12703", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12704", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12705", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12706", @@ -25040,39 +24945,45 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12708", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12709", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12710", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12711", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12712", - "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_12713", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12714", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12715", + "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_12716", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12717", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-arraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12718", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12719", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccess", + "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_12720", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12721", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12722", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12723", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12724", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12725", + "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_12726", - "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_12727", + "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_12728", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12729", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12730", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12731", - "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_12732", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12733", + "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_12734", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12735", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12736", @@ -25090,55 +25001,66 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12748", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12749", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12750", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12751", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12752", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12753", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12754", - "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#sec-properties-of-the-arraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12755", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12756", + "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_12757", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12758", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12759", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12760", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12762", + "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_12763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12764", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12765", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-addwaiter", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12766", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12767", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12768", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12769", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12770", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12771", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12772", - "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#sec-sharedarraybuffer-length", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-length", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12773", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12774", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12775", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12776", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12777", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-@@species", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12778", - "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#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_12779", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12780", + "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_12781", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12782", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12783", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12784", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12785", + "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_12786", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12787", - "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_12788", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12789", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12790", @@ -25154,24 +25076,30 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12800", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12801", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12802", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer.prototype.toString", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12803", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-the-sharedarraybuffer-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12804", + "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_12805", - "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_12806", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12807", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12808", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12809", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12810", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12811", - "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_12812", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12813", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12814", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12815", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_761", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12816", + "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_12817", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12818", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12819", @@ -25187,71 +25115,122 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12829", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12830", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12831", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_762", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12832", - "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#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12833", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12834", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12835", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12836", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12837", + "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_12838", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12839", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12840", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12841", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12842", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12843", - "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#sec-properties-of-the-dataview-constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12844", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12845", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12846", + "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_12847", - "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_12848", + "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_12849", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12850", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12851", + "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_12852", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12853", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12854", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12855", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12856", + "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_12857", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12858", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12859", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12860", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12861", - "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#sec-dataview.prototype.constructor", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12862", + "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_12863", + "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_12864", - "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#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_12865", + "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_12866", + "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_12867", + "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_12868", + "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_12869", + "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_12870", + "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_12871", + "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_12872", + "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_12873", + "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_12874", + "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_12875", + "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_12876", + "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_12877", + "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_12878", + "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_12879", + "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_12880", + "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_12881", + "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_12882", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-dataview.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12883", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-properties-of-dataview-instances", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12884", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12885", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12886", + "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_12887", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12888", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12889", @@ -25260,24 +25239,20 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12892", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12893", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12894", + "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_12895", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12896", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12897", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12898", - "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_12899", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12900", - "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_12901", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12902", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12903", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-waiterlist-objects", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12904", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12905", - "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_12906", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12907", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12908", @@ -25285,17 +25260,19 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12910", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12911", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12912", - "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#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_12913", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12914", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12915", - "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_12916", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12917", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12918", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12919", + "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_12920", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12921", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12922", @@ -25303,13 +25280,15 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12924", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12925", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12926", - "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#sec-getwaiterlist", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-getwaiterlist", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12927", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12928", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12929", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12930", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12931", + "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_12932", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12933", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12934", @@ -25319,8 +25298,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12938", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12939", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12940", - "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_12941", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12942", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12943", @@ -25331,10 +25308,13 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12948", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12949", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12950", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-entercriticalsection", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12951", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12952", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12953", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12954", + "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_12955", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12956", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12957", @@ -25342,12 +25322,12 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12959", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12960", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12961", - "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_12962", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12963", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12964", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12965", + "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_12966", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12967", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12968", @@ -25355,70 +25335,56 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12970", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12971", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12972", + "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_12973", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12974", - "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_12975", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12976", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12977", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12978", - "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#sec-removewaiters", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-removewaiters", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12979", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12980", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12981", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12982", - "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_12983", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12984", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12985", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12986", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12987", + "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_12988", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21224", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12989", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12990", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12991", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12992", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12993", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12994", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12995", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", - "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12996", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21225", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21226", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12997", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12998", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_12999", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13000", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13001", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21227", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21228", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21229", - "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_13002", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13003", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13004", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13005", + "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_13006", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13007", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13008", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13009", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13010", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13011", + "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_13012", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13013", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13014", @@ -25426,8 +25392,6 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13016", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13017", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13018", - "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_13019", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13020", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13021", @@ -25442,6 +25406,8 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13030", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13031", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13032", + "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_13033", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13034", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13035", @@ -25453,33 +25419,35 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13041", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13042", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13043", + "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_13044", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13045", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13046", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13047", + "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_13048", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13049", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13050", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13051", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13052", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_768", - "https://tc39.es/ecma262/multipage/structured-data.html#table-json-serialization-record", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13053", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13054", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13055", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13056", - "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_13057", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13058", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13059", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13060", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13061", + "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_13062", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13063", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13064", + "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_13065", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13066", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13067", @@ -25496,27 +25464,16 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13078", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13079", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13080", - "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_769", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13081", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13082", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_771", - "https://tc39.es/ecma262/multipage/structured-data.html#_ref_772", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13083", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13084", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13085", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13086", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13087", - "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_13088", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13089", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13090", - "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_13091", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13092", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13093", @@ -25525,15 +25482,20 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13096", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13097", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13098", + "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_13099", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13100", + "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_13101", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13102", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13103", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13104", - "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_13105", + "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_13106", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13107", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13108", @@ -25541,14 +25503,271 @@ "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13110", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13111", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13112", + "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_13113", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13114", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13115", + "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_13116", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13117", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13118", - "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13119", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13120", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13121", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13122", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13123", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13124", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13125", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13126", + "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_13127", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13128", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13129", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13130", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13131", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13132", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13133", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13134", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13135", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13136", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13137", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13138", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13139", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13140", + "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_13141", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13142", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13143", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13144", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13145", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13146", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13147", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13148", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13149", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13150", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13151", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13152", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13153", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13154", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13155", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13156", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13157", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13158", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13159", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13160", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13161", + "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_13162", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13163", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13164", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13165", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13166", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13167", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13168", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13169", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13170", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13171", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13172", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13173", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13174", + "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_13175", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13176", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13177", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-@@tostringtag", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13178", + "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_13179", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13180", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13181", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13182", + "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_13183", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13184", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-validate", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13185", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13186", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-parse", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13187", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13188", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21434", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13189", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_763", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13190", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13191", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13192", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-eval", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13193", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13194", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13195", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_764", + "https://tc39.es/ecma262/multipage/structured-data.html#step-json-parse-assert-type", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13196", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21435", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21436", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13197", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13198", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13199", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13200", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13201", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21437", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_765", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_766", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_767", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21438", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_21439", + "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_13202", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13203", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13204", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13205", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13206", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13207", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13208", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13209", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13210", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13211", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13212", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13213", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13214", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13215", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13216", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13217", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13218", + "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_13219", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13220", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13221", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13222", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13223", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13224", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13225", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13226", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13227", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13228", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13229", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13230", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13231", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13232", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13233", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13234", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13235", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13236", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13237", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13238", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13239", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13240", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13241", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13242", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13243", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13244", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13245", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13246", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13247", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13248", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13249", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13250", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13251", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-serialization-record", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13252", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_768", + "https://tc39.es/ecma262/multipage/structured-data.html#table-json-serialization-record", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13253", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13254", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13255", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13256", + "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_13257", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13258", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13259", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13260", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13261", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13262", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13263", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13264", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13265", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13266", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13267", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13268", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13269", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13270", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13271", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13272", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13273", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13274", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13275", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13276", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13277", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13278", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13279", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13280", + "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_769", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13281", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_770", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13282", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_771", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_772", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13283", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13284", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13285", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13286", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13287", + "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_13288", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13289", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13290", + "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_13291", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13292", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13293", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13294", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13295", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13296", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13297", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13298", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13299", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13300", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13301", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13302", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13303", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13304", + "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_13305", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13306", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13307", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13308", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13309", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13310", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13311", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13312", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13313", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13314", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13315", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13316", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13317", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13318", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13319", + "https://tc39.es/ecma262/multipage/structured-data.html#sec-json-@@tostringtag", + "https://tc39.es/ecma262/multipage/structured-data.html#_ref_13320", "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", @@ -25569,103 +25788,103 @@ "https://tc39.es/ecma262/multipage/managing-memory.html#sec-managing-memory", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-objects", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13120", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13121", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13321", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13322", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13122", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13323", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13123", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13124", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13125", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13126", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13324", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13325", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13326", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13327", "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_13127", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13128", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13129", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13328", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13329", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13330", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-weak-ref-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13130", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13131", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13132", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13331", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13332", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13333", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13133", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13334", "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_13134", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13135", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13335", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13336", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13137", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13136", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13338", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13337", "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_13138", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13139", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13140", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13141", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13339", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13340", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13341", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13342", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-weak-ref.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13142", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13343", "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_13143", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13144", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13145", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13344", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13345", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13346", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-weak-ref-instances", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13146", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13147", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13148", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13149", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13347", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13348", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13349", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13350", "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_13150", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13351", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13151", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13352", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13152", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13153", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13154", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13155", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13353", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13354", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13355", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13356", "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_13156", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13157", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13158", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13159", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13160", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13357", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13358", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13359", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13360", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13361", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-the-finalization-registry-constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13161", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13162", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13163", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13362", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13363", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13364", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13164", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13365", "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_13165", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13166", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13366", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13367", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype.constructor", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13167", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13368", "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_13168", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13169", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13170", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13171", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13172", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13173", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13174", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13369", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13370", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13371", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13372", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13373", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13374", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13375", "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_13175", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13176", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13177", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13178", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13376", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13377", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13378", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13379", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-finalization-registry.prototype-@@tostringtag", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13179", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13380", "https://tc39.es/ecma262/multipage/managing-memory.html#sec-properties-of-finalization-registry-instances", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13180", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13181", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13182", - "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13183", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13381", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13382", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13383", + "https://tc39.es/ecma262/multipage/managing-memory.html#_ref_13384", "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", @@ -25686,7 +25905,7 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-control-abstraction-objects", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteration", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-common-iteration-interfaces", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13184", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13385", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterable-interface", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_773", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-iterable-interface-required-properties", @@ -25710,292 +25929,35 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_779", "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_13185", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13386", "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_13186", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13187", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13387", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13388", "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_13188", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13189", - "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_13190", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13191", - "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_13192", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13193", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13194", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13195", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13196", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13197", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13198", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13199", - "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_13200", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13201", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.next", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13202", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13203", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13204", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13205", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13206", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13207", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13208", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13209", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13210", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13211", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13212", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13213", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13214", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13215", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13216", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13217", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13218", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13219", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13220", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13221", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13222", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13223", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13224", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13225", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13226", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13227", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13228", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_780", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13229", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13230", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13231", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13232", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13233", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13234", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13235", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13236", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13237", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13238", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13239", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13240", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13241", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13242", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13243", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13244", - "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_13245", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13246", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", - "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_13247", - "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_13248", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13249", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13250", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13251", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13252", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13253", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13254", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13255", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13256", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13257", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13258", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13259", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13260", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13261", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13262", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13263", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13264", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13265", - "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_13266", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13267", - "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_13268", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13269", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13270", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13271", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13272", - "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_13273", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13274", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13275", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13276", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13277", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13278", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13279", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13280", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13281", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13282", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13283", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13284", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13285", - "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_13286", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13287", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13288", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13289", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13290", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_787", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13291", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13292", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13293", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13294", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13295", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13296", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13297", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13298", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13299", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13300", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13301", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13302", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13303", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13304", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13305", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13306", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13307", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13308", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13309", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13310", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13311", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13312", - "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_13313", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13314", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13315", - "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_13316", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13317", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13318", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13319", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13320", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13321", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13322", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13323", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13324", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13325", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13326", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13327", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13328", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13329", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13330", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13331", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13332", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13333", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13334", - "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_13335", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13336", - "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_13337", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13338", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13339", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13340", - "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_13341", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13342", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13343", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13344", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13345", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13346", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13347", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13348", - "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_13349", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13350", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13351", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#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_13352", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13353", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13354", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13355", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13356", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13357", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13358", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13359", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13360", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13361", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13362", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13363", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13364", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13365", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13366", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13367", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13368", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13369", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13370", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13371", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13372", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13373", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13374", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13375", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13376", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13377", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13378", - "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_13379", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13380", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13381", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13382", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13383", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13384", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13385", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13386", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13387", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13388", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13389", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13390", + "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_13391", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13392", + "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_13393", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13394", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13395", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13396", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13397", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13398", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13399", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13400", + "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_13401", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13402", - "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#sec-%asyncfromsynciteratorprototype%.next", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13403", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13404", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13405", @@ -26006,13 +25968,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13410", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13411", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13412", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.return", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13413", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13414", - "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_13415", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13416", - "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_13417", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13418", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13419", @@ -26026,18 +25986,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13427", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13428", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13429", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%asyncfromsynciteratorprototype%.throw", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_780", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13430", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13431", - "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_13432", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13433", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13434", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13435", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13436", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13437", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13438", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13439", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13440", @@ -26046,9 +26004,15 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13443", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13444", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13445", + "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_13446", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13447", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_781", + "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_13448", + "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_13449", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13450", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13451", @@ -26058,62 +26022,72 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13455", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13456", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13457", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_789", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13458", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13459", - "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_13460", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13461", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13462", - "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_13463", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13464", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13465", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13466", + "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_13467", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13468", + "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_13469", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13470", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_782", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisecapability-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13471", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-57", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13472", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13473", + "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_13474", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13475", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13476", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13477", - "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_13478", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13479", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promisereaction-records", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13480", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13481", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13482", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13483", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_783", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-promisereaction-record-fields", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13484", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#table-58", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13485", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13486", + "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_13487", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13488", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13489", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13490", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_784", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_785", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13491", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_786", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_787", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13492", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13493", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-reject-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13494", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13495", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13496", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13497", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_792", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13498", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13499", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_793", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_794", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13500", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13501", - "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_13502", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13503", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13504", @@ -26121,17 +26095,19 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13506", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13507", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13508", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.allsettled-reject-element-functions", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13509", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13510", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13511", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13512", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13513", + "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_13514", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13515", - "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_13516", + "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_13517", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13518", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13519", @@ -26142,23 +26118,28 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13524", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13525", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13526", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_788", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13527", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13528", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13529", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13530", - "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_13531", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13532", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13533", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13534", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13535", + "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_13536", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13537", + "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_13538", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13539", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13540", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13541", + "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_13542", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13543", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13544", @@ -26167,21 +26148,21 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13547", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13548", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13549", + "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_13550", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13551", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_796", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13552", + "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_13553", - "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_13554", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13555", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13556", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13557", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13558", - "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_13559", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13560", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13561", @@ -26197,14 +26178,15 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13571", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13572", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13573", - "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_13574", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13575", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13576", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13577", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13578", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13579", + "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_13580", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13581", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13582", @@ -26216,49 +26198,40 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13588", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13589", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13590", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#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_13591", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13592", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13593", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13594", - "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_13595", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13596", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13597", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13598", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13599", - "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#sec-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13600", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13601", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13602", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13603", + "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_13604", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13605", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13606", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13607", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13608", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13609", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13610", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13611", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13612", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13613", - "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_13614", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13615", - "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#sec-properties-of-the-promise-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13616", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13617", - "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#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_13618", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13619", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13620", @@ -26274,22 +26247,22 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13630", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13631", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13632", + "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_13633", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13634", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13635", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13636", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13637", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13638", + "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_13639", - "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_13640", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13641", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13642", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13643", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13644", - "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_13645", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13646", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13647", @@ -26304,17 +26277,17 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13656", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13657", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13658", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_789", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13659", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13660", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", + "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_13661", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13662", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13663", + "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_13664", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", - "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_13665", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13666", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13667", @@ -26322,146 +26295,78 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13669", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13670", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13671", - "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_21230", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21231", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21232", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13672", - "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_13673", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13674", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13675", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13676", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13677", - "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_13678", + "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_13679", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_798", - "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_13680", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13681", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13682", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13683", - "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_13684", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13685", - "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_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13686", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13687", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13688", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13689", - "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_13690", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13691", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13692", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_803", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13693", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13694", - "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_21233", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21234", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21235", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13695", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13696", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13697", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13698", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_791", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_792", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13699", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13700", - "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_793", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_794", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13701", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13702", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", + "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_13703", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13704", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13705", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13706", - "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_13707", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13708", - "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_13709", + "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_13710", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13711", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13712", - "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_13713", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13714", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13715", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13716", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", + "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_13717", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13718", - "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_13719", - "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_13720", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13721", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13722", - "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_13723", - "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_13724", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13725", - "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_13726", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13727", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13728", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", - "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_13729", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13730", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13731", - "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_21236", + "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_13732", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13733", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13734", @@ -26480,20 +26385,22 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13747", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13748", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13749", - "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_13750", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13751", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13752", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_795", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_796", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13753", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13754", + "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_13755", - "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_13756", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13757", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13758", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13759", + "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_13760", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13761", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13762", @@ -26505,12 +26412,12 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13768", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13769", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13770", - "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_13771", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13772", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13773", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13774", + "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_13775", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13776", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13777", @@ -26524,27 +26431,26 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13785", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13786", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13787", - "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_13788", - "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_13789", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13790", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13791", + "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_13792", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13793", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13794", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13795", + "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_13796", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13797", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13798", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13800", + "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_13801", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21237", - "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_13802", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13803", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13804", @@ -26553,32 +26459,32 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13807", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13808", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13809", - "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_13810", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13811", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13812", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13813", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13814", + "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_13815", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13816", + "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_13817", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13818", + "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_13819", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13820", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13821", - "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_13822", - "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_13823", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13824", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13825", - "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_13826", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13827", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13828", @@ -26590,20 +26496,20 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13834", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13835", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13836", - "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_13837", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13838", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13839", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13840", + "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_13841", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13842", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13843", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13844", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13845", + "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_13846", - "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_13847", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13848", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13849", @@ -26614,103 +26520,167 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13854", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13855", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13856", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13857", - "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_13858", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13859", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13860", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13861", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13862", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-promise-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13863", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13864", - "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_13865", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_797", + "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_13866", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13867", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13868", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13869", - "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_21238", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13870", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13871", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13872", + "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_21440", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21441", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21442", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13873", + "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_13874", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13875", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13876", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13877", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13878", + "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_13879", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13880", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_798", + "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_13881", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13882", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13883", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13884", + "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_13885", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13886", + "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_799", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13887", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13888", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_800", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_801", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13889", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13890", - "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#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_13891", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13892", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13893", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_802", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_803", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_804", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-instances-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13894", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13895", + "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_21443", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21444", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21445", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13896", - "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#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13897", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13898", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13899", - "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_13900", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13901", + "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_13902", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13903", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_805", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-asyncgeneratorfunction", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13904", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13905", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13906", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13907", + "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_13908", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13909", + "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_13910", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13911", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_806", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_807", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13912", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13913", - "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#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_13914", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-prototype-tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13915", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13916", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_808", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-length", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13917", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_809", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-instance-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13918", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13919", + "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_13920", + "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_13921", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13922", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype.constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13923", + "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_13924", - "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#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_13925", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13926", + "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_13927", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13928", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator.prototype-@@tostringtag", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13929", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-properties-of-generator-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_810", + "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_13930", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13931", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13932", - "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#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_21446", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13933", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13934", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13935", @@ -26729,15 +26699,16 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13948", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13949", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13950", + "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_13951", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13952", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13953", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13954", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13955", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13956", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21239", - "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#sec-generatorresume", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13957", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13958", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13959", @@ -26753,11 +26724,11 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13969", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13970", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13971", + "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_13972", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13973", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13974", - "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_13975", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13976", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13977", @@ -26765,8 +26736,6 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13979", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13980", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13981", - "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_13982", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13983", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13984", @@ -26774,77 +26743,61 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13986", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13987", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13988", + "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_13989", + "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_13990", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13991", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13992", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13993", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13994", - "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_21240", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21241", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21242", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21243", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13995", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13996", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13997", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13998", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_13999", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14000", - "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_14001", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14002", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21447", + "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_14003", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14004", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14005", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14006", - "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_14007", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14008", - "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_14009", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14010", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", + "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_14011", - "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_14012", - "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_14013", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14014", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14015", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", - "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_14016", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21244", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14017", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21245", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14018", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14019", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14020", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14021", - "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_14022", + "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_14023", + "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_14024", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14025", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-constructor", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14026", + "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_14027", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14028", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14029", @@ -26856,9 +26809,10 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14035", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14036", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14037", + "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_14038", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14039", - "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14040", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14041", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14042", @@ -26867,6 +26821,271 @@ "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14045", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14046", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14047", + "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_14048", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14049", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14050", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14051", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14052", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14053", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14054", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14055", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14056", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14057", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-prototype-tostringtag", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14058", + "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_14059", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14060", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14061", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14062", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14063", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14064", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14065", + "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_14066", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14067", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14068", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14069", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14070", + "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_21448", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14071", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14072", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14073", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14074", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14075", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14076", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14077", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14078", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14079", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14080", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14081", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14082", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14083", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14084", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14085", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14086", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14087", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14088", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14089", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14090", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14091", + "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_14092", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14093", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14094", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14095", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14096", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14097", + "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_14098", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14099", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14100", + "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_14101", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14102", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14103", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14104", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14105", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14106", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14107", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14108", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14109", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14110", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14111", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14112", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14113", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14114", + "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_14115", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14116", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14117", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14118", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14119", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14120", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14121", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14122", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14123", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14124", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14125", + "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_14126", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14127", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14128", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14129", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14130", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14131", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14132", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14133", + "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_14134", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14135", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14136", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14137", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14138", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14139", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14140", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14141", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14142", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14143", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14144", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14145", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14146", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14147", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14148", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14149", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14150", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14151", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14152", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14153", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14154", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14155", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14156", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14157", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21449", + "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_14158", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14159", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14160", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14161", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14162", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14163", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14164", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14165", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14166", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14167", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14168", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14169", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14170", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14171", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14172", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14173", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14174", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14175", + "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_14176", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14177", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14178", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14179", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14180", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14181", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14182", + "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_14183", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14184", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14185", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14186", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14187", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14188", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14189", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14190", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14191", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14192", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14193", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14194", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14195", + "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_21450", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21451", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21452", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21453", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14196", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14197", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14198", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14199", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14200", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14201", + "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_14202", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14203", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_811", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-properties", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14204", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14205", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14206", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14207", + "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_14208", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-prototype", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14209", + "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_14210", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14211", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_812", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14212", + "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_14213", + "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_14214", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14215", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_813", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14216", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-length", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_814", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-instances-name", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_815", + "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_14217", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21454", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14218", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_21455", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14219", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14220", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14221", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14222", + "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_14223", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14224", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14225", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14226", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14227", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14228", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14229", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14230", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14231", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14232", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14233", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14234", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14235", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14236", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14237", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14238", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14239", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14240", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#step-asyncblockstart-return-undefined", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14241", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14242", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14243", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14244", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14245", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14246", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14247", + "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_14248", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#_ref_816", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-container", "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#references-pane-spacer", @@ -26889,101 +27108,101 @@ "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#sec-reflect-object", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14048", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14049", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14050", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14051", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14052", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14249", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14250", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14251", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14252", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14253", "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_14053", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14054", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14055", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14056", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14254", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14255", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14256", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14257", "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_14057", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14058", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14059", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14060", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14258", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14259", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14260", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14261", "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_14061", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14062", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14063", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14262", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14263", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14264", "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_14064", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14065", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14265", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14266", "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_14066", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14067", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14267", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14268", "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_14068", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14069", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14070", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14269", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14270", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14271", "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_14071", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14272", "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_14072", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14073", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14273", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14274", "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_14074", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14275", "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_14075", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14076", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14276", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14277", "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_14077", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14278", "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_14078", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14079", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14279", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14280", "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_14080", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14081", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14281", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14282", "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect-@@tostringtag", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14082", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14283", "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_14083", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14284", "https://tc39.es/ecma262/multipage/reflection.html#sec-proxy-constructor", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14084", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14085", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14285", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14286", "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_14086", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14287", "https://tc39.es/ecma262/multipage/reflection.html#sec-properties-of-the-proxy-constructor", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14087", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14088", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14288", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14289", "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_14089", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14090", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14091", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14092", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14093", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14094", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14095", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14096", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14097", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14290", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14291", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14292", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14293", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14294", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14295", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14296", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14297", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14298", "https://tc39.es/ecma262/multipage/reflection.html#sec-module-namespace-objects", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14098", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14099", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_21246", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_21247", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14299", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14300", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_21456", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_21457", "https://tc39.es/ecma262/multipage/reflection.html#_ref_817", "https://tc39.es/ecma262/multipage/reflection.html#sec-@@tostringtag", - "https://tc39.es/ecma262/multipage/reflection.html#_ref_14100", + "https://tc39.es/ecma262/multipage/reflection.html#_ref_14301", "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", @@ -27003,296 +27222,297 @@ "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#sec-memory-model", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14101", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14102", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14103", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14104", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14105", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14302", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14303", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14304", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14305", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14306", "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-model-fundamentals", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14106", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14107", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14108", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14307", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14308", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14309", "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_14109", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14310", "https://tc39.es/ecma262/multipage/memory-model.html#table-readsharedmemory-fields", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14110", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14111", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14112", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14113", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14114", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14311", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14312", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14313", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14314", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14315", "https://tc39.es/ecma262/multipage/memory-model.html#table-writesharedmemory-fields", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14115", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14116", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14117", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14118", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14119", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14120", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14121", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14122", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14123", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14316", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14317", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14318", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14319", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14320", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14321", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14322", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14323", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14324", "https://tc39.es/ecma262/multipage/memory-model.html#table-rmwsharedmemory-fields", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14124", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14125", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14126", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14127", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14128", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14129", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14130", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14131", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14132", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14133", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14134", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14135", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14136", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14137", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14325", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14326", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14327", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14328", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14329", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14330", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14331", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14332", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14333", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14334", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14335", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14336", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14337", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14338", "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_14138", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14139", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14140", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14141", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14142", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14143", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14144", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14145", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14146", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14339", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14340", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14341", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14342", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14343", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14344", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14345", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14346", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14347", "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_14147", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14348", "https://tc39.es/ecma262/multipage/memory-model.html#table-agent-events-records", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14148", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14149", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14150", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14151", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14152", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14153", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14154", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14349", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14350", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14351", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14352", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14353", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14354", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14355", "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_14155", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14356", "https://tc39.es/ecma262/multipage/memory-model.html#table-chosen-value-records", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14156", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14157", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14158", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14159", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14160", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14161", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14357", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14358", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14359", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14360", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14361", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14362", "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_14162", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14163", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14363", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14364", "https://tc39.es/ecma262/multipage/memory-model.html#table-candidate-execution-records", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14164", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14165", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14166", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14167", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14168", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14169", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14170", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14171", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14172", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14173", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14174", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14175", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14176", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14177", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14178", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14179", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14180", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14181", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14182", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14183", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14184", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14185", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14365", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14366", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14367", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14368", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14369", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14370", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14371", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14372", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14373", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14374", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14375", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14376", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14377", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14378", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14379", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14380", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14381", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14382", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14383", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14384", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14385", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14386", "https://tc39.es/ecma262/multipage/memory-model.html#sec-candidate-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14186", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14187", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14188", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14387", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14388", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14389", "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_14189", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14190", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14390", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14391", "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_14191", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14192", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14193", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14194", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14195", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14392", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14393", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14394", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14395", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14396", "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_14196", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14197", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14198", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14397", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14398", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14399", "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_14199", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14200", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14201", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14202", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14203", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14204", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14205", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14206", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14207", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14208", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14209", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14210", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14211", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14212", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14213", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14214", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14215", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14216", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14217", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14400", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14401", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14402", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14403", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14404", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14405", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14406", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14407", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14408", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14409", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14410", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14411", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14412", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14413", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14414", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14415", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14416", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14417", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14418", "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_14218", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14219", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14220", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14221", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14222", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14223", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14224", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14225", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14226", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14227", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14419", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14420", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14421", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14422", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14423", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14424", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14425", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14426", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14427", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14428", "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_14228", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14229", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14230", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14231", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14232", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14233", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14234", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14235", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14236", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14429", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14430", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14431", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14432", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14433", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14434", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14435", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14436", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14437", "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-bytes-from", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14237", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14238", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14239", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14240", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14241", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14242", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14243", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14244", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14245", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14246", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14438", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14439", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14440", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14441", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14442", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14443", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14444", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14445", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14446", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14447", "https://tc39.es/ecma262/multipage/memory-model.html#sec-reads-from", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14247", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14248", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14249", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14448", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14449", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14450", "https://tc39.es/ecma262/multipage/memory-model.html#sec-host-synchronizes-with", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14250", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14251", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14252", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14253", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14254", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14255", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14256", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14257", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14451", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14452", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14453", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14454", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14455", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14456", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14457", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14458", "https://tc39.es/ecma262/multipage/memory-model.html#sec-synchronizes-with", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14258", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14259", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14260", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14261", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14262", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14263", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14459", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14460", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14461", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14462", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14463", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14464", "https://tc39.es/ecma262/multipage/memory-model.html#sec-happens-before", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14264", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14265", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14266", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14267", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14268", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14269", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14465", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14466", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14467", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14468", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14469", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14470", "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_14270", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14271", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14272", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14273", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14274", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14275", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14471", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14472", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14473", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14474", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14475", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14476", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14477", "https://tc39.es/ecma262/multipage/memory-model.html#sec-coherent-reads", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14276", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14277", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14278", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14279", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14280", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14281", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14478", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14479", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14480", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14481", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14482", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14483", "https://tc39.es/ecma262/multipage/memory-model.html#sec-tear-free-aligned-reads", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14282", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14283", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14284", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14285", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14286", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14287", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14288", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14484", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14485", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14486", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14487", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14488", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14489", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14490", "https://tc39.es/ecma262/multipage/memory-model.html#sec-memory-order", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14289", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14290", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14291", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14292", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14293", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14294", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14295", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14296", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14297", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14298", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14299", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14300", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14301", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14302", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14303", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14304", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14305", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14306", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14491", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14492", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14493", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14494", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14495", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14496", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14497", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14498", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14499", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14500", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14501", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14502", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14503", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14504", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14505", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14506", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14507", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14508", "https://tc39.es/ecma262/multipage/memory-model.html#sec-valid-executions", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14307", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14308", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14309", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14310", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14311", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14509", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14510", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14511", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14512", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14513", "https://tc39.es/ecma262/multipage/memory-model.html#sec-races", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14312", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14313", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14314", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14514", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14515", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14516", "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-races", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14315", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14517", "https://tc39.es/ecma262/multipage/memory-model.html#sec-data-race-freedom", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14316", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14317", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14518", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14519", "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14318", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14319", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14320", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14321", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14322", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14323", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14324", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14325", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14326", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14327", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14520", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14521", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14522", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14523", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14524", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14525", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14526", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14527", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14528", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14529", "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14328", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14329", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14530", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14531", "https://tc39.es/ecma262/multipage/memory-model.html#sec-shared-memory-guidelines", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14330", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14331", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14332", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14333", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14334", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14335", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14336", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14337", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14338", - "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14339", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14532", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14533", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14534", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14535", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14536", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14537", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14538", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14539", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14540", + "https://tc39.es/ecma262/multipage/memory-model.html#_ref_14541", "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", @@ -27351,7 +27571,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-iJnRUrcY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-INZ21P3A", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21248", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21458", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-m5AWMC3P", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-3wWoyoyk", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-T8-D_rlw", @@ -27412,7 +27632,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WPBp76A-", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-FwaLgcLH", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-ltrZioVe", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21249", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21459", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-qBjKPlc1", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-uZn3IQfi", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-lgwqNVq7", @@ -27479,7 +27699,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_21250", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21460", "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", @@ -27618,7 +27838,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-c6cxJePv", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-Eaqym5cf", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-W9higncN", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21251", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21461", "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", @@ -27626,7 +27846,7 @@ "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-I7oDJnBY", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-HT-vtkeW", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-WTX_aban", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21252", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21462", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-BMcTBp4V", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-p-hcBiIQ", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-SD1i1opG", @@ -27718,7 +27938,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_21253", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21463", "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_818", "https://tc39.es/ecma262/multipage/grammar-summary.html#sec-regular-expressions", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-B7AwVhmt", @@ -27770,13 +27990,13 @@ "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_21254", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21255", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21256", - "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21257", - "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", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21464", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21465", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21466", + "https://tc39.es/ecma262/multipage/grammar-summary.html#_ref_21467", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-AEZ_iyDC", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-aZFqSbDx", + "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-YFxZ-zB2", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-PUMw6WxS", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-SeTTaRwS", "https://tc39.es/ecma262/multipage/grammar-summary.html#prod-JQe22hGV", @@ -27819,352 +28039,361 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#shortcuts-help", "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_14450", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14451", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14452", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14652", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14653", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14654", "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_819", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14453", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21258", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14655", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21468", "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_21259", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21260", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21261", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21262", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21263", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21469", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21470", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21471", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21472", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21473", "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_21264", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21265", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21266", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21267", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21474", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21475", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21476", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21477", "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_21268", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21478", "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_21269", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21479", "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_21270", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21271", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21480", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21481", "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_21272", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21482", "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_21273", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21274", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21275", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21483", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21484", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21485", "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_21276", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21277", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21278", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21486", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21487", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21488", "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_21279", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21280", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21489", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21490", "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_21281", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21282", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21283", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21491", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21492", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21493", "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_21284", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21285", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21494", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21495", "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_21286", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21287", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21496", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21497", "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_21288", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21289", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21290", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21291", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21292", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21293", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21498", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21499", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21500", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21501", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21502", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21503", "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_820", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14454", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14656", "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_21294", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21295", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21296", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21297", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21298", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21299", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21300", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21301", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21302", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21303", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21504", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21505", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21506", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21507", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21508", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21509", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21510", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21511", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21512", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21513", "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_21304", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21305", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21306", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21307", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21308", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21514", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21515", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21516", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21517", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21518", "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_21309", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21310", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21519", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21520", "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_21311", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21312", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21313", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21314", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21315", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21316", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21317", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21521", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21522", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21523", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21524", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21525", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21526", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21527", "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_21318", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21319", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21320", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21321", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21528", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21529", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21530", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21531", "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_21322", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21532", "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_21323", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21324", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14455", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21325", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14456", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21326", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21327", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21328", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21329", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21330", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21533", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21534", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14657", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21535", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14658", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21536", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21537", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21538", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21539", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21540", "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_21331", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21332", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21333", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21334", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21335", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21336", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21337", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21541", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21542", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21543", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21544", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21545", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21546", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21547", "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_21338", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21339", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21548", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21549", "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_21340", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21341", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21550", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21551", "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_21342", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21343", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21552", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21553", "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_21344", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21345", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21346", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21554", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21555", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21556", "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_21347", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21557", "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_821", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21348", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21349", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21350", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21351", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14457", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21352", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14458", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21353", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14459", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21354", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14460", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21355", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14461", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21356", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14462", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21357", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21358", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21359", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21360", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14463", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21361", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14464", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21362", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14465", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21363", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14466", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21364", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14467", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21365", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14468", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21366", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21558", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21559", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21560", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21561", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14659", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21562", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14660", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21563", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14661", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21564", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14662", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21565", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14663", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21566", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14664", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21567", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21568", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21569", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21570", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14665", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21571", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14666", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21572", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14667", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21573", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14668", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21574", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14669", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21575", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14670", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21576", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-countleftcapturingparens-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14469", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14470", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21367", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21368", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21369", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21370", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21371", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21372", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14671", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14672", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21577", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21578", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21579", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21580", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21581", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21582", "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_822", "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_823", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21373", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21374", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21375", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21376", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21583", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21584", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21585", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21586", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_824", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compilesubpattern-annexb", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expression-patterns-semantics", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14471", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21377", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21378", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21379", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21380", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21381", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21382", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21383", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21384", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21385", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21386", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21387", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21388", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21389", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21390", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21391", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21392", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14673", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21587", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21588", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21589", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21590", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21591", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21592", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21593", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21594", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21595", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21596", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21597", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21598", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21599", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21600", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21601", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21602", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileassertion-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14472", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21393", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21394", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21395", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21396", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21397", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14674", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21603", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21604", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21605", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21606", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21607", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compileatom-annexb", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14473", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21398", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21399", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21400", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21401", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21402", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14474", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21403", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21404", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14475", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14675", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21608", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21609", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21610", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21611", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21612", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14676", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14677", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21613", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21614", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14678", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14679", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-compiletocharset-annexb", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_825", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14476", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21405", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21406", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21407", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14477", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21408", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14478", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21409", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14479", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21410", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14480", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21411", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21412", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21413", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14481", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21414", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14482", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21415", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14483", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21416", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14484", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14485", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21417", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14486", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21418", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14680", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21615", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21616", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21617", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14681", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21618", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14682", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21619", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14683", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21620", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14684", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21621", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21622", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21623", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14685", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21624", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14686", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21625", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14687", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21626", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14688", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14689", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21627", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14690", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21628", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14691", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14692", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-runtime-semantics-characterrangeorunion-abstract-operation", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14487", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14488", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14693", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14694", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14695", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14696", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14697", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14698", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14699", "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_14489", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14700", "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_826", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_827", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#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_14490", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14701", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_828", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14491", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14702", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_829", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14492", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14493", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14494", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14495", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14496", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14497", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14498", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14499", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14500", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14703", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14704", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14705", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14706", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14707", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14708", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14709", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14710", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14711", "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_14501", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14502", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14503", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14504", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21419", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14505", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14506", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14507", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14508", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14712", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14713", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14714", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14715", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21629", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14716", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14717", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14718", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14719", "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_14509", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14510", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14511", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14512", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14513", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14514", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14515", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14516", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14517", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14518", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14720", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14721", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14722", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14723", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14724", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14725", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14726", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14727", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14728", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14729", "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_14519", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14730", "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_14520", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14521", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14522", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14523", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14524", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14525", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14526", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14527", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14528", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14529", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14530", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14531", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14731", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14732", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14733", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14734", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14735", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14736", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14737", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14738", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14739", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14740", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14741", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14742", "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_14532", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14743", "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_14533", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14744", "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_14534", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14745", "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_14535", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14746", "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_14536", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14747", "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_14537", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14748", "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_14538", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14749", "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_14539", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14750", "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_14540", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14751", "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_14541", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14752", "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_14542", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14753", "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_14543", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14754", "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_830", @@ -28174,85 +28403,85 @@ "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_14544", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14545", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14546", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14755", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14756", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14757", "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_14547", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14548", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14549", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14550", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14551", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14552", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14553", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14554", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14555", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14556", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14557", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14558", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14559", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14560", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14561", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14758", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14759", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14760", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14761", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14762", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14763", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14764", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14765", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14766", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14767", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14768", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14769", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14770", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14771", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14772", "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_832", "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_14562", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14563", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14564", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14773", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14774", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14775", "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_21420", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21421", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21422", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14565", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21423", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21424", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21425", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21630", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21631", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21632", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14776", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21633", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21634", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21635", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_833", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21426", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14566", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14567", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21427", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21428", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21429", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21430", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14568", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21636", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14777", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14778", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21637", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21638", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21639", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21640", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14779", "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_21431", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21432", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21433", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21434", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14569", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21435", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21436", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21437", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21438", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21439", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21440", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21441", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21442", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21443", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21444", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21445", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21446", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21447", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21448", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21449", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21450", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21451", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21452", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21453", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21454", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21455", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21456", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21457", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21458", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21459", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14570", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21641", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21642", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21643", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21644", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14780", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21645", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21646", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21647", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21648", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21649", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21650", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21651", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21652", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21653", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21654", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21655", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21656", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21657", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21658", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21659", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21660", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21661", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21662", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21663", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21664", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21665", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21666", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21667", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21668", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21669", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14781", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_834", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_835", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_836", @@ -28260,274 +28489,274 @@ "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_838", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_839", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_840", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21460", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14571", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21670", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14782", "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_14572", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14783", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_841", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21461", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21462", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21463", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21464", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21465", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14573", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21466", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21467", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21468", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21469", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21470", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21471", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21472", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14574", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21671", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21672", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21673", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21674", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21675", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14784", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21676", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21677", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21678", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21679", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21680", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21681", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21682", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14785", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_842", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14575", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14576", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14786", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14787", "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_14577", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14788", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_843", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14578", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14579", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21473", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21474", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21475", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21476", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21477", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14580", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21478", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21479", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21480", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21481", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21482", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21483", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21484", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14581", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14789", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14790", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21683", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21684", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21685", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21686", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21687", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14791", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21688", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21689", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21690", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21691", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21692", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21693", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21694", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14792", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_844", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14582", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14583", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14793", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14794", "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_14584", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14795", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_845", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14585", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21485", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21486", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21487", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21488", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21489", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14586", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21490", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21491", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21492", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21493", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14587", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14588", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14589", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14796", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21695", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21696", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21697", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21698", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21699", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14797", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21700", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21701", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21702", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21703", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14798", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14799", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14800", "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_14590", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14591", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21494", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21495", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14592", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14801", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14802", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21704", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21705", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14803", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_846", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14593", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14594", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14804", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14805", "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_847", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21496", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14595", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21497", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14596", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14597", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14598", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21498", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14599", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21499", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21706", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14806", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21707", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14807", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14808", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14809", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21708", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14810", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21709", "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_848", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21500", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21501", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14600", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21502", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14601", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14602", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14603", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21503", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14604", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21504", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21710", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21711", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14811", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21712", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14812", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14813", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14814", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21713", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14815", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21714", "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_14605", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14816", "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_14606", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14817", "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_14607", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21505", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14818", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21715", "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_21506", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21716", "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#prod-annexB-IfStatement", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21507", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21508", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21509", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21510", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21511", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21512", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21513", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21514", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21515", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21516", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21517", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14608", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14609", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21518", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21519", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21520", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21521", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21717", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21718", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21719", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21720", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21721", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21722", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21723", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21724", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21725", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21726", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21727", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14819", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14820", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21728", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21729", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21730", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21731", "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#sec-variablestatements-in-catch-blocks", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_853", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21522", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21523", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14610", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21524", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14611", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21525", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14612", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21526", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14613", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21527", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14614", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21528", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21529", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21530", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21531", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21532", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21533", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21534", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21535", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14615", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21536", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21537", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21732", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21733", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14821", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21734", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14822", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21735", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14823", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21736", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14824", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21737", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14825", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21738", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21739", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21740", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21741", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21742", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21743", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21744", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21745", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14826", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21746", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21747", "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_14616", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21538", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14827", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21748", "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_14617", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21539", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14828", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21749", "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_21540", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21750", "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#prod-annexB-ForInOfStatement", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21541", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21542", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21543", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21544", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14618", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14619", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14620", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21751", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21752", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21753", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21754", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14829", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14830", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14831", "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_21545", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21546", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21547", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21548", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14621", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21549", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14622", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14623", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21755", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21756", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21757", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21758", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14832", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21759", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14833", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14834", "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_21550", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21551", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21552", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21553", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14624", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21554", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14625", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14626", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21760", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21761", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21762", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21763", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14835", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21764", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14836", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14837", "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_21555", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21556", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21557", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21558", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14627", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21559", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14628", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14629", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21765", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21766", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21767", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21768", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14838", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21769", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14839", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14840", "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_21560", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14630", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14631", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21770", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14841", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14842", "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_21561", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21562", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21563", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21564", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14632", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21565", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14633", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21566", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14634", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14635", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14636", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21771", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21772", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21773", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21774", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14843", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21775", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14844", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21776", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14845", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14846", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14847", "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_21567", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21568", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21569", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21570", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21571", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14637", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21572", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14638", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14639", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14640", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21777", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21778", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21779", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21780", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21781", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14848", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21782", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14849", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14850", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14851", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_864", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21573", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21574", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21575", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21576", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14641", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21577", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14642", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14643", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21578", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14644", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21579", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14645", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21580", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14646", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14647", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14648", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21581", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14649", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21582", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21583", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21783", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21784", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21785", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21786", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14852", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21787", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14853", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14854", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21788", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14855", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21789", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14856", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21790", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14857", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14858", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14859", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21791", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14860", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21792", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_21793", "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_14650", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14861", "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_14651", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14652", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14862", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14863", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_866", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14653", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14654", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14864", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14865", "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_867", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14655", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14866", "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_14656", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14867", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_868", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14657", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14658", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14659", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14660", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14868", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14869", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14870", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14871", "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_869", "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_14661", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14662", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14872", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14873", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-make-job-callback", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14663", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14664", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14874", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14875", "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-web-compat-host-ensure-can-add-private-field", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14665", - "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14666", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14876", + "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#_ref_14877", "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", @@ -28546,71 +28775,71 @@ "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#shortcuts-help", "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_14340", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14341", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14542", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14543", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_871", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14342", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21584", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21585", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14343", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21586", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21587", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14344", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14345", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21588", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14544", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21794", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21795", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14545", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21796", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21797", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14546", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14547", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21798", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_872", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21589", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14346", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14347", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21799", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14548", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14549", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_873", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21590", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14348", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21591", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21800", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14550", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21801", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_874", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21592", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21802", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_875", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21593", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21803", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_876", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_877", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14349", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14350", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14551", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14552", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_878", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14351", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14553", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_879", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_880", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14352", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14554", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_881", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14353", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21594", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14354", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14555", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21804", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14556", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_882", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_883", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14355", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14356", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14557", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14558", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_884", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_885", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_886", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14357", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21595", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14559", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21805", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_887", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14358", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14560", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_888", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14359", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21596", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21597", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14561", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21806", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21807", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_889", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21598", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14360", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14361", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21599", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21808", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14562", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14563", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21809", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_890", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21600", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21601", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14362", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14363", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21810", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_21811", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14564", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14565", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_891", "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_892", - "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14364", + "https://tc39.es/ecma262/multipage/strict-mode-of-ecmascript.html#_ref_14566", "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", @@ -28630,41 +28859,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_893", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14365", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14567", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-hooks-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14366", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14367", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14368", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14369", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14370", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14371", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14372", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14373", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14374", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14375", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14376", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14377", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14568", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14569", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14570", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14571", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14572", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14573", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14574", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14575", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14576", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14577", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14578", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14579", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-fields-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14378", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14580", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_894", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14379", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14581", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_895", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14380", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14582", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_896", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14381", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14583", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_897", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_898", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_899", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-defined-objects-summary", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14382", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14584", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_900", "https://tc39.es/ecma262/multipage/host-layering-points.html#sec-host-running-jobs", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14383", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14384", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14585", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14586", "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_901", "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_902", - "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14385", + "https://tc39.es/ecma262/multipage/host-layering-points.html#_ref_14587", "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_903", "https://tc39.es/ecma262/multipage/host-layering-points.html#references-pane-container", @@ -28687,29 +28916,29 @@ "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_904", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_905", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14386", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14588", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_906", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14387", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14388", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14589", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14590", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_907", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14389", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14390", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14391", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14392", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14591", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14592", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14593", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14594", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_908", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_909", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_910", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_911", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14393", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14595", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_912", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_913", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_914", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_915", "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_916", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14394", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14395", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14396", - "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14397", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14596", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14597", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14598", + "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html#_ref_14599", "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", @@ -28729,155 +28958,155 @@ "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_917", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14398", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14600", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_918", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14399", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21602", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21603", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14601", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21812", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21813", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_919", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14400", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14401", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14602", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14603", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_920", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_921", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21604", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21605", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21606", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21814", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21815", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21816", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_922", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_923", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14402", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14604", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_924", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14403", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21607", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14404", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14605", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21817", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14606", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_925", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21608", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21609", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21610", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21611", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21612", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21818", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21819", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21820", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21821", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21822", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_926", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21613", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21614", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21615", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21823", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21824", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21825", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_927", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21616", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21617", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21618", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14405", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21619", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21826", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21827", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21828", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14607", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21829", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_928", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21620", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21621", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21830", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21831", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_929", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21622", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21623", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21832", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21833", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_930", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21624", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14406", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21625", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14407", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21834", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14608", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21835", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14609", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_931", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21626", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14408", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21627", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21628", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21629", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14409", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21630", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14410", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21836", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14610", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21837", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21838", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21839", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14611", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21840", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14612", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_932", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21631", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14411", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21632", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21633", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14412", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21634", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14413", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21841", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14613", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21842", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21843", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14614", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21844", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14615", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_933", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21635", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14414", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21636", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21637", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14415", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21638", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14416", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21845", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14616", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21846", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21847", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14617", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21848", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14618", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_934", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14417", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21639", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21640", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21641", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21642", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21643", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14619", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21849", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21850", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21851", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21852", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21853", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_935", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_936", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21644", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21645", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21646", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21854", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21855", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21856", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_937", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21647", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21648", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21649", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14418", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21650", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21651", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21652", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14419", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21653", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14420", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21654", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21655", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21656", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14421", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21857", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21858", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21859", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14620", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21860", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21861", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21862", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14621", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21863", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14622", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21864", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21865", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21866", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14623", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_938", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14422", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14423", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21657", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14424", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14425", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14624", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14625", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_21867", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14626", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14627", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_939", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14426", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14628", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_940", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14427", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14629", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_941", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14428", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14630", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_942", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14429", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14631", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_943", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14430", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14632", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_944", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14431", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14633", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_945", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14432", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14634", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_946", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14433", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14635", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_947", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14434", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14636", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_948", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14435", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14637", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_949", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14436", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14638", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_950", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_951", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14437", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14438", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14439", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14639", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14640", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14641", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_952", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14440", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14642", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_953", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_954", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_955", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_956", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_957", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_958", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14441", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14643", "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_14442", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14443", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14444", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14644", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14645", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14646", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_960", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_961", "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_962", - "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14445", + "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html#_ref_14647", "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/epub-rs-33.json b/tr/ids/epub-rs-33.json index 8636dfdc94fa..d954cdad420b 100644 --- a/tr/ids/epub-rs-33.json +++ b/tr/ids/epub-rs-33.json @@ -577,6 +577,8 @@ "https://www.w3.org/TR/epub-rs-33/#auto", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-xhtml-content-documents-8", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-itemref-element-3", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-14", + "https://www.w3.org/TR/epub-rs-33/#h-note-16", "https://www.w3.org/TR/epub-rs-33/#align-x-center", "https://www.w3.org/TR/epub-rs-33/#x8-2-2-the-rendition-align-x-center-property", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-viewport-9", @@ -646,16 +648,16 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-fragment-identifier-1", "https://www.w3.org/TR/epub-rs-33/#sec-behaviors-interaction", "https://www.w3.org/TR/epub-rs-33/#x9-3-interacting-with-the-epub-content-document", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-14", - "https://www.w3.org/TR/epub-rs-33/#h-note-16", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-15", + "https://www.w3.org/TR/epub-rs-33/#h-note-17", "https://www.w3.org/TR/epub-rs-33/#sec-rsconf-navigation", "https://www.w3.org/TR/epub-rs-33/#x9-3-1-navigation", "https://www.w3.org/TR/epub-rs-33/#mol-navigation", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-content-documents-11", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-12", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-navigation-document-1", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-15", - "https://www.w3.org/TR/epub-rs-33/#h-note-17", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-16", + "https://www.w3.org/TR/epub-rs-33/#h-note-18", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-creators-7", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-media-overlay-documents-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-navigation-document-2", @@ -663,7 +665,7 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-spine-3", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-navigation-document-0-1", "https://www.w3.org/TR/epub-rs-33/#note-table-reading-mode", - "https://www.w3.org/TR/epub-rs-33/#h-note-18", + "https://www.w3.org/TR/epub-rs-33/#h-note-19", "https://www.w3.org/TR/epub-rs-33/#sec-embedded-media", "https://www.w3.org/TR/epub-rs-33/#x9-3-2-embedded-audio-and-video-deprecated", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-3", @@ -673,8 +675,8 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-text-element-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-audio-element-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-content-documents-12", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-16", - "https://www.w3.org/TR/epub-rs-33/#h-note-19", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-17", + "https://www.w3.org/TR/epub-rs-33/#h-note-20", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-3-text-to-speech-support-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-13", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-duration-1", @@ -739,8 +741,8 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-null-5", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-valid-url-string-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-null-6", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-17", - "https://www.w3.org/TR/epub-rs-33/#h-note-20", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-18", + "https://www.w3.org/TR/epub-rs-33/#h-note-21", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-url-parser-3", "https://www.w3.org/TR/epub-rs-33/#sec-epub-rs-conf-backward", "https://www.w3.org/TR/epub-rs-33/#x12-backward-compatibility", @@ -770,8 +772,8 @@ "https://www.w3.org/TR/epub-rs-33/#x15-1-overview", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-17", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-23", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-18", - "https://www.w3.org/TR/epub-rs-33/#h-note-21", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-19", + "https://www.w3.org/TR/epub-rs-33/#h-note-22", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-security-and-privacy-section-1", "https://www.w3.org/TR/epub-rs-33/#epub-threat-model", "https://www.w3.org/TR/epub-rs-33/#x15-2-threat-model", @@ -787,8 +789,8 @@ "https://www.w3.org/TR/epub-rs-33/#security-privacy-recommendations", "https://www.w3.org/TR/epub-rs-33/#x15-3-recommendations", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-19", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-19", - "https://www.w3.org/TR/epub-rs-33/#h-note-22", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-20", + "https://www.w3.org/TR/epub-rs-33/#h-note-23", "https://www.w3.org/TR/epub-rs-33/#app-unsupported", "https://www.w3.org/TR/epub-rs-33/#a-unsupported-features", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-24", @@ -796,13 +798,13 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-under-implemented-features-1", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-deprecated", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-4", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-20", - "https://www.w3.org/TR/epub-rs-33/#h-note-23", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-21", + "https://www.w3.org/TR/epub-rs-33/#h-note-24", "https://www.w3.org/TR/epub-rs-33/#app-epubReadingSystem", "https://www.w3.org/TR/epub-rs-33/#b-epubreadingsystem-object", "https://www.w3.org/TR/epub-rs-33/#dfn-epubreadingsystem", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-21", - "https://www.w3.org/TR/epub-rs-33/#h-note-24", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-22", + "https://www.w3.org/TR/epub-rs-33/#h-note-25", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-25", "https://www.w3.org/TR/epub-rs-33/#app-ers-idl", "https://www.w3.org/TR/epub-rs-33/#b-1-interface-definition", @@ -823,8 +825,8 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-sameobject-extended-attribute-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-dfn-epubreadingsystem-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-dom-navigator-epubreadingsystem-1", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-22", - "https://www.w3.org/TR/epub-rs-33/#h-note-25", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-23", + "https://www.w3.org/TR/epub-rs-33/#h-note-26", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-workernavigator-interface-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-creators-9", "https://www.w3.org/TR/epub-rs-33/#app-ers-desc", @@ -834,8 +836,8 @@ "https://www.w3.org/TR/epub-rs-33/#scripting-req-readingsystem", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-constrained-scripting-3", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-domcontentloaded-event-is-triggered-1", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-23", - "https://www.w3.org/TR/epub-rs-33/#h-note-26", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-24", + "https://www.w3.org/TR/epub-rs-33/#h-note-27", "https://www.w3.org/TR/epub-rs-33/#app-ers-properties", "https://www.w3.org/TR/epub-rs-33/#b-3-properties", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-5", diff --git a/tr/ids/fetch.json b/tr/ids/fetch.json index 8ac113fbc8da..33b252d6132f 100644 --- a/tr/ids/fetch.json +++ b/tr/ids/fetch.json @@ -405,9 +405,8 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-header-name%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-extract-header-values", "https://fetch.spec.whatwg.org/#ref-for-concept-header-value%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A4", "https://fetch.spec.whatwg.org/#simple-range-header-value", - "https://fetch.spec.whatwg.org/#ref-for-boolean", + "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-isomorphic-decode%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-string-starts-with", "https://fetch.spec.whatwg.org/#ref-for-string-position-variable%E2%91%A3", @@ -417,7 +416,6 @@ "https://fetch.spec.whatwg.org/#ref-for-code-point%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-collect-a-sequence-of-code-points%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-ascii-digit%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-string-length", "https://fetch.spec.whatwg.org/#ref-for-simple-range-header-value%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-add-range-header%E2%91%A0", "https://fetch.spec.whatwg.org/#default-user-agent-value", @@ -2352,6 +2350,7 @@ "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-final-network-response-start-time%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-cross-origin-isolated-capability%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-iteration-break%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-early-hints-response%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A7", @@ -2477,7 +2476,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer-policy%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer-policy%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-request-service-workers-mode%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch%E2%91%A3", @@ -2636,7 +2635,7 @@ "https://fetch.spec.whatwg.org/#ref-for-list-contain%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-list-contain%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-serializing-a-request-origin%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-url-origin%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-same-origin%E2%91%A7", @@ -3062,6 +3061,8 @@ "https://fetch.spec.whatwg.org/#ref-for-dom-request-ishistorynavigation", "https://fetch.spec.whatwg.org/#ref-for-abortsignal", "https://fetch.spec.whatwg.org/#ref-for-dom-request-signal", + "https://fetch.spec.whatwg.org/#ref-for-enumdef-requestduplex", + "https://fetch.spec.whatwg.org/#ref-for-dom-request-duplex", "https://fetch.spec.whatwg.org/#ref-for-NewObject%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-request%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-dom-request-clone", @@ -3092,7 +3093,7 @@ "https://fetch.spec.whatwg.org/#dom-requestinit-keepalive", "https://fetch.spec.whatwg.org/#ref-for-abortsignal%E2%91%A0", "https://fetch.spec.whatwg.org/#dom-requestinit-signal", - "https://fetch.spec.whatwg.org/#ref-for-enumdef-requestduplex", + "https://fetch.spec.whatwg.org/#ref-for-enumdef-requestduplex%E2%91%A0", "https://fetch.spec.whatwg.org/#dom-requestinit-duplex", "https://fetch.spec.whatwg.org/#ref-for-idl-any%E2%91%A0", "https://fetch.spec.whatwg.org/#dom-requestinit-window", @@ -3205,7 +3206,7 @@ "https://fetch.spec.whatwg.org/#ref-for-dom-request-referrer%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dom-request-referrerpolicy%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-dom-request-mode%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-dom-request-credentials%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-dom-request-cache%E2%91%A1", @@ -3219,6 +3220,7 @@ "https://fetch.spec.whatwg.org/#ref-for-dom-request-ishistorynavigation%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dom-request-signal%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-abortsignal%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-dom-request-duplex%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-dom-request-clone%E2%91%A0", "https://fetch.spec.whatwg.org/#request-create", "https://fetch.spec.whatwg.org/#ref-for-request%E2%91%A0%E2%93%AA", @@ -3286,8 +3288,8 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer-policy%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer-policy%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A3", @@ -3307,7 +3309,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-request-initiator-type%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-map-is-empty", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-reload-navigation-flag%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-history-navigation-flag%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-origin%E2%91%A0%E2%91%A8", @@ -3337,7 +3339,7 @@ "https://fetch.spec.whatwg.org/#ref-for-map-exists%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-dom-requestinit-credentials%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-map-exists%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A1%E2%91%A2", @@ -3345,7 +3347,7 @@ "https://fetch.spec.whatwg.org/#ref-for-map-exists%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-dom-requestinit-redirect%E2%91%A0", @@ -3390,7 +3392,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-headers-guard%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A1%E2%91%A2", @@ -3450,7 +3452,7 @@ "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A4%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A4%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A8", @@ -3496,7 +3498,7 @@ "https://fetch.spec.whatwg.org/#dom-request-mode", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A5%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A0%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A7", "https://fetch.spec.whatwg.org/#dom-request-credentials", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A5%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-request%E2%91%A0%E2%91%A8", @@ -3528,6 +3530,7 @@ "https://fetch.spec.whatwg.org/#dom-request-signal", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A6%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-request-signal%E2%91%A3", + "https://fetch.spec.whatwg.org/#dom-request-duplex", "https://fetch.spec.whatwg.org/#dom-request-clone", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A6%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-body-unusable%E2%91%A1", @@ -3869,7 +3872,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-client%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-request-service-workers-mode%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer%E2%91%A0%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A1%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-mode%E2%91%A0%E2%91%A2", @@ -4019,7 +4022,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A7%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-fetch-useparallelqueue%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-boolean%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-boolean", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-fetch-controller%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-fetch-controller-abort%E2%91%A2", @@ -4147,7 +4150,7 @@ "https://fetch.spec.whatwg.org/#term-for-isomorphic-decode", "https://fetch.spec.whatwg.org/#term-for-isomorphic-encode", "https://fetch.spec.whatwg.org/#term-for-struct-item", - "https://fetch.spec.whatwg.org/#term-for-string-length", + "https://fetch.spec.whatwg.org/#term-for-byte-sequence-length", "https://fetch.spec.whatwg.org/#term-for-list", "https://fetch.spec.whatwg.org/#term-for-ordered-set", "https://fetch.spec.whatwg.org/#term-for-parse-json-bytes-to-a-javascript-value", diff --git a/tr/ids/fido-v2.1.json b/tr/ids/fido-v2.1.json new file mode 100644 index 000000000000..ee644573ded2 --- /dev/null +++ b/tr/ids/fido-v2.1.json @@ -0,0 +1,2285 @@ +{ + "spec": { + "title": "Client to Authenticator Protocol (CTAP)", + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "ids": [ + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toc-nav", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toc-jump", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toc-toggle", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#title", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#subtitle", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#abstract", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#Status", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#contents", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#intro", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#relying-party", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#relationship-to-other-specifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ctap2-canonical-cbor-encoding-form", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#superseded", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#references-by-other-specifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-aaguid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credentialid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential-source", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#conformance", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#protocol-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-operation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#CTAP2ProtocolOverview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-client-platform", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prot-overview-query-getinfo", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-terminology", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#built-in-user-verification-method", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#evidence-of-user-interaction", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-presence", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-consent", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-presence", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-nfc-userpresent-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-nfc-user-presence-maximum-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-userpresent-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-userpresent-flag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-userpresent-flag%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-user-presence-maximum-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-userpresent-flag%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-presence%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-presence%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-user-presence-maximum-time-limit%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-userpresent-flag%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-nfc-nfc-user-presence-maximum-time-limit%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pre-flight", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-excludelist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#protected-by-some-form-of-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#some-form-of-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#user-action-timeout", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-api", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#stateful-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#state-initializing-command", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-state-initializing-command", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-operation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-state-initializing-command%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorMakeCredential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-input-parameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-op-make-cred", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialrpentity", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pubkeycredparams", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialparameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-excludelist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialdescriptor", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-sctn-extension-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-input", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pinuvauthparam", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ep-param", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-enterpriseattestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-capable", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-option-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-up", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-consent", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authenticatorgetinfo-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-options%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-platf-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-authenticatorselectioncriteria-userverification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-input-parameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-input-parameters%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-flight", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-platf-actions-use-clientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#makecred-platf-actions-prep-obtain-puat", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-input-parameters%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-makeCred-authnr-alg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthprotocol%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthprotocol%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pubkeycredparams", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pubkeycredparams%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialparameters-type", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pubkeycredparams%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-new-response-struct", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatormakecredential-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-options%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-if-enterpriseAttestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-is-disabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-is-enabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-vendor-facilitated-enterprise-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-entpattstn-pre-configured-rp-id-list", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-vendor-facilitated-enterprise-attestation%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-vendor-facilitated-enterprise-attestation%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-entpattstn-pre-configured-rp-id-list%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-managed-enterprise-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-vendor-facilitated-enterprise-attestation%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-entpattstn-pre-configured-rp-id-list%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-enterpriseattestation%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-epatt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatormakecredential-response-structure%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-makeCredUvNotRqd", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-protected", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserverifiedflagvalue", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-if-excludeList", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-excludelist%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credprotect-value", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationrequired", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserpresentflagvalue", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credprotect-value%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationrequired%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserpresentflagvalue%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-excludelist%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserpresentflagvalue%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-user-present-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pinuvauthparam%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearuserpresentflag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearuserverifiedflag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearpinuvauthtokenpermissionsexceptlbw", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-extensions%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-output", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-output%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-input%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-extensions%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credential-key-pair", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-makecred-step-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatormakecredential-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-attestation-object", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-attestation-statement-format-identifier", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#epatt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-discoverable", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#discoverable", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential-source%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationoptional", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationoptionalwithcredentialidlist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationrequired%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-server-side-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#non-discoverable-credentials", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential-source-privatekey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential-source%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-handle", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-client-side", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-client-platform%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-operation%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-rk%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A3%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-options%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-public-key-credential-source%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-sctn-op-lookup-credsource-by-credid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rk%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A3%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetAssertion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-input-parameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-op-get-assertion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-collectedclientdata-hash-of-the-serialized-client-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-allowlist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-sctn-extension-id%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-input%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-pinuvauthparam", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-option-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-up", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-options%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-flight%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-platf-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialrequestoptions-userverification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-input-parameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-input-parameters%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-flight%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-platf-actions-use-clientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-platf-actions-prep-obtain-puat", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-input-parameters%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-getAssert-authnr-alg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthprotocol%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthprotocol%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-new-response-struct", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorgetassertion-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-options%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rk%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-protected", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserverifiedflagvalue%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A3%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-locate-credentials", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getassert-applicable-credentials-list", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getuserpresentflagvalue%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-up%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-option-key%E2%91%A3%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-user-present-time-limit%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearuserpresentflag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearuserverifiedflag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearpinuvauthtokenpermissionsexceptlbw%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-output%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-output%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-extension-input%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-uv%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-up%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-option-key%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-applicable-credentials-list%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-rpid%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-getassn-step-sign", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorgetassertion-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-assertion-signature", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-server-side-credential%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-flight%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetNextAssertion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetNextAssertion-clientLogic", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorGetInfo", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-authenticatorgetinfo-response-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-versions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-aaguid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-pinuvauthprotocols", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-transports", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialparameters%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-maxserializedlargeblobarray", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-forcepinchange", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-minpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#current-minimum-pin-length", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pre-configured-minimum-pin-length", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setminpinlength-pre-configured-list-of-rp-ids-authorized-to-receive", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-maxcredbloblength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-preferredplatformuvattempts", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-certifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-rpid%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-vendorprototypeconfigcommands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#option-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-rk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-clientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-pinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-nomcgapermissionswithclientpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A4%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-largeblobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-largeblobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-ep", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-is-enabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-attestation-is-disabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-bioenroll", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-userverificationmgmtpreview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-userverificationmgmtpreview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uvbioenroll", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uvbioenroll", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-authnrcfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authnrcfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-uvacfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authnrcfg%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uvacfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-credmgmt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-credentialmgmtpreview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credentialmgmtpreview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-setminpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-setminpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-setminpinlength%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-makecreduvnotrqd", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getinfo-alwaysuv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#alwaysuv-feature-is-enabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#alwaysuv-feature-is-disabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorClientPIN", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pin-uv-auth-protocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-pinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-pinuvauthparam%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-pin-composition", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-puat", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-state-variables", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userverified-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userpresent-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-usage-timer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-pinuvauthtokenusagetimerobserver", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-in-use-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-not-in-use", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-in-use", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-initial-usage-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-max-usage-time-period", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-rolling-timer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-max-usage-time-period%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-pinuvauthtokenusagetimerobserver%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-user-present-time-limit", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userpresent-flag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-user-present-time-limit%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-user-present-time-limit%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-max-usage-time-period", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-userverified-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puatoken-userpresent-flag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-globalState-retries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uvretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxuvretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxuvattemptsforinternalretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-uv%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxuvattemptsforinternalretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxuvretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxuvattemptsforinternalretries%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#internalretry", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-builtinuv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#performbuiltinuv-internalretry", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxuvretries%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-util-state", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-beginusingpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A3%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userpresent-flag%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userverified-flag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-transports%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use-flag%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-pinuvauthtokenusagetimerobserver%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-pinuvauthtokenusagetimerobserver", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-usage-timer%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-max-usage-time-period%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-user-present-time-limit%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-clearuserpresentflag%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-stopusingpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-initial-usage-time-limit%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-rolling-timer%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-stopusingpinuvauthtoken%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-stopusingpinuvauthtoken%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getuserpresentflagvalue", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userpresent-flag%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getuserverifiedflagvalue", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A4%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userverified-flag%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearuserpresentflag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userpresent-flag%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearuserverifiedflag", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-userverified-flag%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-clearpinuvauthtokenpermissionsexceptlbw", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-stopusingpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A5%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use-flag%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-puaprot-abstract-dfn", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-initialize", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-regenerate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-resetpinuvauthtoken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-getpublickey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-decapsulate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encapsulate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-decrypt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-verify", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-in-use%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-encapsulate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-encrypt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthprotocol-authenticate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authnrClientPin-cmd-dfn", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorclientpin-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#perms-param-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorclientpin-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getpublickey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encapsulate%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinRetries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#powerCycleState", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uvRetries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticator-power-up-configuration", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-initialize", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPINRetries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingUVRetries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingSharedSecret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-pinuvauthprotocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-getpublickey%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encapsulate%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#platform-key-agreement-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#shared-secret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#settingNewPin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decapsulate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pincodepointlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#currentstoredpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#changingExistingPin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decapsulate%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-regenerate", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pincodepointlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-currentstoredpin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gettingPinUvAuthToken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A6%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-max-usage-time-period%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#permissions-rp-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinuvauthtoken-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#mc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ga", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cm", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#be", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#lbw", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#acfg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A7%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#default-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-default-permissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-default-permissions%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinToken", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decapsulate%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-default-permissions%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-currentstoredpin%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-regenerate%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pincodepointlength%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-default-permissions%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-userverificationmgmtpreview%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credentialmgmtpreview%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinUvAuthTokenUsingPinWithPermissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A8%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-largeblobs%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authnrcfg%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-nomcgapermissionswithclientpin%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decapsulate%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-currentstoredpin%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-regenerate%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinretries%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getPinUvAuthTokenUsingUvWithPermissions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A5%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uvbioenroll%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-largeblobs%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uvacfg%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uvbioenroll%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authnrcfg%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-internalretry%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-performbuiltinuv-internalretry%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-preferredplatformuvattempts%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uvretries%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-beginusingpinuvauthtoken%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthtoken-permissions%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorclientpin-rpid%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-clientPin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puap1keyagmnt-key-agreement-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#puap1keyagmnt-public-point", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puap1keyagmnt-key-agreement-key", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-regenerate%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-resetpinuvauthtoken%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%93%AA%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puap1keyagmnt-key-agreement-key%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puap1keyagmnt-public-point", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#pinProto2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pin-uv-auth-protocol%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-state-variables%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-not-in-use%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prfValues", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorReset", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-initial-serialized-large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-evidence-of-user-interaction%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollment", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#templatefriendlyname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#maxtemplatefriendlyname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-templatefriendlyname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorBioEnrollmentFeatureDetection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getUserVerificationModality", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getFingerprintSensorInfo", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxtemplatefriendlyname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-templatefriendlyname%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enrollingFingerprint", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cancelEnrollment", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumerateEnrollments", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setFriendlyName", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-templatefriendlyname%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxtemplatefriendlyname%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-templatefriendlyname%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-maxtemplatefriendlyname%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#removeEnrollment", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-be%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-fingerprint-enrollment", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorCredentialManagement", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ga%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-mc%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorCredMgmtFeatureDetection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#getCredsMetadata", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumeratingRPs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialrpentity%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialrpentity%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enumeratingCredentials", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#deleteCredential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#updateUserInformation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-cm%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-permissions-rp-id%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-id%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialentity-name", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-publickeycredentialuserentity-displayname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialuserentity%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#rpid-truncation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialrpentity%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party-identifier%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorSelection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorLargeBlobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#opaque-large-blob-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-map", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#serialized-large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#initial-serialized-large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeBlobsFeatureDetection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-largeblobs%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeBlobsRW", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uint32littleendian", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-stateful-commands%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-config", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uint32littleendian%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-lbw%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-userverificationrequired%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#config", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-initial-serialized-large-blob-array%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-initial-serialized-large-blob-array%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-initial-serialized-large-blob-array%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobmapconform", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-map%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-serialized-large-blob-array%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-maxserializedlargeblobarray", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#large-blob-map", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeblobmapconform", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uint64littleendian", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#reading-large-blobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorgetassertion-response-structure%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobmapconform%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-map%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#writing-per-credential-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatormakecredential-response-structure%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#updating-large-blobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorgetassertion-response-structure%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorgetassertion-response-structure%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobmapconform%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-map%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-opaque-large-blob-data%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#gc-large-blobs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobmapconform%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-map%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authenticatorConfig", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-authnrcfg%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#currently-defined-authenticatorconfig-subcommands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-currently-defined-authenticatorconfig-subcommands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-currently-defined-authenticatorconfig-subcommands%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-uint8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A3%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-acfg%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#op-authnrconfig-invoke-subcmd", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enable-enterprise-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#toggle-alwaysUv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-alwaysuv-feature-is-disabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A6%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-alwaysuv-feature-is-enabled", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#vendorPrototype", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-vendorprototypeconfigcommands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-vendorprototypeconfigcommands%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-vendorcommandid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-vendorcommandid%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#setMinPINLength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-setminpinlength%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-newminpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-minpinlengthrpids", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#authconfig-forcechangepin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-forcechangepin", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-configured-minimum-pin-length", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-forcechangepin%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pincodepointlength%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-newminpinlength%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-setminpinlength-pre-configured-list-of-rp-ids-authorized-to-receive", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-setminpinlength-pre-configured-list-of-rp-ids-authorized-to-receive%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prototypeAuthenticatorBioEnrollment", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-bioenroll%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-versions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-userverificationmgmtpreview%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#prototypeAuthenticatorCredentialManagement", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-versions%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credentialmgmtpreview%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A7%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#enterprise-context", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#vendor-facilitated-enterprise-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-is-enabled%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#entpattstn-pre-configured-rp-id-list", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-entpattstn-pre-configured-rp-id-list%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#platform-managed-enterprise-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-is-enabled%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-vendor-facilitated-enterprise-attestation%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-feature-detection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-platf-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-context", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-context%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-enterp-attstn-authnr-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-enterprise-attestation-capable%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-ep%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-feature-detection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-platf-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-authnr-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-flight%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-excludelist%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-makecreduvnotrqd%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-alwaysUv-disable-u2f", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-alwaysuv%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-versions%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-certifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-certifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-certifications-attstn-authnr-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-certifications%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-feature-detection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-setminpinlength%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-platf-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-configured-minimum-pin-length%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-feature-descriptions-minPinLength-authnr-actions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-minpinlength%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pre-configured-minimum-pin-length%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authconfig-minpinlengthrpids%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-forcepinchange%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#message-encoding", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ctap2-canonical-cbor-encoding-form", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-publickeycredentialrpentity%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#error-responses", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-user-action-timeout%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-puatoken-pinuvauthtoken%E2%91%A0%E2%91%A4%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-perms-param-permissions%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#utility-functions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint32littleendian", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#uint64littleendian", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#mandatory-features", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-versions%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A8%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-options", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-rk%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-credmgmt%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-options%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-rk%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthtoken%E2%91%A1%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-options%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-clientpin%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-uv%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-pinuvauthprotocols%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-interoperability", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-request-message-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-response-message-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-authenticatorMakeCredential-interoperability", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-makecred-pubkeycredparams%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-versions%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-sec-attested-credential-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-generating-an-attestation-object", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-generating-an-attestation-object%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-caca4640", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-u2f-compat-makeCredential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#u2f-authenticatorGetAssertion-interoperability", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-7dd421fb", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-u2f-compat-getAssertion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#cross-version-credentials", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#transport-specific-bindings", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-secure-interaction", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-fido-interfaces", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-fido-interfaces%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-fido-interfaces%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fido-interfaces", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-design-rationale", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-protocol-and-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-channels", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-message-and-packet-structure", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-arbitration", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transactions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transaction-timeout", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-transaction-abort", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-packet-sequencing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-channel-locking", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-packet-version", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-implementation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-descriptors", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-discovery", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-aeeb1e9b", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-mandatory-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-msg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-cbor", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-init", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-ping", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-cancel", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-error", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-keepalive", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-optional-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-wink", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-hid-lock", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#usb-vendor-specific-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-conformance", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-protocol", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-applet-selection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-applet-deselect", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-command-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-response-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-fragmentation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-1a030b94", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-commands", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-ctap-msg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#nfc-ctap-response", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-conformance", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-link-security", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-framing", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-client-to-authenticator", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-authenticator-to-client", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-constants", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-gatt-service", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-gatt-server", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-fido-service", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-superseded%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-device-information-service", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-generic-access-profile", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-protocol-overview", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-advertising-format", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-requests", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-responses", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-framing-fragmentation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-notifications", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-collisions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-impl-con", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing-client-considerations", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-pairing-authnr-considerations", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-command-completion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-data-throughput", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-advertising", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ble-authnr-address-type", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-defined-extensions", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credProtect-extension", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credProtectFeatureDetection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credprotect-value%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-protected-by-some-form-of-user-verification%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-USVString", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-credentialprotectionpolicy", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-boolean", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-enforcecredentialprotectionpolicy", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationoptional", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationoptionalwithcredentialidlist", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credentialid%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#userverificationrequired", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getassert-allowlist%E2%91%A0%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-93fd6ec2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credprotect-value", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-3e29eb1a", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credBlob-extension", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credblob-value", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-maxcredbloblength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-getinfo-rk%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-option-id%E2%91%A0%E2%93%AA%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-some-form-of-user-verification%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#credBlobFeatureDetection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-ArrayBuffer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-credblob", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-boolean%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-getcredblob", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-credblob-value%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-largeBlobKey-extension", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable-credential%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#largeblobkey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-client-platform%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatormakecredential-response-structure%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatormakecredential-response-structure%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-largeblobkey%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticatorgetassertion-response-structure%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-authenticator-data%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-minpinlength-extension", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-boolean%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-minpinlength", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-hmac-secret-extension", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-discoverable%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-non-discoverable-credentials%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-boolean%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-hmaccreatesecret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dictdef-hmacgetsecretinput", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-ArrayBuffer%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretinput-salt1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-ArrayBuffer%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretinput-salt2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-hmacgetsecretinput", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientinputs-hmacgetsecret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-create%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientoutputs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-boolean%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientoutputs-hmaccreatesecret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dom-credentialscontainer-get%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dictdef-hmacgetsecretoutput", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-ArrayBuffer%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretoutput-output1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-idl-ArrayBuffer%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-hmacgetsecretoutput-output2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-dictdef-hmacgetsecretoutput", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#dom-authenticationextensionsclientoutputs-hmacgetsecret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-52825611", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-24eb611f", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A1%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A0%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-authenticate%E2%91%A0%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-d7044a41", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A2%E2%91%A8", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-built-in-user-verification-method%E2%91%A3%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decapsulate%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-platform-key-agreement-key%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-verify%E2%91%A1%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-decrypt%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A0%E2%91%A0", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-pinuvauthprotocol-encrypt%E2%91%A0%E2%91%A1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-shared-secret%E2%91%A2%E2%91%A6", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#example-55f93357", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#fig-hmac-secret", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-related-documents", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-rp-id%E2%91%A7", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-IANA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-extensions-reg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-client-platform%E2%91%A2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-large-blob-array%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-current-minimum-pin-length%E2%91%A0%E2%91%A4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#ref-for-relying-party%E2%91%A2%E2%93%AA", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#security-considerations", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index-defined-here", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#index-defined-elsewhere", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-credentialscontainer-create", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-credentialscontainer-get", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-authenticationextensionsclientinputs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-authenticationextensionsclientoutputs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-publickeycredentialdescriptor", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-publickeycredentialparameters", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-publickeycredentialrpentity", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dictdef-publickeycredentialuserentity", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialcreationoptions-authenticatorselection", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialuserentity-displayname", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialuserentity-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialentity-name", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialparameters-type", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-publickeycredentialrequestoptions-userverification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-assertion-signature", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-attestation", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-attestation-object", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-attestation-statement-format-identifier", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-sec-attested-credential-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-authenticator", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-authenticator-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-authenticator-extension-input", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-authenticator-extension-output", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-op-get-assertion", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-op-make-cred", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-client-platform", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-client-side", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-credential-key-pair", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-discoverable-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-dom-attestationconveyancepreference-enterprise", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-sctn-extension-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-generating-an-attestation-object", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-collectedclientdata-hash-of-the-serialized-client-data", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-sctn-op-lookup-credsource-by-credid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-public-key-credential-source-privatekey", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-public-key-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-public-key-credential-source", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-relying-party-identifier", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-rp-id", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-server-side-credential", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-user-handle", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-user-verification", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-idl-ArrayBuffer", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-idl-USVString", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#term-for-idl-boolean", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#references", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#normative", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btassnum", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btccc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btcore", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btdis", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btgap", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btgas", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btpestk", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btsd", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-btxplad", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-cc1v3-1r5", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-cmvp", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-commoncriteria", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-credential-management-1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-cspn", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-fidoauthenticatorsecurityrequirements", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-fidoregistry", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-fidosecref", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-fips140-2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-fips140-3", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-iana-cose-algs-reg", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-iana-webauthn-registries", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-iso7816-4", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc1951", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc2397", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc5116", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc5869", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc8152", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc8809", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc8949", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-sec1v2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-sp800-56a", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-u2fble", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-u2fnfc", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-u2frawmsgs", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-u2fusbhid", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-webauthn", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-webauthn-1", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-webauthn-2", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-webidl", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#informative", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc2119", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#biblio-rfc6090", + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#idl-index" + ] +} \ No newline at end of file diff --git a/tr/ids/fs.json b/tr/ids/fs.json index 2fb938a4d013..f28436ffd6d7 100644 --- a/tr/ids/fs.json +++ b/tr/ids/fs.json @@ -39,11 +39,25 @@ "https://fs.spec.whatwg.org/#ref-for-byte-sequence", "https://fs.spec.whatwg.org/#file-entry-modification-timestamp", "https://fs.spec.whatwg.org/#ref-for-UnixEpoch", + "https://fs.spec.whatwg.org/#file-entry-lock", + "https://fs.spec.whatwg.org/#file-entry-shared-lock-count", + "https://fs.spec.whatwg.org/#file-entry-lock-take", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-shared-lock-count", + "https://fs.spec.whatwg.org/#file-entry-lock-release", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-file-entry-shared-lock-count%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle", "https://fs.spec.whatwg.org/#directory", "https://fs.spec.whatwg.org/#ref-for-ordered-set", "https://fs.spec.whatwg.org/#directory-entry-children", "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-list-contain", @@ -125,7 +139,7 @@ "https://fs.spec.whatwg.org/#dom-filesystemhandle-kind", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-file%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-directory%E2%91%A0", "https://fs.spec.whatwg.org/#dom-filesystemhandle-name", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A1", @@ -158,13 +172,17 @@ "https://fs.spec.whatwg.org/#ref-for-dfn-file", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-getfile", "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable", "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemcreatewritableoptions", "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable-options-options", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createsyncaccesshandle", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-serializable-objects%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-serialization-steps%E2%91%A0", @@ -201,19 +219,26 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemcreatewritableoptions-keepexistingdata", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemcreatewritableoptions-keepexistingdata%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-take", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable", "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-reject", "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-take%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-nomodificationallowederror", "https://fs.spec.whatwg.org/#ref-for-create-a-new-filesystemwritablefilestream", "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A0", @@ -221,6 +246,40 @@ "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer", "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A5", + "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createsyncaccesshandle%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createsyncaccesshandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-take%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-read", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system", + "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-take%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-nomodificationallowederror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-create-a-new-filesystemsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A6", "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0", "https://fs.spec.whatwg.org/#dictdef-filesystemgetfileoptions", @@ -232,42 +291,42 @@ "https://fs.spec.whatwg.org/#dictdef-filesystemremoveoptions", "https://fs.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A3", "https://fs.spec.whatwg.org/#dom-filesystemremoveoptions-recursive", - "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-serializable%E2%91%A1", "https://fs.spec.whatwg.org/#filesystemdirectoryhandle", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A8", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-name", "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemgetfileoptions", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-options", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A2", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-name", "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemgetdirectoryoptions", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-options", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-idl-undefined", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A3", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-name", "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemremoveoptions", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-options", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-idl-sequence", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-resolve", "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve-possibledescendant-possibledescendant", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-serializable-objects%E2%91%A1", @@ -277,32 +336,32 @@ "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-asynciterable", "https://fs.spec.whatwg.org/#ref-for-asynchronous-iterator-initialization-steps", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A2", "https://fs.spec.whatwg.org/#filesystemdirectoryhandle-iterator-past-results", "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dfn-get-the-next-iteration-result", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle-iterator-past-results", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-set-append", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle-iterator-past-results%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A6", "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getfilehandle", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle%E2%91%A0", @@ -313,48 +372,48 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A8", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-typemismatcherror", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-notfounderror", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-file-entry-modification-timestamp%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-set-append%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A3", "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getdirectoryhandle", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A1", @@ -364,47 +423,47 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%93%AA", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-typemismatcherror%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-notfounderror%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-set-append%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%93%AA", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A8", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A8", "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-removeentry", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A1", @@ -413,19 +472,19 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A0", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A5", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A1", @@ -433,14 +492,14 @@ "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-list-is-empty", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-invalidmodificationerror", "https://fs.spec.whatwg.org/#ref-for-list-remove", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-notfounderror%E2%91%A1", "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-resolve", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-resolve%E2%91%A0", @@ -448,11 +507,11 @@ "https://fs.spec.whatwg.org/#filesystemdirectoryhandle-resolve-example", "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve", "https://fs.spec.whatwg.org/#ref-for-entry-resolve%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A2", "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A4", "https://fs.spec.whatwg.org/#enumdef-writecommandtype", "https://fs.spec.whatwg.org/#dom-writecommandtype-write", "https://fs.spec.whatwg.org/#dom-writecommandtype-seek", @@ -473,80 +532,85 @@ "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams", "https://fs.spec.whatwg.org/#typedefdef-filesystemwritechunktype", - "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A2", "https://fs.spec.whatwg.org/#filesystemwritablefilestream", "https://fs.spec.whatwg.org/#ref-for-writablestream", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write", "https://fs.spec.whatwg.org/#ref-for-typedefdef-filesystemwritechunktype", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write-data-data", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-seek", "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek-position-position", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-truncate", "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A2", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate-size-size", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A5", "https://fs.spec.whatwg.org/#filesystemwritablefilestream-file", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A6", "https://fs.spec.whatwg.org/#filesystemwritablefilestream-buffer", "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A7", "https://fs.spec.whatwg.org/#filesystemwritablefilestream-seekoffset", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-writablestream%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-default-writer-write", "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-default-writer-write%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-readablestream", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-ws-get-writer", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter", "https://fs.spec.whatwg.org/#create-a-new-filesystemwritablefilestream", - "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-realm", "https://fs.spec.whatwg.org/#ref-for-new", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file", "https://fs.spec.whatwg.org/#ref-for-write-a-chunk", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-implementation-defined%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-aborterror", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-release", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-release%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up", "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-writealgorithm", "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-closealgorithm", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-abortalgorithm", "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-highwatermark", "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-sizealgorithm", "https://fs.spec.whatwg.org/#write-a-chunk", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-javascript-string-convert", "https://fs.spec.whatwg.org/#ref-for-typedefdef-filesystemwritechunktype%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with", - "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A8", - "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A8", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A7", - "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type", "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-write", @@ -564,7 +628,7 @@ "https://fs.spec.whatwg.org/#ref-for-dfn-get-buffer-source-copy", "https://fs.spec.whatwg.org/#ref-for-dfn-Blob%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-readOperation", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-assert", "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-utf-8-encode", @@ -579,24 +643,24 @@ "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-storage-quota", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-seek", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A8", @@ -606,17 +670,17 @@ "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A6", "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A3", - "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A7", "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-write", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A2", @@ -640,7 +704,7 @@ "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write", "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A8", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-release", "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-seek", @@ -648,7 +712,7 @@ "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-seek%E2%91%A1", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek", "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-seek%E2%91%A1", @@ -660,42 +724,220 @@ "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A2", "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate", "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A5", "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A3", "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-release%E2%91%A1", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A6", + "https://fs.spec.whatwg.org/#dictdef-filesystemreadwriteoptions", + "https://fs.spec.whatwg.org/#ref-for-EnforceRange", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A3", + "https://fs.spec.whatwg.org/#dom-filesystemreadwriteoptions-at", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A3", + "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A4", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read", + "https://fs.spec.whatwg.org/#ref-for-AllowShared", + "https://fs.spec.whatwg.org/#ref-for-BufferSource%E2%91%A2", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-options-buffer", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemreadwriteoptions", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-options-options", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A5", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write", + "https://fs.spec.whatwg.org/#ref-for-AllowShared%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-BufferSource%E2%91%A3", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-options-buffer", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemreadwriteoptions%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-options-options", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-truncate", + "https://fs.spec.whatwg.org/#ref-for-EnforceRange%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A6", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-truncate-newsize-newsize", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-getsize", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-flush", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-close", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A7", + "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle-file", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A8", + "https://fs.spec.whatwg.org/#filesystemsyncaccesshandle-state", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-read%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A0", + "https://fs.spec.whatwg.org/#create-a-new-filesystemsyncaccesshandle", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-realm%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-new%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-read", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-read%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-read%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-read%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemreadwriteoptions-at", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-read-buffer-filesystemreadwriteoptions-options", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemreadwriteoptions%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-buffersource-byte-length", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemreadwriteoptions-at%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-buffersource-underlying-buffer", + "https://fs.spec.whatwg.org/#ref-for-arraybuffer-write", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-write", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemreadwriteoptions-at%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-write-buffer-filesystemreadwriteoptions-options", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemreadwriteoptions%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemreadwriteoptions-at%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-buffersource-byte-length%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A2", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-truncate", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-truncate%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-truncate%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-truncate", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A8", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-getsize", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-getsize%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-getsize%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-getsize", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-invalidstateerror%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-file%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-flush", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-flush%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-flush%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-write%E2%91%A4", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-flush", + "https://fs.spec.whatwg.org/#api-filesystemsyncaccesshandle-close", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-close%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemsyncaccesshandle-close%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-file-entry-lock-release%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A3", + "https://fs.spec.whatwg.org/#dom-filesystemsyncaccesshandle-close", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemsyncaccesshandle-state%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A1%E2%91%A0", "https://fs.spec.whatwg.org/#sandboxed-filesystem", "https://fs.spec.whatwg.org/#origin-private-file-system", "https://fs.spec.whatwg.org/#ref-for-storage-endpoint", "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-identifier", "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-types", "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-quota", - "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A1", - "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A2", - "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-storagemanager", - "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%91%A4", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-dom-storagemanager-getdirectory%E2%91%A0", "https://fs.spec.whatwg.org/#ref-for-dom-storagemanager-getdirectory%E2%91%A1", "https://fs.spec.whatwg.org/#dom-storagemanager-getdirectory", "https://fs.spec.whatwg.org/#ref-for-current-settings-object", "https://fs.spec.whatwg.org/#ref-for-obtain-a-local-storage-bottle-map", - "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-securityerror", "https://fs.spec.whatwg.org/#ref-for-map-exists", "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A7", "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A0%E2%93%AA", - "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A6", - "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A0%E2%93%AA", "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%91%A1", "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A2", "https://fs.spec.whatwg.org/#ref-for-a-promise-resolved-with", "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0%E2%91%A0", - "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%91%A4", "https://fs.spec.whatwg.org/#acks", "https://fs.spec.whatwg.org/#ipr", "https://fs.spec.whatwg.org/#index", @@ -748,6 +990,7 @@ "https://fs.spec.whatwg.org/#term-for-readablestream", "https://fs.spec.whatwg.org/#term-for-writablestream", "https://fs.spec.whatwg.org/#term-for-writablestreamdefaultwriter", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-abortalgorithm", "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-closealgorithm", "https://fs.spec.whatwg.org/#term-for-ws-get-writer", "https://fs.spec.whatwg.org/#term-for-writablestream-get-a-writer", @@ -759,10 +1002,14 @@ "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-writealgorithm", "https://fs.spec.whatwg.org/#term-for-writablestreamdefaultwriter-write-a-chunk", "https://fs.spec.whatwg.org/#term-for-aborterror", + "https://fs.spec.whatwg.org/#term-for-AllowShared", "https://fs.spec.whatwg.org/#term-for-BufferSource", "https://fs.spec.whatwg.org/#term-for-datacloneerror", + "https://fs.spec.whatwg.org/#term-for-EnforceRange", "https://fs.spec.whatwg.org/#term-for-Exposed", "https://fs.spec.whatwg.org/#term-for-invalidmodificationerror", + "https://fs.spec.whatwg.org/#term-for-invalidstateerror", + "https://fs.spec.whatwg.org/#term-for-nomodificationallowederror", "https://fs.spec.whatwg.org/#term-for-notallowederror", "https://fs.spec.whatwg.org/#term-for-notfounderror", "https://fs.spec.whatwg.org/#term-for-idl-promise", @@ -777,6 +1024,7 @@ "https://fs.spec.whatwg.org/#term-for-a-promise-resolved-with", "https://fs.spec.whatwg.org/#term-for-asynchronous-iterator-initialization-steps", "https://fs.spec.whatwg.org/#term-for-idl-boolean", + "https://fs.spec.whatwg.org/#term-for-buffersource-byte-length", "https://fs.spec.whatwg.org/#term-for-dfn-get-buffer-source-copy", "https://fs.spec.whatwg.org/#term-for-dfn-get-the-next-iteration-result", "https://fs.spec.whatwg.org/#term-for-new", @@ -785,9 +1033,11 @@ "https://fs.spec.whatwg.org/#term-for-idl-sequence", "https://fs.spec.whatwg.org/#term-for-this", "https://fs.spec.whatwg.org/#term-for-idl-undefined", + "https://fs.spec.whatwg.org/#term-for-buffersource-underlying-buffer", "https://fs.spec.whatwg.org/#term-for-idl-unsigned-long-long", "https://fs.spec.whatwg.org/#term-for-upon-fulfillment", "https://fs.spec.whatwg.org/#term-for-wait-for-all", + "https://fs.spec.whatwg.org/#term-for-arraybuffer-write", "https://fs.spec.whatwg.org/#references", "https://fs.spec.whatwg.org/#normative", "https://fs.spec.whatwg.org/#biblio-ecmascript", diff --git a/tr/ids/generic-sensor.json b/tr/ids/generic-sensor.json index d0ce948f504a..6eb33f6e8894 100644 --- a/tr/ids/generic-sensor.json +++ b/tr/ids/generic-sensor.json @@ -527,7 +527,7 @@ "https://www.w3.org/TR/generic-sensor/#initialize-a-sensor-object", "https://www.w3.org/TR/generic-sensor/#ref-for-initialize-a-sensor-object", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-dictionary", + "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensoroptions%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-map-iterate", "https://www.w3.org/TR/generic-sensor/#ref-for-supported-sensor-options", "https://www.w3.org/TR/generic-sensor/#ref-for-list-contain%E2%91%A0", @@ -535,6 +535,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-notsupportederror", "https://www.w3.org/TR/generic-sensor/#ref-for-idl-DOMException%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensoroptions-frequency%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-map-exists", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-frequency-slot%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensoroptions-frequency%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensoroptions-frequency%E2%91%A2", @@ -1070,9 +1071,9 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-inherited-interfaces", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-sensor-interface%E2%91%A3", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-dictionary%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-dictionary", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-inherited-dictionaries", - "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensoroptions%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensoroptions%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-sensor-interface%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-ordered-set%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/generic-sensor/#supported-sensor-options", @@ -1095,9 +1096,9 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-extension-specification%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-dictionary%E2%91%A1", + "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-dictionary%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-inherited-dictionaries%E2%91%A0", - "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensoroptions%E2%91%A1", + "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensoroptions%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-default-sensor%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-concept-platform-sensor%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-type%E2%91%A3%E2%91%A7", @@ -1212,6 +1213,7 @@ "https://www.w3.org/TR/generic-sensor/#term-for-set-append", "https://www.w3.org/TR/generic-sensor/#term-for-list-contain", "https://www.w3.org/TR/generic-sensor/#term-for-map-entry", + "https://www.w3.org/TR/generic-sensor/#term-for-map-exists", "https://www.w3.org/TR/generic-sensor/#term-for-map-iterate", "https://www.w3.org/TR/generic-sensor/#term-for-list-is-empty", "https://www.w3.org/TR/generic-sensor/#term-for-map-key", diff --git a/tr/ids/geometry-1.json b/tr/ids/geometry-1.json index ccdcb11fc870..c34b4a33f55b 100644 --- a/tr/ids/geometry-1.json +++ b/tr/ids/geometry-1.json @@ -23,10 +23,10 @@ "https://www.w3.org/TR/geometry-1/#MJMAIN-32", "https://www.w3.org/TR/geometry-1/#MJMAIN-33", "https://www.w3.org/TR/geometry-1/#MJMAIN-34", - "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#toc-nav", "https://www.w3.org/TR/geometry-1/#toc-jump", "https://www.w3.org/TR/geometry-1/#toc-toggle", + "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#title", "https://www.w3.org/TR/geometry-1/#annotation_root_", "https://www.w3.org/TR/geometry-1/#subtitle", diff --git a/tr/ids/html-aria.json b/tr/ids/html-aria.json index 5dd019fb614e..c5d089499904 100644 --- a/tr/ids/html-aria.json +++ b/tr/ids/html-aria.json @@ -11,9 +11,7 @@ "https://www.w3.org/TR/html-aria/#title", "https://www.w3.org/TR/html-aria/#w3c-state", "https://www.w3.org/TR/html-aria/#abstract", - "https://www.w3.org/TR/html-aria/#abstract-0", "https://www.w3.org/TR/html-aria/#sotd", - "https://www.w3.org/TR/html-aria/#status-of-this-document", "https://www.w3.org/TR/html-aria/#w3c_process_revision", "https://www.w3.org/TR/html-aria/#toc", "https://www.w3.org/TR/html-aria/#table-of-contents", @@ -21,23 +19,32 @@ "https://www.w3.org/TR/html-aria/#rules-wd", "https://www.w3.org/TR/html-aria/#dfn-strong-native-semantics", "https://www.w3.org/TR/html-aria/#dfn-implicit-aria-semantics", + "https://www.w3.org/TR/html-aria/#aria-semantics-that-extend-and-diverge-from-html", + "https://www.w3.org/TR/html-aria/#x2-aria-semantics-that-extend-and-diverge-from-html", + "https://www.w3.org/TR/html-aria/#example-communicate-a-button-s-pressed-state-with-aria", + "https://www.w3.org/TR/html-aria/#example-communicate-a-disabled-link-with-aria", "https://www.w3.org/TR/html-aria/#examples-of-incorrect-usage", - "https://www.w3.org/TR/html-aria/#x2-examples-of-incorrect-usage", + "https://www.w3.org/TR/html-aria/#x3-examples-of-incorrect-usage", "https://www.w3.org/TR/html-aria/#don-t-override-default-roles", - "https://www.w3.org/TR/html-aria/#x2-1-don-t-override-default-roles", + "https://www.w3.org/TR/html-aria/#x3-1-don-t-override-default-roles", "https://www.w3.org/TR/html-aria/#example-wrong-role", - "https://www.w3.org/TR/html-aria/#don-t-add-redundant-roles", - "https://www.w3.org/TR/html-aria/#x2-2-don-t-add-redundant-roles", + "https://www.w3.org/TR/html-aria/#avoid-specifying-redundant-roles", + "https://www.w3.org/TR/html-aria/#x3-2-avoid-specifying-redundant-roles", "https://www.w3.org/TR/html-aria/#example-redundant-role-on-button", "https://www.w3.org/TR/html-aria/#example-redundant-role-on-fieldset-and-main", "https://www.w3.org/TR/html-aria/#example-redundant-role-on-list", "https://www.w3.org/TR/html-aria/#be-cautious-of-side-effects", - "https://www.w3.org/TR/html-aria/#x2-3-be-cautious-of-side-effects", + "https://www.w3.org/TR/html-aria/#side-effects", "https://www.w3.org/TR/html-aria/#example-unintended-consequences", + "https://www.w3.org/TR/html-aria/#adhere-to-the-rules-of-aria", + "https://www.w3.org/TR/html-aria/#x3-4-adhere-to-the-rules-of-aria", + "https://www.w3.org/TR/html-aria/#example-abstract-roles-are-not-for-authors", + "https://www.w3.org/TR/html-aria/#example-do-not-specify-elements-as-generic", "https://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html", "https://www.w3.org/TR/html-aria/#docconformance", "https://www.w3.org/TR/html-aria/#dfn-any-role", "https://www.w3.org/TR/html-aria/#dfn-no-role", + "https://www.w3.org/TR/html-aria/#dfn-naming-prohibited", "https://www.w3.org/TR/html-aria/#aria-usage-note", "https://www.w3.org/TR/html-aria/#h-note", "https://www.w3.org/TR/html-aria/#dpub-usage-note", @@ -47,238 +54,303 @@ "https://www.w3.org/TR/html-aria/#issue-container-generatedID", "https://www.w3.org/TR/html-aria/#h-note-1", "https://www.w3.org/TR/html-aria/#el-a-no-href", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-1", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-1", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-1", "https://www.w3.org/TR/html-aria/#el-abbr", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-2", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-1", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-2", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-2", "https://www.w3.org/TR/html-aria/#el-address", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-3", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-2", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-3", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-3", "https://www.w3.org/TR/html-aria/#el-area", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-1", "https://www.w3.org/TR/html-aria/#el-area-no-href", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-4", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-4", "https://www.w3.org/TR/html-aria/#el-article", "https://www.w3.org/TR/html-aria/#el-aside", "https://www.w3.org/TR/html-aria/#el-audio", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-5", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-3", "https://www.w3.org/TR/html-aria/#el-autonomous-custom-element", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-6", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-2", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-4", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-5", "https://www.w3.org/TR/html-aria/#el-b", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-7", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-5", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-6", "https://www.w3.org/TR/html-aria/#el-base", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-8", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-4", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-3", "https://www.w3.org/TR/html-aria/#el-bdi", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-9", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-6", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-7", "https://www.w3.org/TR/html-aria/#el-bdo", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-10", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-7", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-8", "https://www.w3.org/TR/html-aria/#el-blockquote", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-11", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-8", "https://www.w3.org/TR/html-aria/#el-body", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-12", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-4", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-9", "https://www.w3.org/TR/html-aria/#el-br", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-13", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-5", "https://www.w3.org/TR/html-aria/#el-button", "https://www.w3.org/TR/html-aria/#el-canvas", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-14", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-6", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-9", "https://www.w3.org/TR/html-aria/#el-caption", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-15", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-5", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-10", "https://www.w3.org/TR/html-aria/#el-cite", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-16", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-7", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-10", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-11", "https://www.w3.org/TR/html-aria/#el-code", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-17", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-11", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-12", "https://www.w3.org/TR/html-aria/#el-col", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-18", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-8", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-6", "https://www.w3.org/TR/html-aria/#el-colgroup", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-19", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-9", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-7", "https://www.w3.org/TR/html-aria/#el-data", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-20", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-12", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-13", "https://www.w3.org/TR/html-aria/#el-datalist", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-8", "https://www.w3.org/TR/html-aria/#el-dd", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-10", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-9", "https://www.w3.org/TR/html-aria/#el-del", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-21", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-13", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-14", + "https://www.w3.org/TR/html-aria/#el-details", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-10", "https://www.w3.org/TR/html-aria/#el-dfn", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-14", - "https://www.w3.org/TR/html-aria/#el-details", "https://www.w3.org/TR/html-aria/#el-dialog", "https://www.w3.org/TR/html-aria/#el-div", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-22", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-15", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-15", "https://www.w3.org/TR/html-aria/#el-dl", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-23", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-11", "https://www.w3.org/TR/html-aria/#el-dt", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-12", "https://www.w3.org/TR/html-aria/#el-em", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-24", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-16", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-16", "https://www.w3.org/TR/html-aria/#el-embed", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-25", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-13", "https://www.w3.org/TR/html-aria/#el-fieldset", "https://www.w3.org/TR/html-aria/#el-figcaption", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-26", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-14", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-17", "https://www.w3.org/TR/html-aria/#el-figure", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-17", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-11", "https://www.w3.org/TR/html-aria/#el-footer", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-27", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-18", "https://www.w3.org/TR/html-aria/#el-form", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-28", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-0", + "https://www.w3.org/TR/html-aria/#h-note-2", "https://www.w3.org/TR/html-aria/#el-form-associated-custom-element", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-29", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-12", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-19", "https://www.w3.org/TR/html-aria/#el-h1-h6", "https://www.w3.org/TR/html-aria/#el-head", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-30", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-15", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-13", "https://www.w3.org/TR/html-aria/#el-header", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-31", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-20", "https://www.w3.org/TR/html-aria/#el-hgroup", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-32", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-18", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-21", "https://www.w3.org/TR/html-aria/#el-hr", "https://www.w3.org/TR/html-aria/#el-html", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-14", "https://www.w3.org/TR/html-aria/#el-i", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-33", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-19", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-22", "https://www.w3.org/TR/html-aria/#el-iframe", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-34", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-16", "https://www.w3.org/TR/html-aria/#el-img", "https://www.w3.org/TR/html-aria/#el-img-empty-alt", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-15", "https://www.w3.org/TR/html-aria/#el-img-no-alt", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-16", "https://www.w3.org/TR/html-aria/#el-input-button", "https://www.w3.org/TR/html-aria/#el-input-checkbox", - "https://www.w3.org/TR/html-aria/#issue-container-generatedID-0", - "https://www.w3.org/TR/html-aria/#h-note-2", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-1", + "https://www.w3.org/TR/html-aria/#h-note-3", "https://www.w3.org/TR/html-aria/#el-input-color", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-35", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-17", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-17", "https://www.w3.org/TR/html-aria/#el-input-date", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-36", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-18", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-18", "https://www.w3.org/TR/html-aria/#el-input-datetime-local", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-37", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-19", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-19", "https://www.w3.org/TR/html-aria/#el-input-email", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-20", "https://www.w3.org/TR/html-aria/#el-input-file", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-38", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-20", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-21", "https://www.w3.org/TR/html-aria/#el-input-hidden", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-39", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-21", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-22", "https://www.w3.org/TR/html-aria/#el-input-image", "https://www.w3.org/TR/html-aria/#el-input-month", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-40", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-22", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-23", "https://www.w3.org/TR/html-aria/#el-input-number", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-24", "https://www.w3.org/TR/html-aria/#el-input-password", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-41", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-23", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-25", "https://www.w3.org/TR/html-aria/#el-input-radio", - "https://www.w3.org/TR/html-aria/#issue-container-generatedID-1", - "https://www.w3.org/TR/html-aria/#h-note-3", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-2", + "https://www.w3.org/TR/html-aria/#h-note-4", "https://www.w3.org/TR/html-aria/#el-input-range", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-26", "https://www.w3.org/TR/html-aria/#el-input-reset", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-27", "https://www.w3.org/TR/html-aria/#el-input-search", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-28", "https://www.w3.org/TR/html-aria/#el-input-submit", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-29", "https://www.w3.org/TR/html-aria/#el-input-tel", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-30", "https://www.w3.org/TR/html-aria/#el-input-text", "https://www.w3.org/TR/html-aria/#el-input-text-list", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-31", "https://www.w3.org/TR/html-aria/#el-input-time", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-42", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-24", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-32", "https://www.w3.org/TR/html-aria/#el-input-url", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-33", "https://www.w3.org/TR/html-aria/#el-input-week", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-43", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-25", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-34", "https://www.w3.org/TR/html-aria/#el-ins", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-44", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-20", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-23", "https://www.w3.org/TR/html-aria/#el-kbd", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-45", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-26", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-21", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-24", "https://www.w3.org/TR/html-aria/#el-label", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-46", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-27", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-35", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-25", "https://www.w3.org/TR/html-aria/#el-legend", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-47", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-28", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-36", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-26", "https://www.w3.org/TR/html-aria/#el-li", "https://www.w3.org/TR/html-aria/#el-link", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-48", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-29", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-37", "https://www.w3.org/TR/html-aria/#el-main", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-38", "https://www.w3.org/TR/html-aria/#el-map", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-49", - "https://www.w3.org/TR/html-aria/#el-math", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-30", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-39", "https://www.w3.org/TR/html-aria/#el-mark", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-50", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-31", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-22", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-27", + "https://www.w3.org/TR/html-aria/#el-math", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-40", "https://www.w3.org/TR/html-aria/#el-menu", "https://www.w3.org/TR/html-aria/#el-meta", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-51", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-32", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-41", "https://www.w3.org/TR/html-aria/#el-meter", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-52", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-42", "https://www.w3.org/TR/html-aria/#el-nav", "https://www.w3.org/TR/html-aria/#el-noscript", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-53", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-33", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-43", "https://www.w3.org/TR/html-aria/#el-object", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-54", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-34", "https://www.w3.org/TR/html-aria/#el-ol", "https://www.w3.org/TR/html-aria/#el-optgroup", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-44", "https://www.w3.org/TR/html-aria/#el-option", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-45", "https://www.w3.org/TR/html-aria/#el-output", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-23", "https://www.w3.org/TR/html-aria/#el-p", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-55", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-24", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-28", "https://www.w3.org/TR/html-aria/#el-param", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-56", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-35", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-46", "https://www.w3.org/TR/html-aria/#el-picture", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-57", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-36", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-47", "https://www.w3.org/TR/html-aria/#el-pre", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-58", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-25", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-29", "https://www.w3.org/TR/html-aria/#el-progress", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-48", "https://www.w3.org/TR/html-aria/#el-q", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-59", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-26", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-30", "https://www.w3.org/TR/html-aria/#el-rp", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-60", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-37", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-27", "https://www.w3.org/TR/html-aria/#el-rt", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-61", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-38", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-28", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-31", "https://www.w3.org/TR/html-aria/#el-ruby", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-62", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-39", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-29", "https://www.w3.org/TR/html-aria/#el-s", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-63", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-40", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-30", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-32", "https://www.w3.org/TR/html-aria/#el-samp", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-64", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-31", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-33", "https://www.w3.org/TR/html-aria/#el-script", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-65", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-41", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-49", "https://www.w3.org/TR/html-aria/#el-section", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-66", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-42", "https://www.w3.org/TR/html-aria/#el-select", "https://www.w3.org/TR/html-aria/#el-select-multiple-or-size-greater-1", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-50", "https://www.w3.org/TR/html-aria/#el-slot", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-67", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-43", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-51", "https://www.w3.org/TR/html-aria/#el-small", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-68", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-32", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-34", "https://www.w3.org/TR/html-aria/#el-source", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-69", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-44", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-52", "https://www.w3.org/TR/html-aria/#el-span", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-70", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-33", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-35", "https://www.w3.org/TR/html-aria/#el-strong", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-71", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-34", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-36", "https://www.w3.org/TR/html-aria/#el-style", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-72", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-45", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-53", "https://www.w3.org/TR/html-aria/#el-sub", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-73", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-35", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-37", "https://www.w3.org/TR/html-aria/#el-summary", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-54", "https://www.w3.org/TR/html-aria/#el-sup", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-74", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-36", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-38", "https://www.w3.org/TR/html-aria/#el-svg", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-37", "https://www.w3.org/TR/html-aria/#el-table", @@ -286,43 +358,54 @@ "https://www.w3.org/TR/html-aria/#el-tbody", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-39", "https://www.w3.org/TR/html-aria/#el-template", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-75", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-46", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-55", "https://www.w3.org/TR/html-aria/#el-textarea", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-56", "https://www.w3.org/TR/html-aria/#el-tfoot", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-40", "https://www.w3.org/TR/html-aria/#el-thead", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-41", "https://www.w3.org/TR/html-aria/#el-time", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-76", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-42", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-39", "https://www.w3.org/TR/html-aria/#el-title", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-77", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-47", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-57", "https://www.w3.org/TR/html-aria/#el-td", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-78", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-48", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-58", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-43", "https://www.w3.org/TR/html-aria/#el-th", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-79", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-49", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-59", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-44", "https://www.w3.org/TR/html-aria/#el-tr", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-60", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-45", "https://www.w3.org/TR/html-aria/#el-track", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-80", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-50", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-role-61", "https://www.w3.org/TR/html-aria/#el-u", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-81", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-46", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-40", "https://www.w3.org/TR/html-aria/#el-ul", "https://www.w3.org/TR/html-aria/#el-var", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-82", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-51", "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-47", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-naming-prohibited-41", "https://www.w3.org/TR/html-aria/#el-video", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-83", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-52", "https://www.w3.org/TR/html-aria/#el-wbr", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-84", - "https://www.w3.org/TR/html-aria/#ref-for-dfn-any-role-48", + "https://www.w3.org/TR/html-aria/#ref-for-dfn-no-corresponding-role-53", "https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role", - "https://www.w3.org/TR/html-aria/#issue-container-generatedID-2", - "https://www.w3.org/TR/html-aria/#h-note-4", - "https://www.w3.org/TR/html-aria/#example-6", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-3", + "https://www.w3.org/TR/html-aria/#h-note-5", + "https://www.w3.org/TR/html-aria/#example-10", + "https://www.w3.org/TR/html-aria/#requirements-for-use-of-aria-attributes-to-name-elements", + "https://www.w3.org/TR/html-aria/#docconformance-naming", + "https://www.w3.org/TR/html-aria/#example-elements-with-implicit-aria-roles-which-prohibit-naming-from-authors", + "https://www.w3.org/TR/html-aria/#example-elements-with-explicit-aria-roles-which-allow-naming-from-authors", "https://www.w3.org/TR/html-aria/#requirements-for-use-of-aria-attributes-in-place-of-equivalent-html-attributes", "https://www.w3.org/TR/html-aria/#docconformance-attr", "https://www.w3.org/TR/html-aria/#implicit-attr", @@ -334,18 +417,32 @@ "https://www.w3.org/TR/html-aria/#att-min", "https://www.w3.org/TR/html-aria/#att-readonly", "https://www.w3.org/TR/html-aria/#att-contenteditable", - "https://www.w3.org/TR/html-aria/#issue-container-generatedID-3", - "https://www.w3.org/TR/html-aria/#h-note-5", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-4", + "https://www.w3.org/TR/html-aria/#h-note-6", "https://www.w3.org/TR/html-aria/#att-required", "https://www.w3.org/TR/html-aria/#att-colspan", "https://www.w3.org/TR/html-aria/#att-rowspan", + "https://www.w3.org/TR/html-aria/#requirements-for-deprecated-aria-role-state-and-property-and-attributes", + "https://www.w3.org/TR/html-aria/#docconformance-deprecated", + "https://www.w3.org/TR/html-aria/#deprecated-aria-roles", + "https://www.w3.org/TR/html-aria/#x4-3-1-deprecated-aria-roles", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-5", + "https://www.w3.org/TR/html-aria/#h-note-7", + "https://www.w3.org/TR/html-aria/#deprecated-dpub-aria-roles", + "https://www.w3.org/TR/html-aria/#x4-3-2-deprecated-dpub-aria-roles", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-6", + "https://www.w3.org/TR/html-aria/#h-note-8", + "https://www.w3.org/TR/html-aria/#deprecated-aria-attributes", + "https://www.w3.org/TR/html-aria/#x4-3-3-deprecated-aria-attributes", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-7", + "https://www.w3.org/TR/html-aria/#h-note-9", "https://www.w3.org/TR/html-aria/#case-requirements-for-aria-role-state-and-property-attributes", "https://www.w3.org/TR/html-aria/#case-sensitivity", - "https://www.w3.org/TR/html-aria/#issue-container-generatedID-4", - "https://www.w3.org/TR/html-aria/#h-note-6", - "https://www.w3.org/TR/html-aria/#example-7", + "https://www.w3.org/TR/html-aria/#issue-container-generatedID-8", + "https://www.w3.org/TR/html-aria/#h-note-10", + "https://www.w3.org/TR/html-aria/#example-13", "https://www.w3.org/TR/html-aria/#allowed-descendants-of-aria-roles", - "https://www.w3.org/TR/html-aria/#x4-allowed-descendants-of-aria-roles", + "https://www.w3.org/TR/html-aria/#x5-allowed-descendants-of-aria-roles", "https://www.w3.org/TR/html-aria/#bad-descendants", "https://www.w3.org/TR/html-aria/#aria-table", "https://www.w3.org/TR/html-aria/#index-aria-alert", @@ -353,25 +450,32 @@ "https://www.w3.org/TR/html-aria/#index-aria-application", "https://www.w3.org/TR/html-aria/#index-aria-article", "https://www.w3.org/TR/html-aria/#index-aria-banner", + "https://www.w3.org/TR/html-aria/#index-aria-blockquote", "https://www.w3.org/TR/html-aria/#index-aria-button", + "https://www.w3.org/TR/html-aria/#index-aria-caption", "https://www.w3.org/TR/html-aria/#index-aria-cell", "https://www.w3.org/TR/html-aria/#index-aria-checkbox", + "https://www.w3.org/TR/html-aria/#index-aria-code", "https://www.w3.org/TR/html-aria/#index-aria-columnheader", "https://www.w3.org/TR/html-aria/#index-aria-combobox", "https://www.w3.org/TR/html-aria/#index-aria-complementary", "https://www.w3.org/TR/html-aria/#index-aria-contentinfo", "https://www.w3.org/TR/html-aria/#index-aria-definition", + "https://www.w3.org/TR/html-aria/#index-aria-deletion", "https://www.w3.org/TR/html-aria/#index-aria-dialog", "https://www.w3.org/TR/html-aria/#index-aria-directory", "https://www.w3.org/TR/html-aria/#index-aria-document", + "https://www.w3.org/TR/html-aria/#index-aria-emphasis", "https://www.w3.org/TR/html-aria/#index-aria-feed", "https://www.w3.org/TR/html-aria/#index-aria-figure", "https://www.w3.org/TR/html-aria/#index-aria-form", + "https://www.w3.org/TR/html-aria/#index-aria-generic", "https://www.w3.org/TR/html-aria/#index-aria-grid", "https://www.w3.org/TR/html-aria/#index-aria-gridcell", "https://www.w3.org/TR/html-aria/#index-aria-group", "https://www.w3.org/TR/html-aria/#index-aria-heading", "https://www.w3.org/TR/html-aria/#index-aria-img", + "https://www.w3.org/TR/html-aria/#index-aria-insertion", "https://www.w3.org/TR/html-aria/#index-aria-link", "https://www.w3.org/TR/html-aria/#index-aria-list", "https://www.w3.org/TR/html-aria/#index-aria-listbox", @@ -385,10 +489,12 @@ "https://www.w3.org/TR/html-aria/#index-aria-menuitem", "https://www.w3.org/TR/html-aria/#index-aria-menuitemcheckbox", "https://www.w3.org/TR/html-aria/#index-aria-menuitemradio", + "https://www.w3.org/TR/html-aria/#index-aria-meter", "https://www.w3.org/TR/html-aria/#index-aria-navigation", "https://www.w3.org/TR/html-aria/#index-aria-none", "https://www.w3.org/TR/html-aria/#index-aria-note", "https://www.w3.org/TR/html-aria/#index-aria-option", + "https://www.w3.org/TR/html-aria/#index-aria-paragraph", "https://www.w3.org/TR/html-aria/#index-aria-presentation", "https://www.w3.org/TR/html-aria/#index-aria-progressbar", "https://www.w3.org/TR/html-aria/#index-aria-radio", @@ -404,6 +510,9 @@ "https://www.w3.org/TR/html-aria/#index-aria-slider", "https://www.w3.org/TR/html-aria/#index-aria-spinbutton", "https://www.w3.org/TR/html-aria/#index-aria-status", + "https://www.w3.org/TR/html-aria/#index-aria-strong", + "https://www.w3.org/TR/html-aria/#index-aria-subscript", + "https://www.w3.org/TR/html-aria/#index-aria-superscript", "https://www.w3.org/TR/html-aria/#index-aria-switch", "https://www.w3.org/TR/html-aria/#index-aria-tab", "https://www.w3.org/TR/html-aria/#index-aria-table", @@ -411,6 +520,7 @@ "https://www.w3.org/TR/html-aria/#index-aria-tabpanel", "https://www.w3.org/TR/html-aria/#index-aria-term", "https://www.w3.org/TR/html-aria/#index-aria-textbox", + "https://www.w3.org/TR/html-aria/#index-aria-time", "https://www.w3.org/TR/html-aria/#index-aria-timer", "https://www.w3.org/TR/html-aria/#index-aria-toolbar", "https://www.w3.org/TR/html-aria/#index-aria-tooltip", @@ -418,17 +528,18 @@ "https://www.w3.org/TR/html-aria/#index-aria-treegrid", "https://www.w3.org/TR/html-aria/#index-aria-treeitem", "https://www.w3.org/TR/html-aria/#conformance", - "https://www.w3.org/TR/html-aria/#x5-conformance", + "https://www.w3.org/TR/html-aria/#x6-conformance", "https://www.w3.org/TR/html-aria/#conformance-checking-requirements", + "https://www.w3.org/TR/html-aria/#x6-1-conformance-checking-requirements", "https://www.w3.org/TR/html-aria/#priv-sec", - "https://www.w3.org/TR/html-aria/#x6-privacy-and-security-considerations", - "https://www.w3.org/TR/html-aria/#change-log", - "https://www.w3.org/TR/html-aria/#x7-change-log", + "https://www.w3.org/TR/html-aria/#x7-privacy-and-security-considerations", "https://www.w3.org/TR/html-aria/#references", "https://www.w3.org/TR/html-aria/#a-references", "https://www.w3.org/TR/html-aria/#normative-references", "https://www.w3.org/TR/html-aria/#a-1-normative-references", + "https://www.w3.org/TR/html-aria/#bib-accname-1.2", "https://www.w3.org/TR/html-aria/#bib-dpub-aria-1.0", + "https://www.w3.org/TR/html-aria/#bib-dpub-aria-1.1", "https://www.w3.org/TR/html-aria/#bib-html", "https://www.w3.org/TR/html-aria/#bib-html-aam-1.0", "https://www.w3.org/TR/html-aria/#bib-infra", @@ -436,6 +547,7 @@ "https://www.w3.org/TR/html-aria/#bib-rfc8174", "https://www.w3.org/TR/html-aria/#bib-svg-aam-1.0", "https://www.w3.org/TR/html-aria/#bib-wai-aria-1.1", + "https://www.w3.org/TR/html-aria/#bib-wai-aria-1.2", "https://www.w3.org/TR/html-aria/#informative-references", "https://www.w3.org/TR/html-aria/#a-2-informative-references", "https://www.w3.org/TR/html-aria/#bib-using-aria", diff --git a/tr/ids/html.json b/tr/ids/html.json index e8b39127e99a..451e1c0344ff 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -2865,6 +2865,7 @@ "https://html.spec.whatwg.org/multipage/structured-data.html#deserialization-steps", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:record-2", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:platform-object-3", + "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:javascript-realm-3", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:platform-object-4", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:sub-deserialization", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:structureddeserialize", @@ -2883,7 +2884,7 @@ "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:sub-deserialization-2", "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:structuredserialize-2", "https://html.spec.whatwg.org/multipage/structured-data.html#cloneable-objects", - "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:javascript-realm-3", + "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects:javascript-realm-4", "https://html.spec.whatwg.org/multipage/structured-data.html#transferable-objects", "https://html.spec.whatwg.org/multipage/structured-data.html#transferable-objects", "https://html.spec.whatwg.org/multipage/structured-data.html#transferable-objects:transferable-objects", @@ -9644,15 +9645,12 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-like-destination", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:queue-an-element-task", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:networking-task-source", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-7", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-event-fire", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:event-error-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-8", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:parse-a-url", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:attr-link-href-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:node-document", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:resulting-url-record", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-9", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:node-document-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:relevant-settings-object", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:cors-settings-attribute-credentials-mode", @@ -9669,15 +9667,13 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:fetch-a-modulepreload-module-script-graph", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-event-fire-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:event-error-3", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-10", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-event-fire-3", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:event-load-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-11", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:process-a-link-header", "https://html.spec.whatwg.org/multipage/links.html#example-modulepreload-manifest", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:link-type-modulepreload-4", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:link-type-modulepreload-5", - "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-12", + "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:the-link-element-7", "https://html.spec.whatwg.org/multipage/links.html#example-modulepreload-dynamic-import", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:link-type-modulepreload-6", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:import()", @@ -25857,10 +25853,10 @@ "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-delay-load-3", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:render-blocking", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-render-blocking", + "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:mark-as-ready", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-type-8", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:fetch-a-classic-script", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:fetch-a-module-script-tree", - "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:mark-as-ready", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:attr-script-src-7", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:attr-script-crossorigin-3", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:insert-an-element-into-a-document", @@ -39270,6 +39266,9 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-is-top-level", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-processcustomfetchresponse", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:network-error", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-classic-worker-imported-script", @@ -39278,12 +39277,12 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-module-script-tree", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-module-worker-script-tree", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-an-import()-module-script-graph", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-3", @@ -39295,9 +39294,10 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:create-a-potential-cors-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:set-up-the-classic-script-request", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-5", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody", @@ -39330,9 +39330,10 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-credentials-mode-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-parser-metadata-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:use-url-credentials-flag", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-7", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-2", @@ -39364,10 +39365,13 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-parser-metadata-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:synchronous-flag", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:use-url-credentials-flag-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-8", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-9", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-6", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-8", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-9", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:unsafe-response-3", @@ -39388,8 +39392,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-module-script-tree", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-9", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-an-import()-module-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:resolve-a-module-specifier", @@ -39398,8 +39402,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-from-module-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-allowed", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-11", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-modulepreload-module-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-7", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-3", @@ -39414,18 +39418,17 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-worklet/module-worker-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-worklet-script-graph", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-worklet/module-worker-script-graph-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-11", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-12", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:in-parallel", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:queue-a-task", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:networking-task-source", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-exists", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-12", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:map-set", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-7", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-9", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-13", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-module-script-tree-3", "https://html.spec.whatwg.org/multipage/webappapis.html#module-script-fetching-diagram", "https://html.spec.whatwg.org/multipage/webappapis.html#module-script-fetching-diagram-arrow", @@ -39448,11 +39451,11 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-credentials-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-referrer-policy-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-14", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-6", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-13", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-the-descendants-of-and-link-a-module-script", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-10", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finding-the-first-parse-error", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-record", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:js-link", @@ -39460,6 +39463,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-error-to-rethrow", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-error-to-rethrow-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-the-descendants-of-a-module-script", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-11", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-record-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-record-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cyclic-module-record", @@ -39481,24 +39485,20 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:settings-object", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-base-url-2", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-15", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-14", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:internal-module-script-graph-fetching-procedure-6", "https://html.spec.whatwg.org/multipage/webappapis.html#internal-module-script-graph-fetching-procedure", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-10", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-12", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:resolve-a-module-specifier-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:resolve-a-module-specifier-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-from-module-request-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:list-contains-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-16", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-6", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-7", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-a-module-script-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-15", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-single-module-script", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-11", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-13", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-from-module-request-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-allowed-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-an-import()-module-script-graph-3", @@ -39516,13 +39516,14 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-client-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-mode-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:set-up-the-module-script-request", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-17", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-16", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-18", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-10", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-perform-fetch-17", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-processcustomfetchresponse-7", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-11", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-fetch-8", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:processresponseconsumebody-4", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-11", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-12", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:cors-same-origin-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finalize-and-report-timing-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-settings-object-global-4", @@ -39546,7 +39547,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-map", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-url-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-base-url-3", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-12", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-14", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-response-url-6", "https://html.spec.whatwg.org/multipage/webappapis.html#finding-the-first-parse-error", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:settings-object-2", @@ -39562,8 +39563,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:resolve-a-module-specifier-6", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-base-url-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-type-from-module-request-5", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-13", - "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-14", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-15", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-16", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:list-contains-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:continue", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:finding-the-first-parse-error-2", @@ -43849,8 +43850,11 @@ "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetch-a-module-worker-script-tree", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-is-top-level", - "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-request-reserved-client", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-processcustomfetchresponse", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-fetch", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:processresponseconsumebody", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-request-reserved-client", + "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-fetch-2", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:process-response", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-response", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-workerglobalscope-url", @@ -43878,7 +43882,6 @@ "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-url-scheme", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-workerglobalscope-cross-origin-isolated-capability-3", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:data-protocol", - "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:fetching-scripts-perform-fetch-2", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:concept-script-error-to-rethrow", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:queue-a-global-task", "https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model:dom-manipulation-task-source", @@ -44423,8 +44426,10 @@ "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:worklet-global-scope-type", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:concept-realm-global", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:set-up-a-worklet-environment-settings-object", - "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:list-iterate", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:list-clone", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:concept-worklet-added-modules-list", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:list-is-empty", + "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:dequeue", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:fetch-a-worklet-script-graph", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:worklet-destination-type", "https://html.spec.whatwg.org/multipage/worklets.html#worklets-creation-termination:concept-worklet-module-responses-map", diff --git a/tr/ids/miniapp-lifecycle.json b/tr/ids/miniapp-lifecycle.json index bf77257fa932..194dfb044c43 100644 --- a/tr/ids/miniapp-lifecycle.json +++ b/tr/ids/miniapp-lifecycle.json @@ -353,6 +353,14 @@ "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dom-pageinputobject-2", "https://www.w3.org/TR/miniapp-lifecycle/#accessibility-considerations", "https://www.w3.org/TR/miniapp-lifecycle/#x6-accessibility-considerations", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dom-globalstate-5", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dfn-shown-3", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dfn-hidden-2", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dom-pagestate-5", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dfn-page-shown-2", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dfn-page-hidden-2", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dom-globalstate-6", + "https://www.w3.org/TR/miniapp-lifecycle/#ref-for-dom-pagestate-6", "https://www.w3.org/TR/miniapp-lifecycle/#references", "https://www.w3.org/TR/miniapp-lifecycle/#a-references", "https://www.w3.org/TR/miniapp-lifecycle/#informative-references", diff --git a/tr/ids/private-network-access.json b/tr/ids/private-network-access.json index 2205b9cadcf6..251d650a11b5 100644 --- a/tr/ids/private-network-access.json +++ b/tr/ids/private-network-access.json @@ -27,7 +27,7 @@ "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-request-private-network", "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-allow-private-network", "https://wicg.github.io/private-network-access/#example-opt-in", - "https://wicg.github.io/private-network-access/#example-a008671f", + "https://wicg.github.io/private-network-access/#example-6ce42a93", "https://wicg.github.io/private-network-access/#ref-for-cors-preflight-request%E2%91%A1", "https://wicg.github.io/private-network-access/#ref-for-ip-address-space-public", "https://wicg.github.io/private-network-access/#ref-for-ip-address-space-private%E2%91%A0", @@ -37,7 +37,7 @@ "https://wicg.github.io/private-network-access/#ref-for-http-access-control-allow-credentials", "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-allow-private-network%E2%91%A0", "https://wicg.github.io/private-network-access/#shortlinks", - "https://wicg.github.io/private-network-access/#example-59d67516", + "https://wicg.github.io/private-network-access/#example-e45f5be8", "https://wicg.github.io/private-network-access/#ref-for-public-address%E2%91%A0", "https://wicg.github.io/private-network-access/#ref-for-cors-preflight-request%E2%91%A3", "https://wicg.github.io/private-network-access/#ref-for-public-address%E2%91%A1", @@ -48,7 +48,6 @@ "https://wicg.github.io/private-network-access/#ref-for-http-access-control-allow-methods%E2%91%A0", "https://wicg.github.io/private-network-access/#ref-for-http-access-control-allow-credentials%E2%91%A0", "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-allow-private-network%E2%91%A1", - "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A1", "https://wicg.github.io/private-network-access/#framework", "https://wicg.github.io/private-network-access/#ip-address-space-heading", "https://wicg.github.io/private-network-access/#ip-address-space", @@ -218,7 +217,7 @@ "https://wicg.github.io/private-network-access/#ref-for-concept-http-network-or-cache-fetch%E2%91%A0", "https://wicg.github.io/private-network-access/#ref-for-request-target-ip-address-space%E2%91%A5", "https://wicg.github.io/private-network-access/#ref-for-concept-header-list-set", - "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A2", + "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A1", "https://wicg.github.io/private-network-access/#ref-for-concept-request-header-list", "https://wicg.github.io/private-network-access/#ref-for-concept-request-header-list%E2%91%A0", "https://wicg.github.io/private-network-access/#ref-for-request-target-ip-address-space%E2%91%A6", @@ -236,6 +235,9 @@ "https://wicg.github.io/private-network-access/#ref-for-concept-cache-match", "https://wicg.github.io/private-network-access/#ref-for-cache-entry-ip-address-space", "https://wicg.github.io/private-network-access/#ref-for-request-target-ip-address-space%E2%91%A8", + "https://wicg.github.io/private-network-access/#forbidden-header-names", + "https://wicg.github.io/private-network-access/#ref-for-forbidden-header-name", + "https://wicg.github.io/private-network-access/#ref-for-http-headerdef-access-control-request-private-network%E2%91%A2", "https://wicg.github.io/private-network-access/#integration-websockets", "https://wicg.github.io/private-network-access/#issue-5a78ae74", "https://wicg.github.io/private-network-access/#ref-for-concept-websocket-establish", @@ -368,6 +370,7 @@ "https://wicg.github.io/private-network-access/#term-for-concept-websocket-establish", "https://wicg.github.io/private-network-access/#term-for-extract-header-list-values", "https://wicg.github.io/private-network-access/#term-for-concept-fetch", + "https://wicg.github.io/private-network-access/#term-for-forbidden-header-name", "https://wicg.github.io/private-network-access/#term-for-concept-response-header-list", "https://wicg.github.io/private-network-access/#term-for-concept-http-fetch", "https://wicg.github.io/private-network-access/#term-for-concept-network-error", diff --git a/tr/ids/remote-playback.json b/tr/ids/remote-playback.json index 12be2ad79453..47537a9f42f4 100644 --- a/tr/ids/remote-playback.json +++ b/tr/ids/remote-playback.json @@ -17,7 +17,6 @@ "https://www.w3.org/TR/remote-playback/#table-of-contents", "https://www.w3.org/TR/remote-playback/#conformance", "https://www.w3.org/TR/remote-playback/#x1-conformance", - "https://www.w3.org/TR/remote-playback/#dfn-user-agent", "https://www.w3.org/TR/remote-playback/#introduction", "https://www.w3.org/TR/remote-playback/#x2-introduction", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-1", @@ -28,16 +27,13 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-6", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-7", "https://www.w3.org/TR/remote-playback/#dfn-media-mirroring", - "https://www.w3.org/TR/remote-playback/#media-mirroring", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-8", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-9", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-10", "https://www.w3.org/TR/remote-playback/#dfn-media-remoting", - "https://www.w3.org/TR/remote-playback/#media-remoting", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-11", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-12", "https://www.w3.org/TR/remote-playback/#dfn-media-flinging", - "https://www.w3.org/TR/remote-playback/#media-flinging", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-13", "https://www.w3.org/TR/remote-playback/#use-cases-and-requirements", "https://www.w3.org/TR/remote-playback/#x3-use-cases-and-requirements", @@ -60,13 +56,11 @@ "https://www.w3.org/TR/remote-playback/#issue-container-generatedID", "https://www.w3.org/TR/remote-playback/#h-note", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-device-1", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-device-2", "https://www.w3.org/TR/remote-playback/#dfn-remote-playback-devices", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-device-3", "https://www.w3.org/TR/remote-playback/#dfn-media-element-state", "https://www.w3.org/TR/remote-playback/#dfn-media-element", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-2", "https://www.w3.org/TR/remote-playback/#dfn-local-playback-state", @@ -84,10 +78,10 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-15", "https://www.w3.org/TR/remote-playback/#remoteplayback-interface", "https://www.w3.org/TR/remote-playback/#x5-2-remoteplayback-interface", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-1", + "https://www.w3.org/TR/remote-playback/#dom-remoteplayback", "https://www.w3.org/TR/remote-playback/#webidl-1015675303", "https://www.w3.org/TR/remote-playback/#idl-def-remoteplayback", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-2", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-1", "https://www.w3.org/TR/remote-playback/#idl-def-remoteplayback-watchavailability-callback", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-1", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackavailabilitycallback-1", @@ -111,7 +105,7 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-disconnected-1", "https://www.w3.org/TR/remote-playback/#idl-def-remoteplaybackavailabilitycallback", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackavailabilitycallback-2", - "https://www.w3.org/TR/remote-playback/#dom-remoteplayback", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-16", "https://www.w3.org/TR/remote-playback/#dom-remoteplaybackstate", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-17", @@ -127,12 +121,11 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-2", "https://www.w3.org/TR/remote-playback/#the-set-of-availability-callbacks", "https://www.w3.org/TR/remote-playback/#x5-2-1-1-the-set-of-availability-callbacks", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-3", "https://www.w3.org/TR/remote-playback/#dfn-set-of-availability-callbacks", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-3", + "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-watchavailability", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-1", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-3", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-4", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-3", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackavailabilitycallback-5", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-4", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-2", @@ -144,31 +137,25 @@ "https://www.w3.org/TR/remote-playback/#dfn-global-set-of-availability-callbacks", "https://www.w3.org/TR/remote-playback/#the-list-of-available-remote-playback-devices", "https://www.w3.org/TR/remote-playback/#x5-2-1-2-the-list-of-available-remote-playback-devices", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-4", "https://www.w3.org/TR/remote-playback/#dfn-list-of-available-remote-playback-devices", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-18", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-2", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-5", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-3", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-5", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-4", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-global-set-of-availability-callbacks-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-4", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-initiate-remote-playback-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-global-set-of-availability-callbacks-2", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-6", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-5", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-1", "https://www.w3.org/TR/remote-playback/#h-note-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-6", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-7", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-global-set-of-availability-callbacks-3", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-5", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-19", "https://www.w3.org/TR/remote-playback/#dfn-compatible-remote-playback-device", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-8", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-2", "https://www.w3.org/TR/remote-playback/#h-note-2", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-9", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-compatible-remote-playback-device-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-compatible-remote-playback-device-2", "https://www.w3.org/TR/remote-playback/#dfn-availability-sources-set", @@ -207,14 +194,13 @@ "https://www.w3.org/TR/remote-playback/#getting-the-remote-playback-devices-availability-information", "https://www.w3.org/TR/remote-playback/#x5-2-1-3-getting-the-remote-playback-devices-availability-information", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-25", - "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-watchavailability", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-watchavailability-5", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-9", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-10", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-initiate-remote-playback-3", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-6", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-availability-2", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-10", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-11", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-12", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-4", @@ -226,7 +212,6 @@ "https://www.w3.org/TR/remote-playback/#x5-2-1-4-monitoring-the-list-of-available-remote-playback-devices", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-7", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-prompt-3", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-11", "https://www.w3.org/TR/remote-playback/#dfn-monitor-the-list-of-available-remote-playback-devices", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-availability-3", @@ -237,7 +222,6 @@ "https://www.w3.org/TR/remote-playback/#stop-observing-remote-playback-devices-availability", "https://www.w3.org/TR/remote-playback/#x5-2-1-5-stop-observing-remote-playback-devices-availability", "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-cancelwatchavailability", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-12", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-3", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-9", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-10", @@ -252,7 +236,6 @@ "https://www.w3.org/TR/remote-playback/#prompt-user-for-changing-remote-playback-state", "https://www.w3.org/TR/remote-playback/#x5-2-2-prompt-user-for-changing-remote-playback-state", "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-prompt", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-13", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-7", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-availability-sources-set-7", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-4", @@ -260,14 +243,12 @@ "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-7", "https://www.w3.org/TR/remote-playback/#h-note-7", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-prompt-6", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-14", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-3", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-list-of-available-remote-playback-devices-4", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-8", "https://www.w3.org/TR/remote-playback/#h-note-8", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-flinging-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-29", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-15", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-list-of-available-remote-playback-devices-5", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-14", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-15", @@ -282,7 +263,6 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-31", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-32", "https://www.w3.org/TR/remote-playback/#dfn-initiate-remote-playback", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-16", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-4", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-connecting-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-connecting-1", @@ -292,15 +272,13 @@ "https://www.w3.org/TR/remote-playback/#h-note-11", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-33", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-34", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-17", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disconnect-from-a-remote-playback-device-2", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-18", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-12", "https://www.w3.org/TR/remote-playback/#h-note-12", "https://www.w3.org/TR/remote-playback/#the-state-attribute", "https://www.w3.org/TR/remote-playback/#x5-2-3-the-state-attribute", - "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-5", "https://www.w3.org/TR/remote-playback/#dom-remoteplayback-state", + "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-5", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-9", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-3", "https://www.w3.org/TR/remote-playback/#dom-remoteplaybackstate-connecting", @@ -316,19 +294,16 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-prompt-8", "https://www.w3.org/TR/remote-playback/#establishing-a-connection-with-a-remote-playback-device", "https://www.w3.org/TR/remote-playback/#x5-2-4-establishing-a-connection-with-a-remote-playback-device", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-19", "https://www.w3.org/TR/remote-playback/#dfn-establish-a-connection-with-the-remote-playback-device", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-10", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-36", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-6", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-connecting-3", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-20", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-7", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-connected-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-connect-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-7", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-state-3", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-21", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-8", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplaybackstate-disconnected-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disconnect-1", @@ -356,7 +331,6 @@ "https://www.w3.org/TR/remote-playback/#x5-2-5-browser-initiated-remote-playback", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-establish-a-connection-with-the-remote-playback-device-2", "https://www.w3.org/TR/remote-playback/#dfn-browser-initiated-remote-playback", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-22", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-browser-initiated-remote-playback-1", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-browser-initiated-remote-playback-2", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-9", @@ -378,20 +352,15 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-state-3", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-9", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-state-7", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-23", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-44", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-state-8", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-45", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-24", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-46", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-state-9", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-25", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-10", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-26", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-state-10", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-47", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-state-4", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-27", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disconnect-from-a-remote-playback-device-4", "https://www.w3.org/TR/remote-playback/#issue-container-generatedID-17", "https://www.w3.org/TR/remote-playback/#h-note-17", @@ -401,16 +370,13 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-49", "https://www.w3.org/TR/remote-playback/#disconnecting-from-a-remote-playback-device", "https://www.w3.org/TR/remote-playback/#x5-2-7-disconnecting-from-a-remote-playback-device", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-28", "https://www.w3.org/TR/remote-playback/#dfn-disconnect-from-a-remote-playback-device", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-12", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-50", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-state-12", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-29", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disconnect-2", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-media-element-state-11", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-local-playback-state-6", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-30", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-16", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disconnect-from-a-remote-playback-device-5", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-set-of-availability-callbacks-12", @@ -440,12 +406,12 @@ "https://www.w3.org/TR/remote-playback/#the-disableremoteplayback-attribute", "https://www.w3.org/TR/remote-playback/#x5-3-1-the-disableremoteplayback-attribute", "https://www.w3.org/TR/remote-playback/#dom-htmlmediaelement-disableremoteplayback", + "https://www.w3.org/TR/remote-playback/#ref-for-dfn-disable-remote-playback-1", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-6", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-7", "https://www.w3.org/TR/remote-playback/#disabling-remote-playback", "https://www.w3.org/TR/remote-playback/#x5-3-2-disabling-remote-playback", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-8", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-31", "https://www.w3.org/TR/remote-playback/#ref-for-dom-htmlmediaelement-disableremoteplayback-9", "https://www.w3.org/TR/remote-playback/#dfn-disable-remote-playback", "https://www.w3.org/TR/remote-playback/#ref-for-dom-remoteplayback-16", @@ -462,7 +428,6 @@ "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-53", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-17", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-54", - "https://www.w3.org/TR/remote-playback/#ref-for-dfn-user-agent-32", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-remote-playback-devices-55", "https://www.w3.org/TR/remote-playback/#ref-for-dfn-monitor-the-list-of-available-remote-playback-devices-18", "https://www.w3.org/TR/remote-playback/#user-interface-guidelines", diff --git a/tr/ids/resource-timing-2.json b/tr/ids/resource-timing-2.json index 0888445fcb24..332d3601a761 100644 --- a/tr/ids/resource-timing-2.json +++ b/tr/ids/resource-timing-2.json @@ -12,8 +12,6 @@ "https://www.w3.org/TR/resource-timing-2/#w3c-state", "https://www.w3.org/TR/resource-timing-2/#abstract", "https://www.w3.org/TR/resource-timing-2/#sotd", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID", - "https://www.w3.org/TR/resource-timing-2/#h-warning", "https://www.w3.org/TR/resource-timing-2/#w3c_process_revision", "https://www.w3.org/TR/resource-timing-2/#toc", "https://www.w3.org/TR/resource-timing-2/#table-of-contents", @@ -28,7 +26,7 @@ "https://www.w3.org/TR/resource-timing-2/#x2-conformance", "https://www.w3.org/TR/resource-timing-2/#terminology", "https://www.w3.org/TR/resource-timing-2/#x3-terminology", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-0", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID", "https://www.w3.org/TR/resource-timing-2/#h-note", "https://www.w3.org/TR/resource-timing-2/#sec-resource-timing", "https://www.w3.org/TR/resource-timing-2/#x4-resource-timing", @@ -124,7 +122,7 @@ "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-starttime-1", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-convert-fetch-timestamp-1", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-info-2", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-1", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-0", "https://www.w3.org/TR/resource-timing-2/#h-note-0", "https://www.w3.org/TR/resource-timing-2/#dfn-duration", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-duration-1", @@ -133,9 +131,9 @@ "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-tojson", "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-initiatortype", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-initiator-type-2", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-2", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-1", "https://www.w3.org/TR/resource-timing-2/#h-note-1", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-3", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-2", "https://www.w3.org/TR/resource-timing-2/#h-note-2", "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-workerstart", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-convert-fetch-timestamp-2", @@ -166,7 +164,7 @@ "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-info-13", "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-nexthopprotocol", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-info-14", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-4", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-3", "https://www.w3.org/TR/resource-timing-2/#h-note-3", "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-requeststart", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-convert-fetch-timestamp-11", @@ -184,13 +182,13 @@ "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-transfersize", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-cache-mode-2", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-cache-mode-3", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-5", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-4", "https://www.w3.org/TR/resource-timing-2/#h-note-4", "https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-renderblockingstatus", "https://www.w3.org/TR/resource-timing-2/#ref-for-dom-renderblockingstatustype-blocking-1", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-info-18", "https://www.w3.org/TR/resource-timing-2/#ref-for-dom-renderblockingstatustype-non-blocking-1", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-6", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-5", "https://www.w3.org/TR/resource-timing-2/#h-note-5", "https://www.w3.org/TR/resource-timing-2/#ref-for-dom-performanceresourcetiming-25", "https://www.w3.org/TR/resource-timing-2/#sec-render-blocking-status-types", @@ -263,11 +261,11 @@ "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-resource-timing-secondary-buffer-6", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-resource-timing-secondary-buffer-current-size-5", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-resource-timing-buffer-full-event-pending-flag-4", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-7", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-6", "https://www.w3.org/TR/resource-timing-2/#h-note-6", "https://www.w3.org/TR/resource-timing-2/#sec-cross-origin-resources", "https://www.w3.org/TR/resource-timing-2/#x4-5-cross-origin-resources", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-8", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-7", "https://www.w3.org/TR/resource-timing-2/#h-note-7", "https://www.w3.org/TR/resource-timing-2/#ref-for-dom-performanceresourcetiming-33", "https://www.w3.org/TR/resource-timing-2/#ref-for-dom-performanceresourcetiming-redirectstart-2", @@ -291,9 +289,9 @@ "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-allow-origin-2", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-allow-origin-3", "https://www.w3.org/TR/resource-timing-2/#ref-for-dfn-timing-allow-origin-4", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-9", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-8", "https://www.w3.org/TR/resource-timing-2/#h-note-8", - "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-10", + "https://www.w3.org/TR/resource-timing-2/#issue-container-generatedID-9", "https://www.w3.org/TR/resource-timing-2/#h-note-9", "https://www.w3.org/TR/resource-timing-2/#sec-iana-considerations", "https://www.w3.org/TR/resource-timing-2/#x4-5-2-iana-considerations", diff --git a/tr/ids/screen-capture.json b/tr/ids/screen-capture.json index 4844045b0725..f01c9c8ada1f 100644 --- a/tr/ids/screen-capture.json +++ b/tr/ids/screen-capture.json @@ -67,11 +67,15 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-1", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-4", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-5", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-isbound-1", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-isbound-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-8", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-9", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-floor-value-1", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-monitor-5", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-6", + "https://www.w3.org/TR/screen-capture/#dfn-capture-session", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-user-agents-1", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-10", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-user-agents-2", @@ -92,15 +96,15 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-14", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-15", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-windows-4", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-6", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-7", "https://www.w3.org/TR/screen-capture/#unconstrained-display-surface-selection", "https://www.w3.org/TR/screen-capture/#constraints", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-7", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-8", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-displaysurface-2", "https://www.w3.org/TR/screen-capture/#constrainable-properties-for-captured-display-surfaces", "https://www.w3.org/TR/screen-capture/#constrainable-properties", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-8", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-9", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-10", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-16", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-17", "https://www.w3.org/TR/screen-capture/#def-constraint-width", @@ -138,7 +142,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-own-audio-restriction-1", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-own-audio-restriction-2", "https://www.w3.org/TR/screen-capture/#dfn-own-audio-restriction", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-10", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-11", "https://www.w3.org/TR/screen-capture/#def-constraint-suppressLocalAudioPlayback", "https://www.w3.org/TR/screen-capture/#dfn-suppresslocalaudioplayback", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-local-audio-playback-suppression-1", @@ -148,10 +152,12 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-5", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-27", "https://www.w3.org/TR/screen-capture/#dfn-local-audio-playback-suppression", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-1", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-suppresslocalaudioplayback-1", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-6", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-28", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-local-audio-playback-suppression-3", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-suppresslocalaudioplayback-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-29", "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-0", @@ -171,9 +177,27 @@ "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-2", "https://www.w3.org/TR/screen-capture/#h-note-2", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-floor-value-3", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-11", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-12", + "https://www.w3.org/TR/screen-capture/#capturecontroller", + "https://www.w3.org/TR/screen-capture/#x5-4-2-capturecontroller", + "https://www.w3.org/TR/screen-capture/#dom-capturecontroller", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-1", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-3", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-4", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-13", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-5", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-2", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-3", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-6", + "https://www.w3.org/TR/screen-capture/#webidl-1659150504", + "https://www.w3.org/TR/screen-capture/#idl-def-capturecontroller", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-4", + "https://www.w3.org/TR/screen-capture/#idl-def-capturecontroller-constructor", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-constructor-1", + "https://www.w3.org/TR/screen-capture/#dom-capturecontroller-constructor", + "https://www.w3.org/TR/screen-capture/#dfn-isbound", "https://www.w3.org/TR/screen-capture/#selfcapturepreferenceenum", - "https://www.w3.org/TR/screen-capture/#x5-4-2-selfcapturepreferenceenum", + "https://www.w3.org/TR/screen-capture/#x5-4-3-selfcapturepreferenceenum", "https://www.w3.org/TR/screen-capture/#dom-selfcapturepreferenceenum", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-33", "https://www.w3.org/TR/screen-capture/#webidl-83534870", @@ -185,9 +209,9 @@ "https://www.w3.org/TR/screen-capture/#idl-def-SelfCapturePreferenceEnum.include", "https://www.w3.org/TR/screen-capture/#idl-def-SelfCapturePreferenceEnum.exclude", "https://www.w3.org/TR/screen-capture/#systemaudiopreferenceenum", - "https://www.w3.org/TR/screen-capture/#x5-4-3-systemaudiopreferenceenum", + "https://www.w3.org/TR/screen-capture/#x5-4-4-systemaudiopreferenceenum", "https://www.w3.org/TR/screen-capture/#dom-systemaudiopreferenceenum", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-12", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-14", "https://www.w3.org/TR/screen-capture/#webidl-1180004445", "https://www.w3.org/TR/screen-capture/#idl-def-systemaudiopreferenceenum", "https://www.w3.org/TR/screen-capture/#ref-for-dom-systemaudiopreferenceenum-1", @@ -198,9 +222,9 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-34", "https://www.w3.org/TR/screen-capture/#idl-def-SystemAudioPreferenceEnum.exclude", "https://www.w3.org/TR/screen-capture/#surfaceswitchingpreferenceenum", - "https://www.w3.org/TR/screen-capture/#x5-4-4-surfaceswitchingpreferenceenum", + "https://www.w3.org/TR/screen-capture/#x5-4-5-surfaceswitchingpreferenceenum", "https://www.w3.org/TR/screen-capture/#dom-surfaceswitchingpreferenceenum", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-13", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-15", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-35", "https://www.w3.org/TR/screen-capture/#webidl-1808759589", "https://www.w3.org/TR/screen-capture/#idl-def-surfaceswitchingpreferenceenum", @@ -212,16 +236,19 @@ "https://www.w3.org/TR/screen-capture/#idl-def-SurfaceSwitchingPreferenceEnum.exclude", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-37", "https://www.w3.org/TR/screen-capture/#displaymediastreamoptions", - "https://www.w3.org/TR/screen-capture/#x5-4-5-displaymediastreamoptions", + "https://www.w3.org/TR/screen-capture/#x5-4-6-displaymediastreamoptions", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-14", - "https://www.w3.org/TR/screen-capture/#webidl-1920964965", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-16", + "https://www.w3.org/TR/screen-capture/#webidl-921412406", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-2", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-video", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-video-1", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-audio", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-audio-1", + "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-controller", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-5", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-controller-1", "https://www.w3.org/TR/screen-capture/#idl-def-displaymediastreamoptions-selfbrowsersurface", "https://www.w3.org/TR/screen-capture/#ref-for-dom-selfcapturepreferenceenum-3", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-selfbrowsersurface-1", @@ -234,8 +261,13 @@ "https://www.w3.org/TR/screen-capture/#dictionary-displaymediastreamoptions-members", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaymediastreamoptions-3", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-video", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-15", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-17", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-audio", + "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-controller", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-6", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-capturecontroller-7", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-7", + "https://www.w3.org/TR/screen-capture/#ref-for-dfn-capture-session-8", "https://www.w3.org/TR/screen-capture/#dom-displaymediastreamoptions-selfbrowsersurface", "https://www.w3.org/TR/screen-capture/#ref-for-dom-selfcapturepreferenceenum-4", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-8", @@ -246,7 +278,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dom-surfaceswitchingpreferenceenum-3", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-39", "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksupportedconstraints", - "https://www.w3.org/TR/screen-capture/#x5-4-6-extensions-to-mediatracksupportedconstraints", + "https://www.w3.org/TR/screen-capture/#x5-4-7-extensions-to-mediatracksupportedconstraints", "https://www.w3.org/TR/screen-capture/#webidl-210984315", "https://www.w3.org/TR/screen-capture/#idl-def-mediatracksupportedconstraints-partial-1", "https://www.w3.org/TR/screen-capture/#idl-def-mediatracksupportedconstraints-displaysurface", @@ -270,7 +302,7 @@ "https://www.w3.org/TR/screen-capture/#dom-mediatracksupportedconstraints-suppresslocalaudioplayback", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-suppresslocalaudioplayback-3", "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackconstraintset", - "https://www.w3.org/TR/screen-capture/#x5-4-7-extensions-to-mediatrackconstraintset", + "https://www.w3.org/TR/screen-capture/#x5-4-8-extensions-to-mediatrackconstraintset", "https://www.w3.org/TR/screen-capture/#webidl-615542218", "https://www.w3.org/TR/screen-capture/#idl-def-mediatrackconstraintset-partial-1", "https://www.w3.org/TR/screen-capture/#idl-def-mediatrackconstraintset-displaysurface", @@ -296,7 +328,7 @@ "https://www.w3.org/TR/screen-capture/#dom-mediatrackconstraintset-suppresslocalaudioplayback", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-suppresslocalaudioplayback-4", "https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings", - "https://www.w3.org/TR/screen-capture/#x5-4-8-extensions-to-mediatracksettings", + "https://www.w3.org/TR/screen-capture/#x5-4-9-extensions-to-mediatracksettings", "https://www.w3.org/TR/screen-capture/#webidl-1188981443", "https://www.w3.org/TR/screen-capture/#idl-def-mediatracksettings-partial-1", "https://www.w3.org/TR/screen-capture/#idl-def-mediatracksettings-displaysurface", @@ -318,7 +350,7 @@ "https://www.w3.org/TR/screen-capture/#dom-mediatracksettings-restrictownaudio", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-restrictownaudio-3", "https://www.w3.org/TR/screen-capture/#extensions-to-mediatrackcapabilities", - "https://www.w3.org/TR/screen-capture/#x5-4-9-extensions-to-mediatrackcapabilities", + "https://www.w3.org/TR/screen-capture/#x5-4-10-extensions-to-mediatrackcapabilities", "https://www.w3.org/TR/screen-capture/#webidl-258568626", "https://www.w3.org/TR/screen-capture/#idl-def-mediatrackcapabilities-partial-1", "https://www.w3.org/TR/screen-capture/#idl-def-mediatrackcapabilities-displaysurface", @@ -332,7 +364,7 @@ "https://www.w3.org/TR/screen-capture/#dom-mediatrackcapabilities-cursor", "https://www.w3.org/TR/screen-capture/#ref-for-dom-cursorcaptureconstraint-5", "https://www.w3.org/TR/screen-capture/#displaycapturesurfacetype", - "https://www.w3.org/TR/screen-capture/#x5-4-10-displaycapturesurfacetype", + "https://www.w3.org/TR/screen-capture/#x5-4-11-displaycapturesurfacetype", "https://www.w3.org/TR/screen-capture/#dom-displaycapturesurfacetype", "https://www.w3.org/TR/screen-capture/#ref-for-dom-displaycapturesurfacetype-4", "https://www.w3.org/TR/screen-capture/#webidl-2120422013", @@ -352,7 +384,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-browser-9", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-44", "https://www.w3.org/TR/screen-capture/#cursorcaptureconstraint", - "https://www.w3.org/TR/screen-capture/#x5-4-11-cursorcaptureconstraint", + "https://www.w3.org/TR/screen-capture/#x5-4-12-cursorcaptureconstraint", "https://www.w3.org/TR/screen-capture/#dom-cursorcaptureconstraint", "https://www.w3.org/TR/screen-capture/#ref-for-dom-cursorcaptureconstraint-6", "https://www.w3.org/TR/screen-capture/#webidl-1713755194", @@ -380,19 +412,19 @@ "https://www.w3.org/TR/screen-capture/#dfn-display-capture-feature", "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-4", "https://www.w3.org/TR/screen-capture/#h-note-4", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-16", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-17", - "https://www.w3.org/TR/screen-capture/#privacy-indicator-requirements", - "https://www.w3.org/TR/screen-capture/#x8-privacy-indicator-requirements", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-18", "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-19", + "https://www.w3.org/TR/screen-capture/#privacy-indicator-requirements", + "https://www.w3.org/TR/screen-capture/#x8-privacy-indicator-requirements", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-20", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-21", "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-5", "https://www.w3.org/TR/screen-capture/#h-note-5", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-20", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-22", "https://www.w3.org/TR/screen-capture/#issue-container-generatedID-6", "https://www.w3.org/TR/screen-capture/#h-note-6", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-devicechange-1", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-21", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-23", "https://www.w3.org/TR/screen-capture/#security-and-permissions", "https://www.w3.org/TR/screen-capture/#x9-security-and-permissions", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-45", @@ -410,7 +442,7 @@ "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-46", "https://www.w3.org/TR/screen-capture/#capturing-audio", "https://www.w3.org/TR/screen-capture/#x9-1-1-capturing-audio", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-22", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-24", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-windows-9", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-active-user-consent-2", "https://www.w3.org/TR/screen-capture/#authorizing-display-capture", @@ -421,7 +453,7 @@ "https://www.w3.org/TR/screen-capture/#x9-2-1-active-user-consent", "https://www.w3.org/TR/screen-capture/#dfn-active-user-consent", "https://www.w3.org/TR/screen-capture/#ref-for-dfn-display-surface-47", - "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-23", + "https://www.w3.org/TR/screen-capture/#ref-for-dom-mediadevices-getdisplaymedia-25", "https://www.w3.org/TR/screen-capture/#elevated-permissions", "https://www.w3.org/TR/screen-capture/#x9-2-2-elevated-permissions", "https://www.w3.org/TR/screen-capture/#dfn-elevated-permissions", diff --git a/tr/ids/speculation-rules.json b/tr/ids/speculation-rules.json index 3ccc338f29dd..4316e09d9270 100644 --- a/tr/ids/speculation-rules.json +++ b/tr/ids/speculation-rules.json @@ -21,6 +21,8 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-urls", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-set", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-requirements", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-set%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string", @@ -36,6 +38,36 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rule-set-prerender-rules", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-disjunction", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-negation", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-conjunction", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-conjunction-clauses", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-disjunction", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-disjunction-clauses", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-negation", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-negation-clause", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-url-pattern-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-url-pattern-predicate-patterns", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpattern", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-css-selector-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-css-selector-predicate-selectors", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-selector", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-script", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-script%E2%91%A0", @@ -99,7 +131,7 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue", @@ -110,7 +142,7 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prefetch-rules", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A2", @@ -125,10 +157,12 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A3", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-basic-url-parser", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A4", @@ -136,22 +170,81 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-http-scheme", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction-clauses", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-document-rule-predicate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-set%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A3", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A5", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-set-append", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A7", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-valid-browsing-context-name-or-keyword", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-predicate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-requirements%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#parse-a-document-rule-predicate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-exists%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-document-rule-predicate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction-clauses%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-disjunction%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-disjunction-clauses", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-document-rule-predicate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-negation%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-negation-clause", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url-serializer", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpattern%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-urlpattern-urlpattern", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-ordered-map%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpatterninit", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-iterate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dfn-identifier", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dfn-dictionary-member", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpatterninit%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dfn-inherited-dictionaries", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-idl-USVString", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpattern%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpattern%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-urlpattern-urlpattern%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-assert%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-urlpattern%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate-patterns", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-map-key%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-string%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-parse-a-selector", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate-selectors", "https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-processing", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document", "https://wicg.github.io/nav-speculation/speculation-rules.html#document-list-of-speculation-rule-sets", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A7", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-queue-a-global-task", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-manipulation-task-source", @@ -159,16 +252,16 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-consider-speculation%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#prefetch-candidate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#prefetch-candidate-url", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#prefetch-candidate-anonymization-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-ip-anonymization-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-struct-item%E2%91%A7", "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-url", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-url%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#prerender-candidate-target-browsing-context-name-hint", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-valid-browsing-context-name-or-keyword%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate", @@ -180,71 +273,139 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-anonymization-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy", + "https://wicg.github.io/nav-speculation/speculation-rules.html#find-matching-links", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A0%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-shadow-including-descendant", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-shadow-including-tree-order", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-the-a-element", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-attr-hyperlink-href", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-the-area-element", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-attr-hyperlink-href%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-any-link-pseudo", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-pseudo-class", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-document-links", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate-matches", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#consider-speculation", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-await-a-stable-state", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-synchronous-section", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-fully-active", "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-30bcda38", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A7", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A1%E2%93%AA", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list%E2%91%A1%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-list-of-speculation-rule-sets%E2%91%A2", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A6", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prefetch-rules%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-requirements%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-contain", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-cross-origin-prefetch-ip-anonymization-policy", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-cross-origin-prefetch-ip-anonymization-policy-origin", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document-origin", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A7", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A7", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-predicate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-find-matching-links", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-predicate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-hyperlink-href", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-set-prerender-rules%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-urls%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A1", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A4", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-predicate%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-find-matching-links%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-predicate%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-hyperlink-href%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-get-an-element's-target", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-append%E2%91%A0%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-prefetch-records", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A6", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-assert%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-iteration-continue%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-assert%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-state%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-continues", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-cancel-and-discard", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-synchronous-section%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-in-parallel", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-url%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-anonymization-policy%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-candidate-anonymization-policy%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch-record-label%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prefetch", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A4", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-create-a-prerendering-browsing-context", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url%E2%91%A0", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-url%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A1", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-create-a-prerendering-browsing-context%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerendering-browsing-context-activate", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerender-candidate-target-browsing-context-name-hint%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-document-bc", - "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-speculation-rule-target-browsing-context-name-hint%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-prerendering-browsing-context-activate%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-1cafd308", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate-matching", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate%E2%91%A4", + "https://wicg.github.io/nav-speculation/speculation-rules.html#document-rule-predicate-matches", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-element", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-htmlhyperlinkelementutils", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A5", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-conjunction-clauses%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate-matches%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-disjunction%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A6", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-disjunction-clauses%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate-matches%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-negation%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-negation-clause%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate-matches%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-hyperlink-href%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A7", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate-patterns%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-match", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate%E2%91%A1", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-list-iterate%E2%91%A0%E2%91%A8", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate-selectors%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-match-a-selector-against-an-element", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-scoping-root", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-concept-node-document%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-visited-pseudo", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-dom-parentnode-queryselector", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-assert%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#security-considerations", "https://wicg.github.io/nav-speculation/speculation-rules.html#security-csrf", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-same-origin", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-credentials", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate%E2%91%A2", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-url-pattern-predicate%E2%91%A2", "https://wicg.github.io/nav-speculation/speculation-rules.html#security-xss", "https://wicg.github.io/nav-speculation/speculation-rules.html#type-confusion", "https://wicg.github.io/nav-speculation/speculation-rules.html#issue-8b05d1b2", @@ -257,26 +418,41 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#privacy-identity-joining", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-credentials%E2%91%A0", "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-same-origin%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#privacy-visited-links", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-css-selector-predicate%E2%91%A3", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-visited-pseudo%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#ref-for-document-rule-predicate-matches%E2%91%A3", "https://wicg.github.io/nav-speculation/speculation-rules.html#index", "https://wicg.github.io/nav-speculation/speculation-rules.html#index-defined-here", "https://wicg.github.io/nav-speculation/speculation-rules.html#index-defined-elsewhere", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-element", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-child-text-content", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-node-children-changed-ext", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-document", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-node-document", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-document-origin", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-parentnode-queryselector", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-shadow-including-descendant", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-shadow-including-tree-order", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-credentials", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-http-scheme", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-manipulation-task-source", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-htmlhyperlinkelementutils", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-the-a-element", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-already-started", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-the-area-element", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-await-a-stable-state", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-document-bc", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document-base-url", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-event-error", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-execute-the-script-element", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-fully-active", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-get-an-element's-target", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-attr-hyperlink-href", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-html-element-removing-steps", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-in-parallel", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-document-links", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-event-load", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-mark-as-ready", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prepare-the-script-element", @@ -294,10 +470,10 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-set-append", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-ascii-case-insensitive", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-assert", - "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-list-contain", - "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-iteration-continue", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-map-exists", - "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-list-iterate", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-iteration-continue", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-map-exists%E2%91%A0", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-map-iterate", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-struct-item", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-map-key", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-list", @@ -321,16 +497,34 @@ "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-document-prefetch-records", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-state", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-prefetch-record-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-any-link-pseudo", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-visited-pseudo", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-match-a-selector-against-an-element", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-parse-a-selector", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-pseudo-class", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-scoping-root", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-selector", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-basic-url-parser", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-url-scheme", "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-concept-url-serializer", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dom-urlpattern-urlpattern", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-urlpattern", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-urlpatterninit", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-match", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-idl-USVString", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dfn-dictionary-member", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dfn-identifier", + "https://wicg.github.io/nav-speculation/speculation-rules.html#term-for-dfn-inherited-dictionaries", "https://wicg.github.io/nav-speculation/speculation-rules.html#references", "https://wicg.github.io/nav-speculation/speculation-rules.html#normative", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-dom", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-fetch", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-html", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-infra", + "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-selectors-4", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-url", + "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-webidl", "https://wicg.github.io/nav-speculation/speculation-rules.html#informative", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-csp", "https://wicg.github.io/nav-speculation/speculation-rules.html#biblio-tls", diff --git a/tr/ids/storage-access.json b/tr/ids/storage-access.json index 5ab4893be81d..43546902102c 100644 --- a/tr/ids/storage-access.json +++ b/tr/ids/storage-access.json @@ -170,15 +170,21 @@ "https://privacycg.github.io/storage-access/#ref-for-window", "https://privacycg.github.io/storage-access/#ref-for-transient-activation", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-concept-document-bc%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-top-level-browsing-context%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A7", "https://privacycg.github.io/storage-access/#ref-for-allowed-to-use", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-relevant-settings-object%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-concept-origin-opaque%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-same-origin%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A4", @@ -187,16 +193,24 @@ "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-concept-origin-opaque%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-active-sandboxing-flag-set", "https://privacycg.github.io/storage-access/#ref-for-sandbox-storage-access-by-user-activation-flag", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-generate-a-partitioned-storage-key%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A6", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-concept-relevant-global%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-obtain-the-storage-access-map%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-obtain-a-storage-access-flag-set%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-was-expressly-denied-storage-access-flag%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A7", "https://privacycg.github.io/storage-access/#ref-for-has-storage-access-flag%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A0%E2%93%AA", "https://privacycg.github.io/storage-access/#ref-for-in-parallel%E2%91%A0", @@ -247,6 +261,8 @@ "https://privacycg.github.io/storage-access/#ref-for-queue-a-global-task%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-dfn-permissions-task-source%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A8", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A6", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A8", "https://privacycg.github.io/storage-access/#ref-for-partitioned-storage-key-embedded-site%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A4", @@ -266,6 +282,8 @@ "https://privacycg.github.io/storage-access/#ref-for-queue-a-global-task%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-dfn-permissions-task-source%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A0%E2%93%AA", + "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://privacycg.github.io/storage-access/#issue-65ce4cf9", "https://privacycg.github.io/storage-access/#navigation", "https://privacycg.github.io/storage-access/#ref-for-current-entry", @@ -417,6 +435,7 @@ "https://privacycg.github.io/storage-access/#term-for-dfn-error-code", "https://privacycg.github.io/storage-access/#term-for-idl-DOMException", "https://privacycg.github.io/storage-access/#term-for-invalidstateerror", + "https://privacycg.github.io/storage-access/#term-for-notallowederror", "https://privacycg.github.io/storage-access/#term-for-idl-promise", "https://privacycg.github.io/storage-access/#term-for-a-new-promise", "https://privacycg.github.io/storage-access/#term-for-idl-boolean", diff --git a/tr/ids/tc39-array-from-async.json b/tr/ids/tc39-array-from-async.json new file mode 100644 index 000000000000..dfea9fec9a0d --- /dev/null +++ b/tr/ids/tc39-array-from-async.json @@ -0,0 +1,42 @@ +{ + "spec": { + "title": "ES Array.fromAsync (2022)", + "url": "https://tc39.es/proposal-array-from-async/" + }, + "ids": [ + "https://tc39.es/proposal-array-from-async/#shortcuts-help", + "https://tc39.es/proposal-array-from-async/#menu-toggle", + "https://tc39.es/proposal-array-from-async/#menu-spacer", + "https://tc39.es/proposal-array-from-async/#menu", + "https://tc39.es/proposal-array-from-async/#menu-search", + "https://tc39.es/proposal-array-from-async/#menu-search-box", + "https://tc39.es/proposal-array-from-async/#menu-search-results", + "https://tc39.es/proposal-array-from-async/#menu-pins", + "https://tc39.es/proposal-array-from-async/#menu-pins-list", + "https://tc39.es/proposal-array-from-async/#menu-toc", + "https://tc39.es/proposal-array-from-async/#spec-container", + "https://tc39.es/proposal-array-from-async/#introduction", + "https://tc39.es/proposal-array-from-async/#sec-control-abstraction-objects", + "https://tc39.es/proposal-array-from-async/#sec-iteration", + "https://tc39.es/proposal-array-from-async/#sec-iterator-abstract-operations", + "https://tc39.es/proposal-array-from-async/#sec-ifabruptcloseasynciterator", + "https://tc39.es/proposal-array-from-async/#_ref_1", + "https://tc39.es/proposal-array-from-async/#sec-async-function-objects", + "https://tc39.es/proposal-array-from-async/#sec-async-functions-abstract-operations", + "https://tc39.es/proposal-array-from-async/#sec-asyncblockstart", + "https://tc39.es/proposal-array-from-async/#step-asyncblockstart-return-undefined", + "https://tc39.es/proposal-array-from-async/#_ref_0", + "https://tc39.es/proposal-array-from-async/#sec-indexed-collections", + "https://tc39.es/proposal-array-from-async/#sec-array-objects", + "https://tc39.es/proposal-array-from-async/#sec-properties-of-the-array-constructor", + "https://tc39.es/proposal-array-from-async/#sec-array.fromAsync", + "https://tc39.es/proposal-array-from-async/#_ref_2", + "https://tc39.es/proposal-array-from-async/#_ref_3", + "https://tc39.es/proposal-array-from-async/#references-pane-container", + "https://tc39.es/proposal-array-from-async/#references-pane-spacer", + "https://tc39.es/proposal-array-from-async/#references-pane", + "https://tc39.es/proposal-array-from-async/#references-pane-close", + "https://tc39.es/proposal-array-from-async/#references-pane-table-container", + "https://tc39.es/proposal-array-from-async/#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 index eaf42a31dc91..e2ebdb851d5c 100644 --- a/tr/ids/tc39-intl-enumeration.json +++ b/tr/ids/tc39-intl-enumeration.json @@ -22,7 +22,7 @@ "https://tc39.es/proposal-intl-enumeration/#sec-currency-codes", "https://tc39.es/proposal-intl-enumeration/#sec-iswellformedcurrencycode", "https://tc39.es/proposal-intl-enumeration/#_ref_3", - "https://tc39.es/proposal-intl-enumeration/#sec-availablecurrencies", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcurrencies", "https://tc39.es/proposal-intl-enumeration/#sec-time-zone-names", "https://tc39.es/proposal-intl-enumeration/#_ref_4", "https://tc39.es/proposal-intl-enumeration/#sec-isvalidtimezonename", @@ -35,7 +35,7 @@ "https://tc39.es/proposal-intl-enumeration/#sec-defaulttimezone", "https://tc39.es/proposal-intl-enumeration/#_ref_0", "https://tc39.es/proposal-intl-enumeration/#_ref_1", - "https://tc39.es/proposal-intl-enumeration/#sec-availabletimezones", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicaltimezones", "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", @@ -48,13 +48,13 @@ "https://tc39.es/proposal-intl-enumeration/#_ref_2", "https://tc39.es/proposal-intl-enumeration/#table-sanctioned-single-unit-identifiers", "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/#sec-availablecanonicalunits", "https://tc39.es/proposal-intl-enumeration/#sec-numberingsystem-identifiers", - "https://tc39.es/proposal-intl-enumeration/#sec-availablenumberingsystems", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalnumberingsystems", "https://tc39.es/proposal-intl-enumeration/#sec-collation-types", - "https://tc39.es/proposal-intl-enumeration/#sec-availablecollations", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcollations", "https://tc39.es/proposal-intl-enumeration/#sec-calendar-types", - "https://tc39.es/proposal-intl-enumeration/#sec-availablecalendars", + "https://tc39.es/proposal-intl-enumeration/#sec-availablecanonicalcalendars", "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/#service-constructor", diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index d2d259fc8189..acaeaf2df4f6 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -2375,8 +2375,8 @@ "https://tc39.es/proposal-temporal/#_ref_1921", "https://tc39.es/proposal-temporal/#_ref_1922", "https://tc39.es/proposal-temporal/#_ref_1923", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_1924", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_1925", "https://tc39.es/proposal-temporal/#_ref_1926", "https://tc39.es/proposal-temporal/#_ref_1927", @@ -2384,6 +2384,7 @@ "https://tc39.es/proposal-temporal/#_ref_1929", "https://tc39.es/proposal-temporal/#_ref_1930", "https://tc39.es/proposal-temporal/#_ref_1931", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#_ref_1933", "https://tc39.es/proposal-temporal/#_ref_1934", @@ -2391,66 +2392,73 @@ "https://tc39.es/proposal-temporal/#_ref_1936", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", - "https://tc39.es/proposal-temporal/#_ref_1415", - "https://tc39.es/proposal-temporal/#_ref_1416", "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#_ref_1417", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_1945", - "https://tc39.es/proposal-temporal/#_ref_1418", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1419", + "https://tc39.es/proposal-temporal/#_ref_1415", + "https://tc39.es/proposal-temporal/#_ref_1416", "https://tc39.es/proposal-temporal/#_ref_1946", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1420", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", - "https://tc39.es/proposal-temporal/#_ref_1421", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_1951", + "https://tc39.es/proposal-temporal/#_ref_1417", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_1952", + "https://tc39.es/proposal-temporal/#_ref_1418", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#_ref_1960", + "https://tc39.es/proposal-temporal/#_ref_1961", + "https://tc39.es/proposal-temporal/#_ref_1962", + "https://tc39.es/proposal-temporal/#_ref_1963", + "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#_ref_1965", + "https://tc39.es/proposal-temporal/#_ref_1966", + "https://tc39.es/proposal-temporal/#_ref_1967", "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1427", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#_ref_1962", + "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#_ref_1428", - "https://tc39.es/proposal-temporal/#_ref_1963", + "https://tc39.es/proposal-temporal/#_ref_1970", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", - "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", - "https://tc39.es/proposal-temporal/#_ref_1965", - "https://tc39.es/proposal-temporal/#_ref_1966", + "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_1430", - "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", - "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", - "https://tc39.es/proposal-temporal/#_ref_1969", - "https://tc39.es/proposal-temporal/#_ref_1970", + "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1432", "https://tc39.es/proposal-temporal/#sec-temporal-topositiveinteger", "https://tc39.es/proposal-temporal/#_ref_1433", @@ -2479,12 +2487,12 @@ "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#_ref_1974", - "https://tc39.es/proposal-temporal/#_ref_1975", - "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#_ref_1979", + "https://tc39.es/proposal-temporal/#_ref_1980", + "https://tc39.es/proposal-temporal/#_ref_1981", + "https://tc39.es/proposal-temporal/#_ref_1982", + "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", diff --git a/tr/ids/trusted-types.json b/tr/ids/trusted-types.json index 1c54a07ac280..85b77859371a 100644 --- a/tr/ids/trusted-types.json +++ b/tr/ids/trusted-types.json @@ -1,1035 +1,1035 @@ { "spec": { "title": "Trusted Types", - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" + "url": "https://www.w3.org/TR/trusted-types/" }, "ids": [ - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#toc-nav", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#toc-jump", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#toc-toggle", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#title", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-state", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sotd", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c_process_revision", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#toc", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#contents", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#introduction", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#goals", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#non-goals", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-script-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#use-cases", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#framework", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#injection-sinks", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#injection-sink", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-injection-sinks", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-document-write", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-domparser-parsefromstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-xss-injection-sinks", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-html", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedhtml-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedhtml-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-fromliteral-templatestringsarray-templatestringsarray", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedhtml-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedhtml-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type-from-literal", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-script", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedscript-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedscript-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-object%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-fromliteral-templatestringsarray-templatestringsarray", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscript-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscript-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type-from-literal%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trused-script-url", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-USVString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedscripturl-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedscripturl-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-object%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-fromliteral-templatestringsarray-templatestringsarray", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-tojson", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedscripturl-stringification-behavior", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedscripturl-fromliteral", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type-from-literal%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policies-hdr", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policies", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sanitizing-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-global-object-realm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policy-reference", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-createpolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-createpolicy%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#policy-capability", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-factory", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicyfactory", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicyfactory", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-createpolicy%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyname", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyoptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-boolean", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-ishtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-ishtml-value-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-boolean%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-isscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscript-value-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-boolean%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-isscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscripturl-value-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-emptyhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-emptyscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-getattributetype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-tagname", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-elementns", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attrns", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-getpropertytype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-tagname", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-property", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-elementns", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyfactory-defaultpolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-ordered-set", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-createpolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-policy-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-and-used-unexposed-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-ishtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#is-html-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-isscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getpropertytype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-ascii-lowercase", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-html-namespace", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-interface", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-interface-mixin", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-include", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#get-property-type-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-getattributetype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-ascii-lowercase%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-ascii-lowercase%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-html-namespace%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-interface%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-attribute%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-reflect", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-attribute%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#get-attribute-type-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-emptyhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#empty-html-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-emptyscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#empty-script-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyfactory-defaultpolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#defaultpolicy-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createhtml%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml-input-arguments-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml-input-arguments-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscript%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript-input-arguments-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript-input-arguments-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscripturl%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl-input-arguments-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl-input-arguments-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trustedtypepolicy-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicy-createscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-type-policy-options", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dictdef-trustedtypepolicyoptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-callbackdef-createhtmlcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-callbackdef-createscriptcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-callbackdef-createscripturlcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-trustedtypepolicyoptions-createscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createhtmlcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createhtmlcallback-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createhtmlcallback-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createscriptcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscriptcallback-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscriptcallback-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#callbackdef-createscripturlcallback", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-USVString%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscripturlcallback-input", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-createscripturlcallback-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy-hdr", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-policy-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-hdr", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-windoworworkerglobalscope-trustedtypes", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#content-security-policy-hdr", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-require-trusted-types-for-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-header-content-security-policy-report-only", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#algorithms", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-trusted-type-policy-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicyfactory%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createhtml%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyoptions-createhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscript%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyoptions-createscript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicy-createscripturl%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-trustedtypepolicyoptions-createscripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy-name%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#create-a-trusted-type-from-literal-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type-from-literal", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-check-templatedness", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-exceptiondef-typeerror", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-sec-get-o-p", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-exceptiondef-typeerror%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-sec-get-o-p%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-create-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-html-namespace%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-current-global-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-document-window", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmltemplateelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-html-fragment-parsing-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-html-fragment-serialisation-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#check-templatedness-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-check-templatedness", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-current-realm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-get-trusted-type-compliant-string", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-enforcement%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-global-object-csp-list", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-content-security-policy-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-directive-set", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-process-value-with-a-default-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#process-value-with-a-default-policy-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-process-value-with-a-default-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-window-trusted-type-policy-factory", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#prepare-script-url-and-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-prepare-the-script-url-and-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlscriptelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-attr-script-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripturl-slot", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-attr-script-src%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-attr-script-src%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripttext-slot", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-child-text-content", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripttext-slot%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-child-text-content%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integrations", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-htmlstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-scriptstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-USVString%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-scripturlstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-trustedtype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-integration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-68115cf6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-extended-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-extended-attribute%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-USVString%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-xattr-identifier", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-679ee1ba", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-regular-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-regular-operation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-read-only", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-regular-attribute%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-regular-operation%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#related-construct", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-USVString%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-stringcontext-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-idl-fragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-variadic", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-operation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-extended-attribute%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-applicable-to-types", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extended-attributes-applicable-to-types", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-AllowShared", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Clamp", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-EnforceRange", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-LegacyNullToEmptyString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-type-conversion", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-convert-ecmascript-to-idl-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-validate-the-string-in-context", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-related-construct", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-LegacyNullToEmptyString%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-sec-tostring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#webidl-validate-the-string-in-context", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dfn-validate-the-string-in-context", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-platform-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-html", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-window", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-worker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#window-trusted-type-policy-factory", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicyfactory%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-windoworworkerglobalscope-interface", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-windoworworkerglobalscope", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-windoworworkerglobalscope%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicyfactory%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-trustedtypes", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-windoworworkerglobalscope-trustedtypes%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#extensions-to-the-document-interface", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-undefined", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-write", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-write-text-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-undefined%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-writeln", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-writeln-text-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-scripts", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slots-with-trusted-values", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-bcb72f9a", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlscriptelement%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripturl-slot", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-src%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripttext-slot", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-child-text-content%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#setting-slot-values", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlscriptelement%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-child-text-content%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-innertext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-node-textcontent", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlscriptelement%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-StringContext%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-62c0f2c6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlscriptelement%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-LegacyNullToEmptyString%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scriptstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-innertext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scriptstring%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-textcontent", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scriptstring%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-innertext%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-node-textcontent%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-text%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripttext-slot%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-src%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-attr-script-src%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#slot-value-verification", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-prepare-the-script-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:already-started-3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:parser-document-2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:parser-document-3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:the-script-element-27", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:attr-script-async-4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:script-force-async-2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:the-script-element-28", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:attr-script-async-5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-prepare-the-script-url-and-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:child-text-content", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-processing-model:should-element%E2%80%99s-inline-behavior-be-blocked-by-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-sinks", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmliframeelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmliframeelement-srcdoc", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlembedelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlembedelement-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlobjectelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlobjectelement-data", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlobjectelement-codebase", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-timer-functions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-windoworworkerglobalscope%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scriptstring%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Function", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#typedefdef-trustedtimerhandler", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-windoworworkerglobalscope%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-long", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtimerhandler", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-handler", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-long%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-timeout", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-long%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtimerhandler%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-handler", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-long%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-timeout", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-any%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-arguments", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Function%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-trustedtype%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-this%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Function%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#enforcement-in-event-handler-content-attributes", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-attributes-change-ext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-string-concatenate", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-local-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#event-handlers-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-validate-the-string-in-context", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-validate-the-string-in-context%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-validate-the-string-in-context%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-window-trusted-type-policy-factory%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-string-concatenate%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-identifier%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#validate-string-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-adaa63a4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#html-workers", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-workerglobalscope-importscripts", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-worker%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-eventtarget", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker-scripturl-options-scripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-workeroptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-worker-worker-scripturl-options-options", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-sharedworker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-eventtarget%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker-scripturl-options-scripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-workeroptions%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-sharedworker-sharedworker-scripturl-options-options", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-workerglobalscope", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-eventtarget%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-undefined%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-workerglobalscope-importscripts", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-workerglobalscope-importscripts-urls-urls", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#sw-integration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-SecureContext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-serviceworkercontainer", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-eventtarget%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-NewObject", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-promise", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-serviceworkerregistration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-scripturlstring%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register-scripturl-options-scripturl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dictdef-registrationoptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-serviceworkercontainer-register-scripturl-options-options", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-svg", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-InterfaceSVGAnimatedString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-InterfaceSVGAnimatedString%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-svganimatedstring-baseval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-svganimatedstring-baseval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-InterfaceSVGScriptElement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-relevant-global%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-InterfaceSVGAnimatedString%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-attributes-validation-ext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-other-applicable-specifications", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#concept-element-attributes-validation-ext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-handle-attribute-changes", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-attributes-validation-ext%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute-local-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute-namespace", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-node-append", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#concept-element-attributes-append", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-handle-attribute-changes%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute-value%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-list-append", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-element-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-attribute-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-52c8f9b0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-dom-parsing", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-element%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-LegacyNullToEmptyString%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-outerhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-undefined%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A2%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml-position-text-position", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-element-insertadjacenthtml-position-text-text", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-innerhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-LegacyNullToEmptyString%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-innerhtml-innerhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-range", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-NewObject%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-documentfragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-range-createcontextualfragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-range-createcontextualfragment-fragment-fragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-Exposed%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#domparser", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-domparser", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-NewObject%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-typedefdef-htmlstring%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring-str-type-str", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-supportedtype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-domparser-parsefromstring-str-type-type", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-exec-command", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-document%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-cereactions%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-boolean%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-commandid", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-boolean%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-showui", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-idl-DOMString%E2%91%A2%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedhtml%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-document-execcommand-commandid-showui-value-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dom-range-createcontextualfragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#integration-with-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-csp-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-require-trusted-types-for-directive%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-global-object-realm%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-sink-group", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-tt-for-script-header", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-pre-navigation-check", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-request", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-content-security-policy-object%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-require-trusted-types-for-directive%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-require-trusted-types-for-directive%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-pre-navigation-check", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-default-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-request-url", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-url-scheme", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-url-serializer", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-request-url%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-process-value-with-a-default-policy%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-request-client", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-settings-object-global", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-url-parser", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-request-url%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-inline-check", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-csp-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#trusted-types-directive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-directive%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-name%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-serialized-tt-configuration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#serialized-tt-configuration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-expression", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-expression%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-expression", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-policy-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-keyword", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-wildcard", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-wildcard", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-policy-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#tt-keyword", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#allowlist-of-policy-names-in-header", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#header-that-allows-no-policy-names", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#allow-duplicates-in-header", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-default-policy%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#default-in-header", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-sink-type-mismatch", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-type%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-global-object-csp-list%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-directive-set%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-name%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-resource", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-sample", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-string-concatenate%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-disposition", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-create-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-global-object-csp-list%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-directive-set%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-keyword%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-keyword%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-policy-name%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-tt-wildcard%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-resource%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-sample%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-disposition%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#csp-violation-object-hdr", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-resource%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#csp-eval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscript%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-exceptiondef-evalerror", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A4", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-global-object-csp-list%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-name%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directives%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-name%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-directive-value%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-source-expression", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-ascii-case-insensitive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-grammardef-unsafe-eval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-resource%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-list-contain", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-grammardef-report-sample", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-violation-sample%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policy-disposition%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-default-policy%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#security-considerations", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#cross-document-vectors", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-Blob", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-local-scheme", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-dfn-Blob%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#deprecated-features", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#plugins", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-htmlembedelement%E2%91%A0", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-attr-embed-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-trustedscripturl%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-object-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-gadgets", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#best-practices-for-policy-design", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-policies%E2%91%A5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issue-2eb927d2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#privacy-considerations", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-default-policy%E2%91%A2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#implementation-considerations", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#vendor-specific-extensions-and-addons", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A2%E2%93%AA", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#ref-for-default-policy%E2%91%A3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conformance", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conventions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-example", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#w3c-conformant-algorithms", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index-defined-here", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#index-defined-elsewhere", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-grammardef-report-sample", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-grammardef-unsafe-eval", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-content-security-policy-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-header-content-security-policy-report-only", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-global-object-csp-list", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-policy-directive-set", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-directives", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-policy-disposition", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-directive-inline-check", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-directive-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-object-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-directive-pre-navigation-check", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-violation-resource", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-violation-sample", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-script-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-source-expression", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-directive-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-violation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-document", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-documentfragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-eventtarget", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-range", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-node-append", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-element-attributes-change-ext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-element-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-child-text-content", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-create-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-attribute-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-element-interface", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-handle-attribute-changes", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-element-local-name", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-attribute-namespace", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-other-applicable-specifications", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dom-node-textcontent", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-attribute-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dom-innerhtml", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-supportedtype", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-html-fragment-parsing-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-sec-get-o-p", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-sec-tostring", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-current-realm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-request-client", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-local-scheme", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-request", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-request-url", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-Blob", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-cereactions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-htmlembedelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-htmliframeelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-htmlobjectelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-htmlscriptelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-htmltemplateelement", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-sharedworker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-window", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-windoworworkerglobalscope", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-worker", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-workerglobalscope", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-workeroptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-document-window", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-current-global-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-settings-object-global", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-html-fragment-serialisation-algorithm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dom-innertext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-prepare-the-script-element", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-global-object-realm", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-reflect", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-relevant-global", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-attr-script-src", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-list-append", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-ascii-case-insensitive", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-ascii-lowercase", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-string-concatenate", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-list-contain", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-html-namespace", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-ordered-set", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dictdef-registrationoptions", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-serviceworkercontainer", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-serviceworkerregistration", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-url-scheme", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-url-parser", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-concept-url-serializer", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-AllowShared", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-Clamp", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-DOMString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-EnforceRange", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-exceptiondef-evalerror", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-Exposed", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-Function", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-LegacyNullToEmptyString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-NewObject", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-promise", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-SecureContext", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-exceptiondef-typeerror", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-USVString", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-any", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-boolean", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-convert-ecmascript-to-idl-value", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-extended-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-identifier", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-idl-fragment", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-include", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-interface-mixin", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-long", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-operation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-platform-object", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-read-only", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-regular-attribute", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-regular-operation", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-xattr-identifier", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-this", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-idl-undefined", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#term-for-dfn-variadic", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#references", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#normative", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-csp3", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-dom", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-dom-parsing", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-ecmascript", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-fetch", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-fileapi", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-html", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-html5", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-infra", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-rfc2119", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-service-workers-1", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-svg2", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-url", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-webidl", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#informative", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#biblio-html-design-principles", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/#issues-index" + "https://www.w3.org/TR/trusted-types/#toc-nav", + "https://www.w3.org/TR/trusted-types/#toc-jump", + "https://www.w3.org/TR/trusted-types/#toc-toggle", + "https://www.w3.org/TR/trusted-types/#title", + "https://www.w3.org/TR/trusted-types/#w3c-state", + "https://www.w3.org/TR/trusted-types/#abstract", + "https://www.w3.org/TR/trusted-types/#sotd", + "https://www.w3.org/TR/trusted-types/#w3c_process_revision", + "https://www.w3.org/TR/trusted-types/#toc", + "https://www.w3.org/TR/trusted-types/#contents", + "https://www.w3.org/TR/trusted-types/#introduction", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink", + "https://www.w3.org/TR/trusted-types/#ref-for-policies", + "https://www.w3.org/TR/trusted-types/#goals", + "https://www.w3.org/TR/trusted-types/#non-goals", + "https://www.w3.org/TR/trusted-types/#ref-for-script-src", + "https://www.w3.org/TR/trusted-types/#use-cases", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#framework", + "https://www.w3.org/TR/trusted-types/#injection-sinks", + "https://www.w3.org/TR/trusted-types/#injection-sink", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group", + "https://www.w3.org/TR/trusted-types/#html-injection-sinks", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-document-write", + "https://www.w3.org/TR/trusted-types/#ref-for-document", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-domparser-parsefromstring", + "https://www.w3.org/TR/trusted-types/#dom-xss-injection-sinks", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-element", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-src", + "https://www.w3.org/TR/trusted-types/#ref-for-element%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-text", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#trusted-types", + "https://www.w3.org/TR/trusted-types/#trusted-type", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#trusted-html", + "https://www.w3.org/TR/trusted-types/#trustedhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedhtml-tojson", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedhtml-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-object", + "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-fromliteral-templatestringsarray-templatestringsarray", + "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-tojson", + "https://www.w3.org/TR/trusted-types/#trustedhtml-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#dom-trustedhtml-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type-from-literal", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#trusted-script", + "https://www.w3.org/TR/trusted-types/#trustedscript", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscript", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedscript-tojson", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedscript-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-object%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-trustedscript-fromliteral-templatestringsarray-templatestringsarray", + "https://www.w3.org/TR/trusted-types/#dom-trustedscript-tojson", + "https://www.w3.org/TR/trusted-types/#trustedscript-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#dom-trustedscript-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type-from-literal%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#trused-script-url", + "https://www.w3.org/TR/trusted-types/#trustedscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedscripturl-tojson", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedscripturl-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-object%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-fromliteral-templatestringsarray-templatestringsarray", + "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-tojson", + "https://www.w3.org/TR/trusted-types/#trustedscripturl-stringification-behavior", + "https://www.w3.org/TR/trusted-types/#dom-trustedscripturl-fromliteral", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type-from-literal%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#policies-hdr", + "https://www.w3.org/TR/trusted-types/#policies", + "https://www.w3.org/TR/trusted-types/#sanitizing-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-global-object-realm", + "https://www.w3.org/TR/trusted-types/#policy-reference", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-createpolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-createpolicy%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#policy-capability", + "https://www.w3.org/TR/trusted-types/#trusted-type-policy-factory", + "https://www.w3.org/TR/trusted-types/#trustedtypepolicyfactory", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicyfactory", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-createpolicy%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyname", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy-policyname-policyoptions-policyoptions", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-boolean", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-ishtml", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-ishtml-value-value", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-isscript", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscript-value-value", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-boolean%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-isscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscripturl-value-value", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-emptyhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-emptyscript", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-getattributetype", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-tagname", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-elementns", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype-tagname-attribute-elementns-attrns-attrns", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-getpropertytype", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-tagname", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-property", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype-tagname-property-elementns-elementns", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyfactory-defaultpolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-ordered-set", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-createpolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-directive", + "https://www.w3.org/TR/trusted-types/#create-policy-example", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-this", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global", + "https://www.w3.org/TR/trusted-types/#create-and-used-unexposed-policy", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-ishtml", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#is-html-example", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscript", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-isscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getpropertytype", + "https://www.w3.org/TR/trusted-types/#ref-for-element%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-ascii-lowercase", + "https://www.w3.org/TR/trusted-types/#ref-for-html-namespace", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-interface", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-interface-mixin", + "https://www.w3.org/TR/trusted-types/#ref-for-include", + "https://www.w3.org/TR/trusted-types/#get-property-type-example", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-getattributetype", + "https://www.w3.org/TR/trusted-types/#ref-for-element%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-ascii-lowercase%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-ascii-lowercase%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-html-namespace%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-interface%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-attribute%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-reflect", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-attribute%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#get-attribute-type-example", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-emptyhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#empty-html-example", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-emptyscript", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#empty-script-example", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyfactory-defaultpolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#defaultpolicy-example", + "https://www.w3.org/TR/trusted-types/#trusted-type-policy", + "https://www.w3.org/TR/trusted-types/#trustedtypepolicy", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-name", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createhtml%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml-input-arguments-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml-input-arguments-arguments", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscript%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript-input-arguments-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript-input-arguments-arguments", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscripturl%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl-input-arguments-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl-input-arguments-arguments", + "https://www.w3.org/TR/trusted-types/#trustedtypepolicy-name", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscript", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicy-createscripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#trusted-type-policy-options", + "https://www.w3.org/TR/trusted-types/#dictdef-trustedtypepolicyoptions", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-callbackdef-createhtmlcallback", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-callbackdef-createscriptcallback", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createscript", + "https://www.w3.org/TR/trusted-types/#ref-for-callbackdef-createscripturlcallback", + "https://www.w3.org/TR/trusted-types/#dom-trustedtypepolicyoptions-createscripturl", + "https://www.w3.org/TR/trusted-types/#callbackdef-createhtmlcallback", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#dom-createhtmlcallback-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#dom-createhtmlcallback-arguments", + "https://www.w3.org/TR/trusted-types/#callbackdef-createscriptcallback", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#dom-createscriptcallback-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#dom-createscriptcallback-arguments", + "https://www.w3.org/TR/trusted-types/#callbackdef-createscripturlcallback", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#dom-createscripturlcallback-input", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#dom-createscripturlcallback-arguments", + "https://www.w3.org/TR/trusted-types/#default-policy-hdr", + "https://www.w3.org/TR/trusted-types/#default-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy-name", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#default-policy-example", + "https://www.w3.org/TR/trusted-types/#enforcement-hdr", + "https://www.w3.org/TR/trusted-types/#enforcement", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-windoworworkerglobalscope-trustedtypes", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#content-security-policy-hdr", + "https://www.w3.org/TR/trusted-types/#ref-for-require-trusted-types-for-directive", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-header-content-security-policy-report-only", + "https://www.w3.org/TR/trusted-types/#algorithms", + "https://www.w3.org/TR/trusted-types/#create-trusted-type-policy-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicyfactory%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-trustedtypepolicyoptions%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createhtml%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyoptions-createhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscript%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyoptions-createscript", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicy-createscripturl%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-trustedtypepolicyoptions-createscripturl", + "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy-name%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#create-a-trusted-type-from-literal-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-create-a-trusted-type-from-literal", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-check-templatedness", + "https://www.w3.org/TR/trusted-types/#ref-for-exceptiondef-typeerror", + "https://www.w3.org/TR/trusted-types/#ref-for-sec-get-o-p", + "https://www.w3.org/TR/trusted-types/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-sec-get-o-p%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-create-element", + "https://www.w3.org/TR/trusted-types/#ref-for-html-namespace%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-current-global-object", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-document-window", + "https://www.w3.org/TR/trusted-types/#ref-for-htmltemplateelement", + "https://www.w3.org/TR/trusted-types/#ref-for-html-fragment-parsing-algorithm", + "https://www.w3.org/TR/trusted-types/#ref-for-html-fragment-serialisation-algorithm", + "https://www.w3.org/TR/trusted-types/#check-templatedness-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-check-templatedness", + "https://www.w3.org/TR/trusted-types/#ref-for-current-realm", + "https://www.w3.org/TR/trusted-types/#get-trusted-type-compliant-string-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-enforcement%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-global-object-csp-list", + "https://www.w3.org/TR/trusted-types/#ref-for-content-security-policy-object", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-directive-set", + "https://www.w3.org/TR/trusted-types/#ref-for-directives", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-process-value-with-a-default-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", + "https://www.w3.org/TR/trusted-types/#process-value-with-a-default-policy-algorithm", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-process-value-with-a-default-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-window-trusted-type-policy-factory", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-create-a-trusted-type%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#prepare-script-url-and-text", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-prepare-the-script-url-and-text", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement", + "https://www.w3.org/TR/trusted-types/#ref-for-attr-script-src", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripturl-slot", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-attr-script-src%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-attr-script-src%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripttext-slot", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripttext-slot%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#integrations", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#typedefdef-htmlstring", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#typedefdef-scriptstring", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#typedefdef-scripturlstring", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#typedefdef-trustedtype", + "https://www.w3.org/TR/trusted-types/#webidl-integration", + "https://www.w3.org/TR/trusted-types/#issue-68115cf6", + "https://www.w3.org/TR/trusted-types/#StringContext", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-extended-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-extended-attribute%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-xattr-identifier", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#issue-679ee1ba", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-regular-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-regular-operation", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-read-only", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-regular-attribute%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-regular-operation%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#related-construct", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#webidl-stringcontext-example", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-idl-fragment", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-variadic", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-operation", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-extended-attribute%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#webidl-applicable-to-types", + "https://www.w3.org/TR/trusted-types/#extended-attributes-applicable-to-types", + "https://www.w3.org/TR/trusted-types/#ref-for-AllowShared", + "https://www.w3.org/TR/trusted-types/#ref-for-Clamp", + "https://www.w3.org/TR/trusted-types/#ref-for-EnforceRange", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString", + "https://www.w3.org/TR/trusted-types/#webidl-type-conversion", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-convert-ecmascript-to-idl-value", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-validate-the-string-in-context", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-related-construct", + "https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-sec-tostring", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#webidl-validate-the-string-in-context", + "https://www.w3.org/TR/trusted-types/#dfn-validate-the-string-in-context", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-platform-object", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#integration-with-html", + "https://www.w3.org/TR/trusted-types/#ref-for-window", + "https://www.w3.org/TR/trusted-types/#ref-for-worker", + "https://www.w3.org/TR/trusted-types/#window-trusted-type-policy-factory", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicyfactory%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#extensions-to-the-windoworworkerglobalscope-interface", + "https://www.w3.org/TR/trusted-types/#ref-for-windoworworkerglobalscope", + "https://www.w3.org/TR/trusted-types/#ref-for-windoworworkerglobalscope%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicyfactory%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-trustedtypes", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-windoworworkerglobalscope-trustedtypes%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#extensions-to-the-document-interface", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-undefined", + "https://www.w3.org/TR/trusted-types/#dom-document-write", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring", + "https://www.w3.org/TR/trusted-types/#dom-document-write-text-text", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-undefined%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-document-writeln", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-document-writeln-text-text", + "https://www.w3.org/TR/trusted-types/#enforcement-in-scripts", + "https://www.w3.org/TR/trusted-types/#slots-with-trusted-values", + "https://www.w3.org/TR/trusted-types/#issue-bcb72f9a", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-scripturl-slot", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-src%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-scripttext-slot", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#setting-slot-values", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-innertext", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-node-textcontent", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-StringContext%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#issue-62c0f2c6", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scriptstring", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-innertext", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scriptstring%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-textcontent", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scriptstring%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-text", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-innertext%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-node-textcontent%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-text%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripttext-slot%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-src%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-scripturl-slot%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-attr-script-src%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#slot-value-verification", + "https://www.w3.org/TR/trusted-types/#ref-for-prepare-the-script-element", + "https://www.w3.org/TR/trusted-types/#script-processing-model:already-started-3", + "https://www.w3.org/TR/trusted-types/#script-processing-model:parser-document-2", + "https://www.w3.org/TR/trusted-types/#script-processing-model:parser-document-3", + "https://www.w3.org/TR/trusted-types/#script-processing-model:the-script-element-27", + "https://www.w3.org/TR/trusted-types/#script-processing-model:attr-script-async-4", + "https://www.w3.org/TR/trusted-types/#script-processing-model:script-force-async-2", + "https://www.w3.org/TR/trusted-types/#script-processing-model:the-script-element-28", + "https://www.w3.org/TR/trusted-types/#script-processing-model:attr-script-async-5", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-prepare-the-script-url-and-text", + "https://www.w3.org/TR/trusted-types/#script-processing-model:child-text-content", + "https://www.w3.org/TR/trusted-types/#script-processing-model:should-element%E2%80%99s-inline-behavior-be-blocked-by-content-security-policy", + "https://www.w3.org/TR/trusted-types/#enforcement-in-sinks", + "https://www.w3.org/TR/trusted-types/#ref-for-htmliframeelement", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-htmliframeelement-srcdoc", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlembedelement", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-htmlembedelement-src", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlobjectelement", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-htmlobjectelement-data", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-htmlobjectelement-codebase", + "https://www.w3.org/TR/trusted-types/#enforcement-in-timer-functions", + "https://www.w3.org/TR/trusted-types/#ref-for-windoworworkerglobalscope%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scriptstring%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-Function", + "https://www.w3.org/TR/trusted-types/#typedefdef-trustedtimerhandler", + "https://www.w3.org/TR/trusted-types/#ref-for-windoworworkerglobalscope%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-long", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtimerhandler", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-handler", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-long%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-timeout", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-settimeout-handler-timeout-arguments-arguments", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-long%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtimerhandler%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-handler", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-long%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-timeout", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-any%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#dom-windoworworkerglobalscope-setinterval-handler-timeout-arguments-arguments", + "https://www.w3.org/TR/trusted-types/#ref-for-Function%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-trustedtype%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-Function%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#enforcement-in-event-handler-content-attributes", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-attributes-change-ext", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-string-concatenate", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-local-name", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#event-handlers-example", + "https://www.w3.org/TR/trusted-types/#html-validate-the-string-in-context", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-validate-the-string-in-context%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-validate-the-string-in-context%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-window-trusted-type-policy-factory%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-string-concatenate%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-identifier%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#validate-string-example", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#issue-adaa63a4", + "https://www.w3.org/TR/trusted-types/#html-workers", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-workerglobalscope-importscripts", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-worker%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-eventtarget", + "https://www.w3.org/TR/trusted-types/#dom-worker-worker", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#dom-worker-worker-scripturl-options-scripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-workeroptions", + "https://www.w3.org/TR/trusted-types/#dom-worker-worker-scripturl-options-options", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-sharedworker", + "https://www.w3.org/TR/trusted-types/#ref-for-eventtarget%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker-scripturl-options-scripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-workeroptions%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-sharedworker-sharedworker-scripturl-options-options", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-workerglobalscope", + "https://www.w3.org/TR/trusted-types/#ref-for-eventtarget%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-undefined%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#dom-workerglobalscope-importscripts", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#dom-workerglobalscope-importscripts-urls-urls", + "https://www.w3.org/TR/trusted-types/#sw-integration", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-SecureContext", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-serviceworkercontainer", + "https://www.w3.org/TR/trusted-types/#ref-for-eventtarget%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-NewObject", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-promise", + "https://www.w3.org/TR/trusted-types/#ref-for-serviceworkerregistration", + "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-scripturlstring%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register-scripturl-options-scripturl", + "https://www.w3.org/TR/trusted-types/#ref-for-dictdef-registrationoptions", + "https://www.w3.org/TR/trusted-types/#dom-serviceworkercontainer-register-scripturl-options-options", + "https://www.w3.org/TR/trusted-types/#integration-with-svg", + "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGAnimatedString", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGAnimatedString%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#dom-svganimatedstring-baseval", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-svganimatedstring-baseval", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGAnimatedString%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#integration-with-dom", + "https://www.w3.org/TR/trusted-types/#ref-for-element%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-attributes-validation-ext", + "https://www.w3.org/TR/trusted-types/#ref-for-other-applicable-specifications", + "https://www.w3.org/TR/trusted-types/#concept-element-attributes-validation-ext", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element", + "https://www.w3.org/TR/trusted-types/#ref-for-handle-attribute-changes", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-attributes-validation-ext%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute-local-name", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute-namespace", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-node-append", + "https://www.w3.org/TR/trusted-types/#concept-element-attributes-append", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-handle-attribute-changes%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute-value", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute-value%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-list-append", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-element-attribute", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-attribute-element", + "https://www.w3.org/TR/trusted-types/#issue-52c8f9b0", + "https://www.w3.org/TR/trusted-types/#integration-with-dom-parsing", + "https://www.w3.org/TR/trusted-types/#ref-for-element%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-element-outerhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-undefined%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml-position-text-position", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-element-insertadjacenthtml-position-text-text", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-innerhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#dom-innerhtml-innerhtml", + "https://www.w3.org/TR/trusted-types/#ref-for-range", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-NewObject%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-documentfragment", + "https://www.w3.org/TR/trusted-types/#dom-range-createcontextualfragment", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#dom-range-createcontextualfragment-fragment-fragment", + "https://www.w3.org/TR/trusted-types/#ref-for-Exposed%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#domparser", + "https://www.w3.org/TR/trusted-types/#dom-domparser-domparser", + "https://www.w3.org/TR/trusted-types/#ref-for-NewObject%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring", + "https://www.w3.org/TR/trusted-types/#ref-for-typedefdef-htmlstring%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring-str-type-str", + "https://www.w3.org/TR/trusted-types/#ref-for-supportedtype", + "https://www.w3.org/TR/trusted-types/#dom-domparser-parsefromstring-str-type-type", + "https://www.w3.org/TR/trusted-types/#integration-with-exec-command", + "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-boolean%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-document-execcommand", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-commandid", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-boolean%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-showui", + "https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#dom-document-execcommand-commandid-showui-value-value", + "https://www.w3.org/TR/trusted-types/#ref-for-dom-range-createcontextualfragment", + "https://www.w3.org/TR/trusted-types/#integration-with-content-security-policy", + "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-csp-directive", + "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-directive", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-require-trusted-types-for-directive%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-global-object-realm%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-name", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#trusted-types-sink-group", + "https://www.w3.org/TR/trusted-types/#require-tt-for-script-header", + "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-pre-navigation-check", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-request", + "https://www.w3.org/TR/trusted-types/#ref-for-content-security-policy-object%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-require-trusted-types-for-directive%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-require-trusted-types-for-directive%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-pre-navigation-check", + "https://www.w3.org/TR/trusted-types/#ref-for-default-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-request-url", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-url-scheme", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-url-serializer", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-request-url%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-process-value-with-a-default-policy%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-request-client", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-settings-object-global", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-url-parser", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-request-url%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-inline-check", + "https://www.w3.org/TR/trusted-types/#trusted-types-csp-directive", + "https://www.w3.org/TR/trusted-types/#trusted-types-directive", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-directive%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-name%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-serialized-tt-configuration", + "https://www.w3.org/TR/trusted-types/#serialized-tt-configuration", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-expression", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-expression%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#tt-expression", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-policy-name", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-keyword", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-wildcard", + "https://www.w3.org/TR/trusted-types/#tt-wildcard", + "https://www.w3.org/TR/trusted-types/#tt-policy-name", + "https://www.w3.org/TR/trusted-types/#tt-keyword", + "https://www.w3.org/TR/trusted-types/#allowlist-of-policy-names-in-header", + "https://www.w3.org/TR/trusted-types/#header-that-allows-no-policy-names", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#allow-duplicates-in-header", + "https://www.w3.org/TR/trusted-types/#ref-for-default-policy%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#default-in-header", + "https://www.w3.org/TR/trusted-types/#should-block-sink-type-mismatch", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-type%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-global-object-csp-list%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-directive-set%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-name%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-trusted-types-sink-group%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-resource", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-sample", + "https://www.w3.org/TR/trusted-types/#ref-for-string-concatenate%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-disposition", + "https://www.w3.org/TR/trusted-types/#should-block-create-policy", + "https://www.w3.org/TR/trusted-types/#abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicy%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-global-object-csp-list%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-directive-set%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-keyword%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-keyword%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-policy-name%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-tt-wildcard%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-resource%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-sample%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-disposition%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#csp-violation-object-hdr", + "https://www.w3.org/TR/trusted-types/#ref-for-violation", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-resource%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#csp-eval", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-exceptiondef-evalerror", + "https://www.w3.org/TR/trusted-types/#ref-for-concept-realm-global%E2%91%A4", + "https://www.w3.org/TR/trusted-types/#ref-for-global-object-csp-list%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-name%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#ref-for-directives%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-name%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#ref-for-directive-value%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-source-expression", + "https://www.w3.org/TR/trusted-types/#ref-for-ascii-case-insensitive", + "https://www.w3.org/TR/trusted-types/#ref-for-grammardef-unsafe-eval", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-resource%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-list-contain", + "https://www.w3.org/TR/trusted-types/#ref-for-grammardef-report-sample", + "https://www.w3.org/TR/trusted-types/#ref-for-violation-sample%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-policy-disposition%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-default-policy%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#security-considerations", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#cross-document-vectors", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-Blob", + "https://www.w3.org/TR/trusted-types/#ref-for-local-scheme", + "https://www.w3.org/TR/trusted-types/#ref-for-dfn-Blob%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#deprecated-features", + "https://www.w3.org/TR/trusted-types/#plugins", + "https://www.w3.org/TR/trusted-types/#ref-for-htmlembedelement%E2%91%A0", + "https://www.w3.org/TR/trusted-types/#ref-for-attr-embed-src", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#ref-for-object-src", + "https://www.w3.org/TR/trusted-types/#script-gadgets", + "https://www.w3.org/TR/trusted-types/#best-practices-for-policy-design", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/trusted-types/#ref-for-policies%E2%91%A5", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/trusted-types/#issue-2eb927d2", + "https://www.w3.org/TR/trusted-types/#privacy-considerations", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/trusted-types/#ref-for-default-policy%E2%91%A2", + "https://www.w3.org/TR/trusted-types/#implementation-considerations", + "https://www.w3.org/TR/trusted-types/#vendor-specific-extensions-and-addons", + "https://www.w3.org/TR/trusted-types/#ref-for-injection-sink%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/trusted-types/#ref-for-default-policy%E2%91%A3", + "https://www.w3.org/TR/trusted-types/#w3c-conformance", + "https://www.w3.org/TR/trusted-types/#w3c-conventions", + "https://www.w3.org/TR/trusted-types/#w3c-example", + "https://www.w3.org/TR/trusted-types/#w3c-conformant-algorithms", + "https://www.w3.org/TR/trusted-types/#index", + "https://www.w3.org/TR/trusted-types/#index-defined-here", + "https://www.w3.org/TR/trusted-types/#index-defined-elsewhere", + "https://www.w3.org/TR/trusted-types/#term-for-grammardef-report-sample", + "https://www.w3.org/TR/trusted-types/#term-for-grammardef-unsafe-eval", + "https://www.w3.org/TR/trusted-types/#term-for-content-security-policy-object", + "https://www.w3.org/TR/trusted-types/#term-for-header-content-security-policy-report-only", + "https://www.w3.org/TR/trusted-types/#term-for-global-object-csp-list", + "https://www.w3.org/TR/trusted-types/#term-for-policy-directive-set", + "https://www.w3.org/TR/trusted-types/#term-for-directives", + "https://www.w3.org/TR/trusted-types/#term-for-policy-disposition", + "https://www.w3.org/TR/trusted-types/#term-for-directive-inline-check", + "https://www.w3.org/TR/trusted-types/#term-for-directive-name", + "https://www.w3.org/TR/trusted-types/#term-for-object-src", + "https://www.w3.org/TR/trusted-types/#term-for-directive-pre-navigation-check", + "https://www.w3.org/TR/trusted-types/#term-for-violation-resource", + "https://www.w3.org/TR/trusted-types/#term-for-violation-sample", + "https://www.w3.org/TR/trusted-types/#term-for-script-src", + "https://www.w3.org/TR/trusted-types/#term-for-source-expression", + "https://www.w3.org/TR/trusted-types/#term-for-directive-value", + "https://www.w3.org/TR/trusted-types/#term-for-violation", + "https://www.w3.org/TR/trusted-types/#term-for-document", + "https://www.w3.org/TR/trusted-types/#term-for-documentfragment", + "https://www.w3.org/TR/trusted-types/#term-for-element", + "https://www.w3.org/TR/trusted-types/#term-for-eventtarget", + "https://www.w3.org/TR/trusted-types/#term-for-range", + "https://www.w3.org/TR/trusted-types/#term-for-concept-node-append", + "https://www.w3.org/TR/trusted-types/#term-for-concept-attribute", + "https://www.w3.org/TR/trusted-types/#term-for-concept-element-attributes-change-ext", + "https://www.w3.org/TR/trusted-types/#term-for-concept-element-attribute", + "https://www.w3.org/TR/trusted-types/#term-for-concept-child-text-content", + "https://www.w3.org/TR/trusted-types/#term-for-concept-create-element", + "https://www.w3.org/TR/trusted-types/#term-for-concept-attribute-element", + "https://www.w3.org/TR/trusted-types/#term-for-concept-element-interface", + "https://www.w3.org/TR/trusted-types/#term-for-handle-attribute-changes", + "https://www.w3.org/TR/trusted-types/#term-for-concept-element-local-name", + "https://www.w3.org/TR/trusted-types/#term-for-concept-attribute-namespace", + "https://www.w3.org/TR/trusted-types/#term-for-other-applicable-specifications", + "https://www.w3.org/TR/trusted-types/#term-for-dom-node-textcontent", + "https://www.w3.org/TR/trusted-types/#term-for-concept-attribute-value", + "https://www.w3.org/TR/trusted-types/#term-for-dom-innerhtml", + "https://www.w3.org/TR/trusted-types/#term-for-supportedtype", + "https://www.w3.org/TR/trusted-types/#term-for-html-fragment-parsing-algorithm", + "https://www.w3.org/TR/trusted-types/#term-for-sec-get-o-p", + "https://www.w3.org/TR/trusted-types/#term-for-sec-tostring", + "https://www.w3.org/TR/trusted-types/#term-for-current-realm", + "https://www.w3.org/TR/trusted-types/#term-for-concept-request-client", + "https://www.w3.org/TR/trusted-types/#term-for-local-scheme", + "https://www.w3.org/TR/trusted-types/#term-for-concept-request", + "https://www.w3.org/TR/trusted-types/#term-for-concept-request-url", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-Blob", + "https://www.w3.org/TR/trusted-types/#term-for-cereactions", + "https://www.w3.org/TR/trusted-types/#term-for-htmlembedelement", + "https://www.w3.org/TR/trusted-types/#term-for-htmliframeelement", + "https://www.w3.org/TR/trusted-types/#term-for-htmlobjectelement", + "https://www.w3.org/TR/trusted-types/#term-for-htmlscriptelement", + "https://www.w3.org/TR/trusted-types/#term-for-htmltemplateelement", + "https://www.w3.org/TR/trusted-types/#term-for-sharedworker", + "https://www.w3.org/TR/trusted-types/#term-for-window", + "https://www.w3.org/TR/trusted-types/#term-for-windoworworkerglobalscope", + "https://www.w3.org/TR/trusted-types/#term-for-worker", + "https://www.w3.org/TR/trusted-types/#term-for-workerglobalscope", + "https://www.w3.org/TR/trusted-types/#term-for-workeroptions", + "https://www.w3.org/TR/trusted-types/#term-for-concept-document-window", + "https://www.w3.org/TR/trusted-types/#term-for-current-global-object", + "https://www.w3.org/TR/trusted-types/#term-for-concept-settings-object-global", + "https://www.w3.org/TR/trusted-types/#term-for-html-fragment-serialisation-algorithm", + "https://www.w3.org/TR/trusted-types/#term-for-dom-innertext", + "https://www.w3.org/TR/trusted-types/#term-for-prepare-the-script-element", + "https://www.w3.org/TR/trusted-types/#term-for-concept-global-object-realm", + "https://www.w3.org/TR/trusted-types/#term-for-reflect", + "https://www.w3.org/TR/trusted-types/#term-for-concept-relevant-global", + "https://www.w3.org/TR/trusted-types/#term-for-attr-script-src", + "https://www.w3.org/TR/trusted-types/#term-for-list-append", + "https://www.w3.org/TR/trusted-types/#term-for-ascii-case-insensitive", + "https://www.w3.org/TR/trusted-types/#term-for-ascii-lowercase", + "https://www.w3.org/TR/trusted-types/#term-for-string-concatenate", + "https://www.w3.org/TR/trusted-types/#term-for-list-contain", + "https://www.w3.org/TR/trusted-types/#term-for-html-namespace", + "https://www.w3.org/TR/trusted-types/#term-for-ordered-set", + "https://www.w3.org/TR/trusted-types/#term-for-dictdef-registrationoptions", + "https://www.w3.org/TR/trusted-types/#term-for-serviceworkercontainer", + "https://www.w3.org/TR/trusted-types/#term-for-serviceworkerregistration", + "https://www.w3.org/TR/trusted-types/#term-for-concept-url-scheme", + "https://www.w3.org/TR/trusted-types/#term-for-concept-url-parser", + "https://www.w3.org/TR/trusted-types/#term-for-concept-url-serializer", + "https://www.w3.org/TR/trusted-types/#term-for-AllowShared", + "https://www.w3.org/TR/trusted-types/#term-for-Clamp", + "https://www.w3.org/TR/trusted-types/#term-for-idl-DOMString", + "https://www.w3.org/TR/trusted-types/#term-for-EnforceRange", + "https://www.w3.org/TR/trusted-types/#term-for-exceptiondef-evalerror", + "https://www.w3.org/TR/trusted-types/#term-for-Exposed", + "https://www.w3.org/TR/trusted-types/#term-for-Function", + "https://www.w3.org/TR/trusted-types/#term-for-LegacyNullToEmptyString", + "https://www.w3.org/TR/trusted-types/#term-for-NewObject", + "https://www.w3.org/TR/trusted-types/#term-for-idl-promise", + "https://www.w3.org/TR/trusted-types/#term-for-SecureContext", + "https://www.w3.org/TR/trusted-types/#term-for-exceptiondef-typeerror", + "https://www.w3.org/TR/trusted-types/#term-for-idl-USVString", + "https://www.w3.org/TR/trusted-types/#term-for-idl-any", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-attribute", + "https://www.w3.org/TR/trusted-types/#term-for-idl-boolean", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-convert-ecmascript-to-idl-value", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-extended-attribute", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-identifier", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-idl-fragment", + "https://www.w3.org/TR/trusted-types/#term-for-include", + "https://www.w3.org/TR/trusted-types/#term-for-interface-mixin", + "https://www.w3.org/TR/trusted-types/#term-for-idl-long", + "https://www.w3.org/TR/trusted-types/#term-for-idl-object", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-operation", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-platform-object", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-read-only", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-regular-attribute", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-regular-operation", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-xattr-identifier", + "https://www.w3.org/TR/trusted-types/#term-for-this", + "https://www.w3.org/TR/trusted-types/#term-for-idl-undefined", + "https://www.w3.org/TR/trusted-types/#term-for-dfn-variadic", + "https://www.w3.org/TR/trusted-types/#references", + "https://www.w3.org/TR/trusted-types/#normative", + "https://www.w3.org/TR/trusted-types/#biblio-csp3", + "https://www.w3.org/TR/trusted-types/#biblio-dom", + "https://www.w3.org/TR/trusted-types/#biblio-dom-parsing", + "https://www.w3.org/TR/trusted-types/#biblio-ecmascript", + "https://www.w3.org/TR/trusted-types/#biblio-fetch", + "https://www.w3.org/TR/trusted-types/#biblio-fileapi", + "https://www.w3.org/TR/trusted-types/#biblio-html", + "https://www.w3.org/TR/trusted-types/#biblio-html5", + "https://www.w3.org/TR/trusted-types/#biblio-infra", + "https://www.w3.org/TR/trusted-types/#biblio-rfc2119", + "https://www.w3.org/TR/trusted-types/#biblio-service-workers", + "https://www.w3.org/TR/trusted-types/#biblio-svg2", + "https://www.w3.org/TR/trusted-types/#biblio-url", + "https://www.w3.org/TR/trusted-types/#biblio-webidl", + "https://www.w3.org/TR/trusted-types/#informative", + "https://www.w3.org/TR/trusted-types/#biblio-html-design-principles", + "https://www.w3.org/TR/trusted-types/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/urlpattern.json b/tr/ids/urlpattern.json index 7800f49c6d54..acc098a91c9c 100644 --- a/tr/ids/urlpattern.json +++ b/tr/ids/urlpattern.json @@ -27,15 +27,20 @@ "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-baseurl-options-baseurl", "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternoptions", "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-baseurl-options-options", + "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-urlpattern-input-options", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A0", + "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options-input", + "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternoptions%E2%91%A0", + "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options-options", "https://wicg.github.io/urlpattern/#ref-for-idl-boolean", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-test", - "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A0", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A1", "https://wicg.github.io/urlpattern/#dom-urlpattern-test-input-baseurl-input", "https://wicg.github.io/urlpattern/#ref-for-idl-USVString%E2%91%A1", "https://wicg.github.io/urlpattern/#dom-urlpattern-test-input-baseurl-baseurl", "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternresult", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-exec", - "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A1", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A2", "https://wicg.github.io/urlpattern/#dom-urlpattern-exec-input-baseurl-input", "https://wicg.github.io/urlpattern/#ref-for-idl-USVString%E2%91%A2", "https://wicg.github.io/urlpattern/#dom-urlpattern-exec-input-baseurl-baseurl", @@ -79,7 +84,7 @@ "https://wicg.github.io/urlpattern/#dom-urlpatternoptions-ignorecase", "https://wicg.github.io/urlpattern/#dictdef-urlpatternresult", "https://wicg.github.io/urlpattern/#ref-for-idl-sequence", - "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A2", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A3", "https://wicg.github.io/urlpattern/#dom-urlpatternresult-inputs", "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatterncomponentresult", "https://wicg.github.io/urlpattern/#dom-urlpatternresult-protocol", @@ -139,7 +144,7 @@ "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatternoptions-ignorecase", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-urlpattern%E2%91%A3", "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A1", - "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternoptions%E2%91%A0", + "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternoptions%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-test%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-baseurl%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-test%E2%91%A1", @@ -154,6 +159,16 @@ "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-search%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpattern-hash%E2%91%A0", "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern-initialize", + "https://wicg.github.io/urlpattern/#ref-for-this", + "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern-input-options", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern-initialize%E2%91%A0", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0", + "https://wicg.github.io/urlpattern/#urlpattern-initialize", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A2", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A3", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A4", + "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatternoptions%E2%91%A2", "https://wicg.github.io/urlpattern/#ref-for-scalar-value-string", "https://wicg.github.io/urlpattern/#ref-for-parse-a-constructor-string", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-protocol", @@ -168,19 +183,16 @@ "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-port", "https://wicg.github.io/urlpattern/#ref-for-default-port", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-port%E2%91%A0", - "https://wicg.github.io/urlpattern/#ref-for-this", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-protocol-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-protocol%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-protocol", "https://wicg.github.io/urlpattern/#ref-for-default-options", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-username-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-username", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-username", "https://wicg.github.io/urlpattern/#ref-for-default-options%E2%91%A0", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-password-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-password", @@ -188,19 +200,16 @@ "https://wicg.github.io/urlpattern/#ref-for-default-options%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-hostname-pattern-is-an-ipv6-address", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-hostname", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A2", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-hostname-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A2", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-hostname%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-an-ipv6-hostname", "https://wicg.github.io/urlpattern/#ref-for-hostname-options", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A3", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-hostname-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A3", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-hostname%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-hostname", "https://wicg.github.io/urlpattern/#ref-for-hostname-options%E2%91%A0", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A4", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-port-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A4", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-port%E2%91%A1", @@ -210,71 +219,66 @@ "https://wicg.github.io/urlpattern/#ref-for-options-ignore-case", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatternoptions-ignorecase%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-protocol-component-matches-a-special-scheme", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A5", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-protocol-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-pathname-options", "https://wicg.github.io/urlpattern/#ref-for-options-ignore-case%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatternoptions-ignorecase%E2%91%A1", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A6", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-pathname-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A5", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-pathname", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-pathname", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A7", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-pathname-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A6", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-pathname%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-an-opaque-pathname", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A8", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-search-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A7", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-search", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-search", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%93%AA", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-hash-component", "https://wicg.github.io/urlpattern/#ref-for-compile-a-component%E2%91%A8", "https://wicg.github.io/urlpattern/#ref-for-dom-urlpatterninit-hash", "https://wicg.github.io/urlpattern/#ref-for-canonicalize-a-hash", "https://wicg.github.io/urlpattern/#dom-urlpattern-protocol", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A0", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-protocol-component%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string", "https://wicg.github.io/urlpattern/#dom-urlpattern-username", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A2", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-username-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A0", "https://wicg.github.io/urlpattern/#dom-urlpattern-password", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A2", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A3", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-password-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A1", "https://wicg.github.io/urlpattern/#dom-urlpattern-hostname", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A4", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-hostname-component%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A2", "https://wicg.github.io/urlpattern/#dom-urlpattern-port", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A4", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A5", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-port-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A3", "https://wicg.github.io/urlpattern/#dom-urlpattern-pathname", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A5", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A6", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-pathname-component%E2%91%A1", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A4", "https://wicg.github.io/urlpattern/#dom-urlpattern-search", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A7", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-search-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A5", "https://wicg.github.io/urlpattern/#dom-urlpattern-hash", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A7", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A8", "https://wicg.github.io/urlpattern/#ref-for-urlpattern-hash-component%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-component-pattern-string%E2%91%A6", "https://wicg.github.io/urlpattern/#dom-urlpattern-test", "https://wicg.github.io/urlpattern/#ref-for-match", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%93%AA", "https://wicg.github.io/urlpattern/#dom-urlpattern-exec", "https://wicg.github.io/urlpattern/#ref-for-match%E2%91%A0", - "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A1%E2%93%AA", + "https://wicg.github.io/urlpattern/#ref-for-this%E2%91%A0%E2%91%A0", "https://wicg.github.io/urlpattern/#urlpattern-internals", - "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A2", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A4", "https://wicg.github.io/urlpattern/#component", "https://wicg.github.io/urlpattern/#ref-for-struct", "https://wicg.github.io/urlpattern/#ref-for-component%E2%91%A7", @@ -303,8 +307,8 @@ "https://wicg.github.io/urlpattern/#ref-for-component-regular-expression", "https://wicg.github.io/urlpattern/#ref-for-component-group-name-list", "https://wicg.github.io/urlpattern/#match", - "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A3", - "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A3", + "https://wicg.github.io/urlpattern/#ref-for-urlpattern%E2%91%A0%E2%91%A5", + "https://wicg.github.io/urlpattern/#ref-for-typedefdef-urlpatterninput%E2%91%A5", "https://wicg.github.io/urlpattern/#ref-for-list%E2%91%A0", "https://wicg.github.io/urlpattern/#ref-for-list-append", "https://wicg.github.io/urlpattern/#ref-for-dictdef-urlpatterninit%E2%91%A1", diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index cd59e4befdbb..9c245c1ab62a 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -340,11 +340,15 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-window%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sandboxproxy", "https://w3c.github.io/webdriver-bidi/#get-or-create-a-sandbox-realm", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-active-window", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sandbox-map%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-create-a-sandbox-realm", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#create-a-sandbox-realm", "https://w3c.github.io/webdriver-bidi/#issue-cd353b2b", "https://w3c.github.io/webdriver-bidi/#ref-for-sandboxwindowproxy%E2%91%A0", @@ -369,9 +373,9 @@ "https://w3c.github.io/webdriver-bidi/#issue-718fbe53", "https://w3c.github.io/webdriver-bidi/#deserialize-remote-reference", "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-primitiveProtocolValue", "https://w3c.github.io/webdriver-bidi/#primitiveprotocolvalue", @@ -393,49 +397,49 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-sec-tostring", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-primitiveProtocolValue-deserialization", "https://w3c.github.io/webdriver-bidi/#deserialize-primitive-protocol-value", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-undefined-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-null-value", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-undefined-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-null-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtonumber", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtonumber", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-LocalValue", "https://w3c.github.io/webdriver-bidi/#localvalue", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-LocalValue-deserialization", "https://w3c.github.io/webdriver-bidi/#deserialize-key-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#issue-75bd8ac1", "https://w3c.github.io/webdriver-bidi/#deserialize-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#deserialize-local-value", "https://w3c.github.io/webdriver-bidi/#ref-for-remotereference", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-reference", @@ -443,39 +447,39 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-primitive-protocol-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-value-list", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date-time-string-format", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-construct", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date-constructor", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-completion-record-specification-type", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-key-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-key-value-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-object.fromentries", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-regexp-pattern-flags", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-value-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-set-objects", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-RemoteValue", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-node", "https://w3c.github.io/webdriver-bidi/#issue-c8a585bd", @@ -598,18 +602,18 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-event-enabled-browsing-contexts", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-header-list-contains%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-event-global-event-set%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-event-browsing-context-event-map%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#module-session-types", "https://w3c.github.io/webdriver-bidi/#type-session-capabilitiesRequest", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A7", @@ -624,15 +628,15 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-readiness-state", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-readiness-state%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#command-session-new", "https://w3c.github.io/webdriver-bidi/#commands-sessionnew", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-static-command%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-not-created", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-not-created", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-not-created%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-processing-capabilities", @@ -640,7 +644,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-create-a-session", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-flag%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-id%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#command-session-subscribe", "https://w3c.github.io/webdriver-bidi/#commands-sessionsubscribe", "https://w3c.github.io/webdriver-bidi/#issue-77ae0f57", @@ -657,14 +661,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-subscribe-steps%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-event%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-event-event-name%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#command-session-unsubscribe", "https://w3c.github.io/webdriver-bidi/#commands-sessionunsubscribe", "https://w3c.github.io/webdriver-bidi/#issue-851a021c", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-update-the-event-map%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#module-browsingContext", "https://w3c.github.io/webdriver-bidi/#modules-browsingcontext", "https://w3c.github.io/webdriver-bidi/#webdriver-navigation-status", @@ -688,12 +692,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handle%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#get-a-browsing-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#type-browsingContext-BrowsingContextInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#get-the-browsing-context-info", @@ -716,21 +720,21 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unknown-error", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unknown-error%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#issue-ceba1469", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#type-browsingContext-Navigation", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A8", @@ -746,8 +750,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation", "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-run-the-animation-frame-callbacks", @@ -759,7 +763,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-encoding-a-canvas-as-base64", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-close", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontextclose", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A3", @@ -767,9 +771,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-browsing-context", "https://w3c.github.io/webdriver-bidi/#issue-bd9840d8", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A5", @@ -787,7 +791,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-getTree", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontextgettree", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A8", @@ -796,7 +800,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-browsing-context-info%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-handleUserPrompt", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontexthandleuserprompt", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A7", @@ -805,10 +809,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dom-confirm", "https://w3c.github.io/webdriver-bidi/#ref-for-dom-prompt", "https://w3c.github.io/webdriver-bidi/#ref-for-prompt-to-unload-a-document", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-alert", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-navigate", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontextnavigate", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%93%AA", @@ -818,9 +822,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request", "https://w3c.github.io/webdriver-bidi/#ref-for-await-a-navigation", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-reload", @@ -959,15 +963,15 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#get-a-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#issue-89e6b783", "https://w3c.github.io/webdriver-bidi/#type-script-RealmInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A3", @@ -1041,25 +1045,26 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-get-or-create-a-sandbox-realm", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#issue-89e6b783%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#type-script-Ownership", "https://w3c.github.io/webdriver-bidi/#module-script-commands", "https://w3c.github.io/webdriver-bidi/#command-script-disown", "https://w3c.github.io/webdriver-bidi/#commands-scriptdisown", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target", "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#command-script-callFunction", "https://w3c.github.io/webdriver-bidi/#commands-scriptcallfunction", "https://w3c.github.io/webdriver-bidi/#issue-6eade172", "https://w3c.github.io/webdriver-bidi/#deserialize-arguments", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#evaluate-function-body", "https://w3c.github.io/webdriver-bidi/#ref-for-string-concatenate", "https://w3c.github.io/webdriver-bidi/#ref-for-creating-a-classic-script", @@ -1067,21 +1072,21 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-sec-runtime-semantics-scriptevaluation", "https://w3c.github.io/webdriver-bidi/#ref-for-clean-up-after-running-script", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-arguments", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-arguments", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-evaluate-function-body", "https://w3c.github.io/webdriver-bidi/#ref-for-get-exception-details", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-iscallable%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-prepare-to-run-script%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-call%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ispromise%E2%91%A0", @@ -1092,7 +1097,7 @@ "https://w3c.github.io/webdriver-bidi/#command-script-evaluate", "https://w3c.github.io/webdriver-bidi/#commands-scriptevaluate", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm-from-a-target%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A2", @@ -1115,7 +1120,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-environment-execution-ready-flag", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-active-document%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-window%E2%91%A4", @@ -1125,7 +1130,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-WorkerGlobalScope-owner-set%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-realm-info", "https://w3c.github.io/webdriver-bidi/#ref-for-iteration-continue", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#issue-ac9113ee", "https://w3c.github.io/webdriver-bidi/#issue-b6525c5d", "https://w3c.github.io/webdriver-bidi/#module-script-events", @@ -1231,7 +1236,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-subscribe-priority%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-browsing-context%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A6", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 23e1d5345fd9..e82e68256e76 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -970,6 +970,48 @@ "https://www.w3.org/TR/webgpu/#ref-for-WEBGLCONTEXTATTRIBUTES", "https://www.w3.org/TR/webgpu/#ref-for-WEBGLRENDERINGCONTEXT", "https://www.w3.org/TR/webgpu/#ref-for-DOM-WebGLRenderingContext-drawingBufferColorSpace", + "https://www.w3.org/TR/webgpu/#conversions-to-wgsl", + "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0", + "https://www.w3.org/TR/webgpu/#abstract-opdef-to-wgsl-type", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unrestricted-double", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unrestricted-float", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-idl-to-ecmascript-value", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange", + "https://www.w3.org/TR/webgpu/#ref-for-idl-long", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-floating-point-conversion", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor", + "https://www.w3.org/TR/webgpu/#abstract-opdef-to-a-texel-value-of-texture-format", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-wgsl-type", "https://www.w3.org/TR/webgpu/#initialization", "https://www.w3.org/TR/webgpu/#navigator-gpu", "https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A0", @@ -1060,7 +1102,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpupowerpreference", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-powerpreference", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-forcefallbackadapter", "https://www.w3.org/TR/webgpu/#enumdef-gpupowerpreference", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-low-power", @@ -1074,7 +1116,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpupowerpreference-high-performance", "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-forcefallbackadapter", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A6", @@ -1107,7 +1149,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpusupportedlimits%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-limits%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-isfallbackadapter%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A1", @@ -1130,7 +1172,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-limits-slot", "https://www.w3.org/TR/webgpu/#dom-gpuadapter-isfallbackadapter", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-fallback-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A4", @@ -1159,7 +1201,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-features-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-reject", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredlimits%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A0%E2%93%AA", @@ -1491,7 +1533,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A1", "https://www.w3.org/TR/webgpu/#abstract-opdef-initialize-an-active-buffer-mapping", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-sec-createbytedatablock", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-rangeerror", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-rangeerror%E2%91%A0", @@ -1522,7 +1564,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferdescriptor%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-size", @@ -1530,7 +1572,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-usage", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-mappedatcreation", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0", @@ -1547,8 +1589,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbuffersize", "https://www.w3.org/TR/webgpu/#buffer-usage", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#typedefdef-gpubufferusageflags", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A6", "https://www.w3.org/TR/webgpu/#namespacedef-gpubufferusage", @@ -1618,7 +1660,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0", @@ -1627,7 +1669,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-initialize-an-active-buffer-mapping", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A3", @@ -1696,9 +1738,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-arraybuffer-transfer", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#typedefdef-gpumapmodeflags", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A7", "https://www.w3.org/TR/webgpu/#namespacedef-gpumapmode", @@ -1781,11 +1823,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A5", @@ -1805,14 +1847,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-internals-state-available%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-internals-state-available%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-buffer-internals-state-unavailable%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-initialize-an-active-buffer-mapping%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A3", @@ -1847,7 +1889,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-data%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-arraybuffer-create", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-range%E2%91%A2", @@ -1855,7 +1897,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbuffer%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-sec-properties-of-the-arraybuffer-instances", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-sec-detacharraybuffer", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-list-append", @@ -2042,8 +2084,8 @@ "https://www.w3.org/TR/webgpu/#dom-gputexturedimension-2d", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-2d%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gputexturedimension-3d", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#typedefdef-gputextureusageflags", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#namespacedef-gputextureusage", @@ -2449,13 +2491,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputextureviewdescriptor%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-miplevelcount%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-miplevelcount%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-arraylayercount%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-arraylayercount%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#texture-view-aliasing", @@ -2627,7 +2669,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A5", "https://www.w3.org/TR/webgpu/#gpu-external-texture", "https://www.w3.org/TR/webgpu/#gpuexternaltexture", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0", @@ -2638,7 +2680,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexture-expired", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A0%E2%91%A1", @@ -2648,7 +2690,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuexternaltexturedescriptor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpuexternaltexture-expired", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexture-destroyed-slot", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire-stale-external-textures", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A6", @@ -2676,7 +2718,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexturedescriptor-source", "https://www.w3.org/TR/webgpu/#ref-for-the-image-argument-is-not-origin-clean%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-securityerror", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A8", @@ -2717,10 +2759,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpusamplerdescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpusampler-iscomparison-slot", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpusampler-isfiltering-slot", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A8", "https://www.w3.org/TR/webgpu/#sampler-creation", "https://www.w3.org/TR/webgpu/#GPUSamplerDescriptor", @@ -2741,9 +2783,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-minfilter", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpumipmapfiltermode", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-mipmapfilter", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-lodminclamp", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-lodmaxclamp", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomparefunction", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-compare", @@ -2764,9 +2806,9 @@ "https://www.w3.org/TR/webgpu/#dom-gpusamplerdescriptor-mipmapfilter", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpumipmapfiltermode%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpusamplerdescriptor-lodminclamp", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpusamplerdescriptor-lodmaxclamp", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpusamplerdescriptor-compare", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomparefunction%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomparefunction%E2%91%A1", @@ -2924,8 +2966,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-binding-resource-type%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#typedefdef-gpushaderstageflags", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#namespacedef-gpushaderstage", @@ -3032,7 +3074,7 @@ "https://www.w3.org/TR/webgpu/#dictdef-gpubufferbindinglayout", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubufferbindingtype", "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-idl-boolean%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A0", @@ -3040,7 +3082,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-type", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubufferbindingtype%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-hasdynamicoffset", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-minbindingsize", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbindgroup%E2%91%A0", @@ -3071,7 +3113,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureviewdimension%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-viewdimension", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-multisampled", "https://www.w3.org/TR/webgpu/#issue-c76936cf", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A1", @@ -3082,7 +3124,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureviewdimension%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-dimension%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gputexturebindinglayout-multisampled", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#enumdef-gpustoragetextureaccess", "https://www.w3.org/TR/webgpu/#dom-gpustoragetextureaccess-write-only", "https://www.w3.org/TR/webgpu/#dictdef-gpustoragetexturebindinglayout", @@ -3703,7 +3745,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-NewObject", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout-index-index", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-layout-slot", @@ -3715,7 +3757,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-getbindgrouplayout-index-index", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%93%AA", @@ -3832,8 +3874,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-record%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpupipelineconstantvalue", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpupipelineconstantvalue%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprogrammablestage%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablestage-module", @@ -3845,23 +3887,14 @@ "https://www.w3.org/TR/webgpu/#dom-gpuprogrammablestage-constants", "https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpupipelineconstantvalue%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-identifier-string", "https://www.w3.org/TR/webgpu/#ref-for-identifier-comparison%E2%91%A2", "https://www.w3.org/TR/webgpu/#typedefdef-gpupipelineconstantvalue", - "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-long", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-shader-f16%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpupipelineconstantvalue%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-floating-point-conversion", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-wgsl-type%E2%91%A0", "https://www.w3.org/TR/webgpu/#example-fd463ccc", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprogrammablestage", "https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gpushaderstage%E2%91%A6", @@ -3881,16 +3914,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerbindingtype-filtering%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-float%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-getting-the-keys", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-identifier-string%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-identifier-comparison%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-wgsl-type%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-identifier-string%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-statically-accessed", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-has-a-default-value", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-map-exists", "https://www.w3.org/TR/webgpu/#ref-for-pipeline-creation-error", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-shader-binding", @@ -4233,7 +4267,7 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-inter-stage-interfaces", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxinterstageshadercomponents", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-primitive%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-topology", @@ -4266,7 +4300,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-frontface", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucullmode", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-cullmode%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-unclippeddepth", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A3", @@ -4287,7 +4321,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuprimitivestate-cullmode", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucullmode%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuprimitivestate-unclippeddepth", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A0", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprimitivestate", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A4", @@ -4345,7 +4379,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-count", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusamplemask", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-mask", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-alphatocoverageenabled%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpumultisamplestate%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A7", @@ -4358,7 +4392,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpumultisamplestate-mask", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusamplemask%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpumultisamplestate-alphatocoverageenabled", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpumultisamplestate", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpumultisamplestate%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-alphatocoverageenabled%E2%91%A1", @@ -4427,7 +4461,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpublendstate-color", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpublendcomponent%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpublendstate-alpha", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#typedefdef-gpucolorwriteflags", "https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A1%E2%91%A2", @@ -4507,7 +4541,7 @@ "https://www.w3.org/TR/webgpu/#dictdef-gpudepthstencilstate", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthwriteenabled%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomparefunction%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthcompare", @@ -4521,9 +4555,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-stencilwritemask%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpudepthbias", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthbias", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthbiasslopescale", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthbiasclamp", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudepthstencilstate%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%93%AA", @@ -4534,7 +4568,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthwriteenabled", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthcompare", @@ -4554,10 +4588,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpudepthbias%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-biased-fragment-depth", "https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthbiasslopescale", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-biased-fragment-depth%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthbiasclamp", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-biased-fragment-depth%E2%91%A1", "https://www.w3.org/TR/webgpu/#abstract-opdef-biased-fragment-depth", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A6", @@ -5146,7 +5180,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopybuffer", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopybuffer%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2", @@ -5179,7 +5213,7 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopytexture", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopytexture%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A6", @@ -5214,13 +5248,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopytexture%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-colorspace", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-premultipliedalpha", "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-colorspace", "https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-colorspace%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-premultipliedalpha", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-premultipliedalpha%E2%91%A0", "https://www.w3.org/TR/webgpu/#issue-29d6f76c", @@ -5235,7 +5269,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin2d", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-origin", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-flipy", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuimagecopyexternalimage%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-source", @@ -5244,7 +5278,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-origin", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin2d%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-flipy", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-origin%E2%91%A0", "https://www.w3.org/TR/webgpu/#buffer-copies", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer", @@ -5337,10 +5371,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-width%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-height%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-depthorarraylayers%E2%91%A0%E2%91%A5", @@ -5552,7 +5586,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A0", @@ -6025,7 +6059,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-command_encoder-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%93%AA", @@ -6038,7 +6072,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-endtimestampwrites-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestampwrite-location%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestamplocation-end%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A8", @@ -6054,17 +6088,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-x", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-y", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-width", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-height", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-mindepth", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-maxdepth", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setscissorrect", @@ -6078,7 +6112,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-height", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setblendconstant%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setblendconstant-color-color", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setstencilreference", @@ -6118,7 +6152,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-occlusion_query_active-slot", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-viewport-slot", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-blend_constant-slot", @@ -6240,7 +6274,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuloadop%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-loadop", @@ -6256,45 +6290,40 @@ "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpurenderpasscolorattachment-clearvalue", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-loadop%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unrestricted-float", - "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-long-long", - "https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-a-texel-value-of-texture-format", "https://www.w3.org/TR/webgpu/#dom-gpurenderpasscolorattachment-loadop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuloadop%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpasscolorattachment-storeop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#abstract-opdef-gpurenderpasscolorattachment-gpurenderpasscolorattachment-valid-usage", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasscolorattachment%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-color-renderable-format", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-renderable-texture-view", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-loadop%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-a-texel-value-of-texture-format%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A0%E2%93%AA", @@ -6302,7 +6331,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-renderable-texture-view%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A0%E2%91%A1", @@ -6320,11 +6349,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-aspect%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-aspect%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#abstract-opdef-calculating-color-attachment-bytes-per-pixel", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-color-renderable-format%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-render-target-pixel-byte-cost", "https://www.w3.org/TR/webgpu/#ref-for-render-target-component-alignment", @@ -6332,13 +6361,13 @@ "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpassdepthstencilattachment", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthclearvalue", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuloadop%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthstoreop", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilclearvalue", @@ -6346,42 +6375,42 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilstoreop", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-view", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-depthclearvalue", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-depthloadop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuloadop%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-depthstoreop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-load%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-depthreadonly", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilclearvalue", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilloadop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuloadop%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilstoreop", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilreadonly", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#abstract-opdef-gpurenderpassdepthstencilattachment-gpurenderpassdepthstencilattachment-valid-usage", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A3", @@ -6390,10 +6419,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-renderable-texture-view%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthclearvalue%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-combined-depth-stencil-format%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A2", @@ -6419,11 +6448,11 @@ "https://www.w3.org/TR/webgpu/#load-and-store-ops", "https://www.w3.org/TR/webgpu/#enumdef-gpuloadop", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-load%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpuloadop-load", "https://www.w3.org/TR/webgpu/#dom-gpuloadop-clear", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-load%E2%91%A2", "https://www.w3.org/TR/webgpu/#enumdef-gpustoreop", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoreop-store", @@ -6447,11 +6476,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-samplecount", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A1", @@ -6461,7 +6490,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#abstract-opdef-derive-render-targets-layout-from-pipeline", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%91%A2", @@ -6495,7 +6524,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-command_encoder-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A3", @@ -6511,7 +6540,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-endtimestampwrites-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestampwrite-location%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestamplocation-end%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%91%A0", @@ -6766,9 +6795,9 @@ "https://www.w3.org/TR/webgpu/#indirect-draw-parameters", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A2", @@ -6796,9 +6825,9 @@ "https://www.w3.org/TR/webgpu/#indirect-drawindexed-parameters", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A2", @@ -6855,17 +6884,17 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setviewport%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-x", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-y", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-width", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-height", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-mindepth", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-maxdepth", - "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A1", @@ -6904,7 +6933,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setblendconstant%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-setblendconstant-color-color", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A5", @@ -7077,9 +7106,9 @@ "https://www.w3.org/TR/webgpu/#render-bundle-encoding", "https://www.w3.org/TR/webgpu/#dictdef-gpurenderbundleencoderdescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoderdescriptor-depthreadonly", "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoderdescriptor-depthreadonly", + "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoderdescriptor-stencilreadonly", "https://www.w3.org/TR/webgpu/#render-bundle-finalization", "https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoder-finish", @@ -7260,7 +7289,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-extent3d-height%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-origin3d-z%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-depthorarraylayers%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A4", @@ -7397,7 +7426,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-type%E2%91%A1", @@ -7556,7 +7585,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A0", @@ -8279,47 +8308,47 @@ "https://www.w3.org/TR/webgpu/#ref-for-shader-output-mask%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-alpha-to-coverage-mask", "https://www.w3.org/TR/webgpu/#type-definitions", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#typedefdef-gpubufferdynamicoffset", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#typedefdef-gpustencilvalue", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#typedefdef-gpusamplemask", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-long%E2%91%A0", "https://www.w3.org/TR/webgpu/#typedefdef-gpudepthbias", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#typedefdef-gpusize64", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#typedefdef-gpuintegercoordinate", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#typedefdef-gpuindex32", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#typedefdef-gpusize32", - "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-idl-long%E2%91%A1", "https://www.w3.org/TR/webgpu/#typedefdef-gpusignedoffset32", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#typedefdef-gpuflagsconstant", "https://www.w3.org/TR/webgpu/#colors-and-vectors", "https://www.w3.org/TR/webgpu/#dictdef-gpucolordict", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpucolordict-r", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpucolordict-g", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpucolordict-b", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpucolordict-a", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict", "https://www.w3.org/TR/webgpu/#typedefdef-gpucolor", "https://www.w3.org/TR/webgpu/#dictdef-gpuorigin2ddict", @@ -8394,22 +8423,22 @@ "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-depth-clip-control", "https://www.w3.org/TR/webgpu/#issue-7afd4e48", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-unclippeddepth%E2%91%A2", "https://www.w3.org/TR/webgpu/#depth32float-stencil8", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-depth32float-stencil8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth32float-stencil8%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth32float-stencil8%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth32float-stencil8%E2%91%A1", "https://www.w3.org/TR/webgpu/#texture-compression-bc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-bc", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-bc%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bc1-rgba-unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bc1-rgba-unorm-srgb", @@ -8428,7 +8457,7 @@ "https://www.w3.org/TR/webgpu/#texture-compression-etc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-etc2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-etc2%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-etc2-rgb8unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-etc2-rgb8unorm-srgb", @@ -8443,7 +8472,7 @@ "https://www.w3.org/TR/webgpu/#texture-compression-astc", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-texture-compression-astc", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-texture-compression-astc%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-astc-4x4-unorm", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-astc-4x4-unorm-srgb", @@ -8477,9 +8506,9 @@ "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-timestamp-query", "https://www.w3.org/TR/webgpu/#issue-d92d1f82", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-timestamp-query%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuquerytype%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-timestamp%E2%91%A3", "https://www.w3.org/TR/webgpu/#indirect-first-instance", @@ -8487,11 +8516,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-indirect-draw-parameters%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-indirect-drawindexed-parameters%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-indirect-first-instance%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#shader-f16", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-shader-f16", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-shader-f16%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-shader-f16%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#bgra8unorm-storage", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-bgra8unorm-storage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A6", @@ -8672,7 +8701,7 @@ "https://www.w3.org/TR/webgpu/#compressed-format", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-size%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputexturesampletype%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgb9e5ufloat", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-float%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-unfilterable-float%E2%91%A1%E2%91%A6", @@ -8808,7 +8837,6 @@ "https://www.w3.org/TR/webgpu/#term-for-list-extend", "https://www.w3.org/TR/webgpu/#term-for-list-is-empty", "https://www.w3.org/TR/webgpu/#term-for-list-item", - "https://www.w3.org/TR/webgpu/#term-for-map-getting-the-keys", "https://www.w3.org/TR/webgpu/#term-for-byte-sequence-length", "https://www.w3.org/TR/webgpu/#term-for-list", "https://www.w3.org/TR/webgpu/#term-for-ordered-map", @@ -8846,6 +8874,7 @@ "https://www.w3.org/TR/webgpu/#term-for-a-new-promise", "https://www.w3.org/TR/webgpu/#term-for-a-promise-rejected-with", "https://www.w3.org/TR/webgpu/#term-for-idl-boolean", + "https://www.w3.org/TR/webgpu/#term-for-dfn-convert-idl-to-ecmascript-value", "https://www.w3.org/TR/webgpu/#term-for-dfn-convert-ecmascript-to-idl-value", "https://www.w3.org/TR/webgpu/#term-for-arraybuffer-create", "https://www.w3.org/TR/webgpu/#term-for-dfn-detach", @@ -8855,7 +8884,6 @@ "https://www.w3.org/TR/webgpu/#term-for-getter-steps", "https://www.w3.org/TR/webgpu/#term-for-dfn-interface-object", "https://www.w3.org/TR/webgpu/#term-for-idl-long", - "https://www.w3.org/TR/webgpu/#term-for-idl-long-long", "https://www.w3.org/TR/webgpu/#term-for-idl-object", "https://www.w3.org/TR/webgpu/#term-for-idl-record", "https://www.w3.org/TR/webgpu/#term-for-reject", @@ -8865,6 +8893,7 @@ "https://www.w3.org/TR/webgpu/#term-for-dfn-setlike", "https://www.w3.org/TR/webgpu/#term-for-arraybuffer-transfer", "https://www.w3.org/TR/webgpu/#term-for-idl-undefined", + "https://www.w3.org/TR/webgpu/#term-for-idl-unrestricted-double", "https://www.w3.org/TR/webgpu/#term-for-idl-unrestricted-float", "https://www.w3.org/TR/webgpu/#term-for-idl-unsigned-long", "https://www.w3.org/TR/webgpu/#term-for-idl-unsigned-long-long", diff --git a/tr/ids/webidl.json b/tr/ids/webidl.json index e133aaab294c..a8255633b8eb 100644 --- a/tr/ids/webidl.json +++ b/tr/ids/webidl.json @@ -1410,7 +1410,7 @@ "https://webidl.spec.whatwg.org/#example-f7efabfd", "https://webidl.spec.whatwg.org/#ref-for-dfn-operation%E2%91%A1%E2%91%A5", "https://webidl.spec.whatwg.org/#ref-for-dfn-idl-fragment%E2%91%A1%E2%91%A4", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A7", + "https://webidl.spec.whatwg.org/#ref-for-dictionary-member-optional%E2%91%A1", "https://webidl.spec.whatwg.org/#idl-exceptions", "https://webidl.spec.whatwg.org/#dfn-exception", "https://webidl.spec.whatwg.org/#dfn-exception-error-name", @@ -1497,6 +1497,7 @@ "https://webidl.spec.whatwg.org/#notsupportederror", "https://webidl.spec.whatwg.org/#dom-domexception-not_supported_err", "https://webidl.spec.whatwg.org/#inuseattributeerror", + "https://webidl.spec.whatwg.org/#ref-for-concept-element", "https://webidl.spec.whatwg.org/#dom-domexception-inuse_attribute_err", "https://webidl.spec.whatwg.org/#invalidstateerror", "https://webidl.spec.whatwg.org/#dom-domexception-invalid_state_err", @@ -1529,6 +1530,7 @@ "https://webidl.spec.whatwg.org/#timeouterror", "https://webidl.spec.whatwg.org/#dom-domexception-timeout_err", "https://webidl.spec.whatwg.org/#invalidnodetypeerror", + "https://webidl.spec.whatwg.org/#ref-for-boundary-point-node", "https://webidl.spec.whatwg.org/#dom-domexception-invalid_node_type_err", "https://webidl.spec.whatwg.org/#datacloneerror", "https://webidl.spec.whatwg.org/#dom-domexception-data_clone_err", @@ -1787,7 +1789,7 @@ "https://webidl.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1", "https://webidl.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member%E2%91%A0%E2%91%A7", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A8", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A7", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument%E2%91%A0%E2%91%A8", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument-default-value%E2%91%A7", "https://webidl.spec.whatwg.org/#ref-for-value-of-string-literal-tokens", @@ -1798,7 +1800,7 @@ "https://webidl.spec.whatwg.org/#ref-for-idl-ByteString%E2%91%A2", "https://webidl.spec.whatwg.org/#ref-for-idl-ByteString%E2%91%A3", "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member%E2%91%A0%E2%91%A8", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%93%AA", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A8", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument%E2%91%A1%E2%93%AA", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument-default-value%E2%91%A8", "https://webidl.spec.whatwg.org/#ref-for-value-of-string-literal-tokens%E2%91%A0", @@ -1819,7 +1821,7 @@ "https://webidl.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A4", "https://webidl.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A5", "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member%E2%91%A1%E2%93%AA", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A0", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%93%AA", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument%E2%91%A1%E2%91%A0", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument-default-value%E2%91%A0%E2%93%AA", "https://webidl.spec.whatwg.org/#ref-for-value-of-string-literal-tokens%E2%91%A1", @@ -1868,7 +1870,7 @@ "https://webidl.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A1%E2%91%A7", "https://webidl.spec.whatwg.org/#ref-for-dfn-enumeration%E2%91%A0%E2%91%A3", "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member%E2%91%A1%E2%91%A0", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A1", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A0", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument%E2%91%A1%E2%91%A1", "https://webidl.spec.whatwg.org/#ref-for-dfn-optional-argument-default-value%E2%91%A0%E2%91%A0", "https://webidl.spec.whatwg.org/#ref-for-value-of-string-literal-tokens%E2%91%A2", @@ -2561,7 +2563,7 @@ "https://webidl.spec.whatwg.org/#ref-for-sec-get-o-p", "https://webidl.spec.whatwg.org/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1%E2%91%A4", "https://webidl.spec.whatwg.org/#ref-for-map-set", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A2", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A1", "https://webidl.spec.whatwg.org/#ref-for-map-set%E2%91%A0", "https://webidl.spec.whatwg.org/#ref-for-required-dictionary-member%E2%91%A7", "https://webidl.spec.whatwg.org/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A0%E2%91%A0", @@ -2577,7 +2579,7 @@ "https://webidl.spec.whatwg.org/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A1%E2%91%A4", "https://webidl.spec.whatwg.org/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A8", "https://webidl.spec.whatwg.org/#ref-for-sec-createdataproperty", - "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A3", + "https://webidl.spec.whatwg.org/#ref-for-dfn-dictionary-member-default-value%E2%91%A0%E2%91%A2", "https://webidl.spec.whatwg.org/#ref-for-map-exists%E2%91%A1", "https://webidl.spec.whatwg.org/#es-enumeration", "https://webidl.spec.whatwg.org/#ref-for-idl-enumeration%E2%91%A0", @@ -3408,7 +3410,7 @@ "https://webidl.spec.whatwg.org/#ref-for-dfn-extended-attribute%E2%91%A5%E2%91%A2", "https://webidl.spec.whatwg.org/#ref-for-idl-octet%E2%91%A0%E2%91%A0", "https://webidl.spec.whatwg.org/#Exposed", - "https://webidl.spec.whatwg.org/#ref-for-Exposed%E2%91%A2%E2%91%A4", + "https://webidl.spec.whatwg.org/#ref-for-Exposed%E2%91%A2%E2%91%A3", "https://webidl.spec.whatwg.org/#ref-for-Exposed%E2%91%A0%E2%91%A2", "https://webidl.spec.whatwg.org/#ref-for-dfn-extended-attribute%E2%91%A5%E2%91%A3", "https://webidl.spec.whatwg.org/#ref-for-dfn-interface%E2%91%A0%E2%93%AA%E2%91%A6", @@ -6253,7 +6255,6 @@ "https://webidl.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", "https://webidl.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7", "https://webidl.spec.whatwg.org/#ref-for-idl-interface%E2%91%A1%E2%91%A2", - "https://webidl.spec.whatwg.org/#ref-for-Exposed%E2%91%A2%E2%91%A3", "https://webidl.spec.whatwg.org/#ref-for-serializable", "https://webidl.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", "https://webidl.spec.whatwg.org/#ref-for-dom-domexception-domexception", @@ -6536,7 +6537,9 @@ "https://webidl.spec.whatwg.org/#term-for-callbackdef-eventlistener", "https://webidl.spec.whatwg.org/#term-for-dom-document-createelement", "https://webidl.spec.whatwg.org/#term-for-concept-document", + "https://webidl.spec.whatwg.org/#term-for-concept-element", "https://webidl.spec.whatwg.org/#term-for-dom-document-implementation", + "https://webidl.spec.whatwg.org/#term-for-boundary-point-node", "https://webidl.spec.whatwg.org/#term-for-concept-node-tree", "https://webidl.spec.whatwg.org/#term-for-sec-returnifabrupt-shorthands", "https://webidl.spec.whatwg.org/#term-for-sec-properties-of-the-array-prototype-object", @@ -6752,6 +6755,7 @@ "https://webidl.spec.whatwg.org/#biblio-css3-conditional", "https://webidl.spec.whatwg.org/#biblio-cssom", "https://webidl.spec.whatwg.org/#biblio-fetch", + "https://webidl.spec.whatwg.org/#biblio-indexeddb", "https://webidl.spec.whatwg.org/#biblio-service-workers", "https://webidl.spec.whatwg.org/#biblio-streams", "https://webidl.spec.whatwg.org/#biblio-wasm-js-api-1", diff --git a/tr/ids/webrtc-encoded-transform.json b/tr/ids/webrtc-encoded-transform.json index 5450d2d42968..e55f72cec32b 100644 --- a/tr/ids/webrtc-encoded-transform.json +++ b/tr/ids/webrtc-encoded-transform.json @@ -21,11 +21,6 @@ "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", @@ -43,14 +38,14 @@ "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", "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", "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", @@ -236,34 +231,34 @@ "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/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-synchronizationsource", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-octet", "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-payloadtype", "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/#ref-for-idl-unsigned-long%E2%91%A0", "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", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-long%E2%91%A1", "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/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-synchronizationsource", "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-octet%E2%91%A0", "https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedaudioframemetadata-payloadtype", "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/#ref-for-idl-unsigned-long%E2%91%A3", "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%E2%91%A0", + "https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-idl-unsigned-long%E2%91%A4", "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", @@ -279,9 +274,9 @@ "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-readablestream%E2%91%A0", "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-writablestream%E2%91%A0", "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", @@ -457,6 +452,7 @@ "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-rfc5104", + "https://www.w3.org/TR/webrtc-encoded-transform/#biblio-sframe", "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", diff --git a/tr/ids/webrtc-stats.json b/tr/ids/webrtc-stats.json index f2bb01bfb398..a8279135fd27 100644 --- a/tr/ids/webrtc-stats.json +++ b/tr/ids/webrtc-stats.json @@ -100,8 +100,13 @@ "https://www.w3.org/TR/webrtc-stats/#x5-1-adding-new-stats-objects", "https://www.w3.org/TR/webrtc-stats/#retiring-stats-objects", "https://www.w3.org/TR/webrtc-stats/#x5-2-retiring-stats-objects", + "https://www.w3.org/TR/webrtc-stats/#procedures-for-mitigating-privacy-concerns", + "https://www.w3.org/TR/webrtc-stats/#x6-procedures-for-mitigating-privacy-concerns", + "https://www.w3.org/TR/webrtc-stats/#limiting-exposure-of-hardware-capabilities", + "https://www.w3.org/TR/webrtc-stats/#x6-1-limiting-exposure-of-hardware-capabilities", + "https://www.w3.org/TR/webrtc-stats/#dfn-exposing-hardware-is-allowed", "https://www.w3.org/TR/webrtc-stats/#rtctatstype-*", - "https://www.w3.org/TR/webrtc-stats/#x6-rtcstatstype", + "https://www.w3.org/TR/webrtc-stats/#x7-rtcstatstype", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-3", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstats-type-1", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-4", @@ -113,7 +118,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcicecandidatestats-1", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-5", "https://www.w3.org/TR/webrtc-stats/#rtcstatstype-str*", - "https://www.w3.org/TR/webrtc-stats/#x6-1-rtcstatstype-enum", + "https://www.w3.org/TR/webrtc-stats/#x7-1-rtcstatstype-enum", "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype", "https://www.w3.org/TR/webrtc-stats/#webidl-1869297028", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcstatstype", @@ -197,9 +202,9 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-certificate", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtccertificatestats-1", "https://www.w3.org/TR/webrtc-stats/#stats-dictionaries", - "https://www.w3.org/TR/webrtc-stats/#x7-stats-dictionaries", + "https://www.w3.org/TR/webrtc-stats/#x8-stats-dictionaries", "https://www.w3.org/TR/webrtc-stats/#the-rtp-statistics-hierarchy", - "https://www.w3.org/TR/webrtc-stats/#x7-1-the-rtp-statistics-hierarchy", + "https://www.w3.org/TR/webrtc-stats/#x8-1-the-rtp-statistics-hierarchy", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-sender-report-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-receiver-report-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-monitored-object-4", @@ -207,7 +212,8 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-1", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-9", - "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-deleted-9", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-3", + "https://www.w3.org/TR/webrtc-stats/#example-1", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-10", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcreceivedrtpstreamstats-1", @@ -227,14 +233,14 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-14", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-sender-report-4", "https://www.w3.org/TR/webrtc-stats/#streamstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-2-rtcrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-2-rtcrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#webidl-1465759179", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-3", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstats-7", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcrtpstreamstats-ssrc", - "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-3", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-4", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcrtpstreamstats-kind", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-kind-2", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcrtpstreamstats-transportid", @@ -252,7 +258,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtccodecstats-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-16", "https://www.w3.org/TR/webrtc-stats/#codec-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-3-rtccodecstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-3-rtccodecstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtccodecstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtccodecstats-3", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-codecid-2", @@ -289,7 +295,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtccodecstats-channels", "https://www.w3.org/TR/webrtc-stats/#dom-rtccodecstats-sdpfmtpline", "https://www.w3.org/TR/webrtc-stats/#receivedrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-4-rtcreceivedrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-4-rtcreceivedrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcreceivedrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#webidl-1521776350", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcreceivedrtpstreamstats", @@ -317,10 +323,10 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-5", "https://www.w3.org/TR/webrtc-stats/#dom-rtcreceivedrtpstreamstats-framesdropped", "https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-5-rtcinboundrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-5-rtcinboundrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-4", "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats", - "https://www.w3.org/TR/webrtc-stats/#webidl-1138566289", + "https://www.w3.org/TR/webrtc-stats/#webidl-1644910270", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcinboundrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-5", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcreceivedrtpstreamstats-4", @@ -404,6 +410,8 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-decoderimplementation-1", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcinboundrtpstreamstats-playoutid", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-playoutid-1", + "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcinboundrtpstreamstats-powerefficientdecoder", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-powerefficientdecoder-1", "https://www.w3.org/TR/webrtc-stats/#dictionary-rtcinboundrtpstreamstats-members", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-6", "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-trackidentifier", @@ -503,10 +511,13 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-framesreceived", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-18", "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-decoderimplementation", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-exposing-hardware-is-allowed-1", "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-playoutid", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudioplayoutstats-2", + "https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-powerefficientdecoder", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-exposing-hardware-is-allowed-2", "https://www.w3.org/TR/webrtc-stats/#remoteinboundrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-6-rtcremoteinboundrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-6-rtcremoteinboundrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcremoteinboundrtpstreamstats-3", "https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-19", @@ -546,7 +557,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-15", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcremoteinboundrtpstreamstats-roundtriptime-2", "https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-7-rtcsentrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-7-rtcsentrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#webidl-1834964465", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcsentrtpstreamstats", @@ -563,11 +574,11 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats-bytessent", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-17", "https://www.w3.org/TR/webrtc-stats/#outboundrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-8-rtcoutboundrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-8-rtcoutboundrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-8", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-21", - "https://www.w3.org/TR/webrtc-stats/#webidl-1951489654", + "https://www.w3.org/TR/webrtc-stats/#webidl-306207483", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcoutboundrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-9", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcsentrtpstreamstats-4", @@ -624,6 +635,8 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-plicount-1", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcoutboundrtpstreamstats-encoderimplementation", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-encoderimplementation-1", + "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcoutboundrtpstreamstats-powerefficientencoder", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-powerefficientencoder-1", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcoutboundrtpstreamstats-active", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-active-1", "https://www.w3.org/TR/webrtc-stats/#dictionary-rtcoutboundrtpstreamstats-members", @@ -642,11 +655,11 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-retransmittedpacketssent", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-20", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcsentrtpstreamstats-packetssent-4", - "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-4", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-5", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-retransmittedbytessent", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-21", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcsentrtpstreamstats-bytessent-4", - "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-5", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcrtpstreamstats-ssrc-6", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-targetbitrate", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcsentrtpstreamstats-bytessent-5", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-retransmittedbytessent-3", @@ -694,10 +707,13 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-fircount", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-plicount", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-encoderimplementation", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-exposing-hardware-is-allowed-3", + "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-powerefficientencoder", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-exposing-hardware-is-allowed-4", "https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-active", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-24", "https://www.w3.org/TR/webrtc-stats/#rtcqualitylimitationreason-enum", - "https://www.w3.org/TR/webrtc-stats/#x7-9-rtcqualitylimitationreason-enum", + "https://www.w3.org/TR/webrtc-stats/#x8-9-rtcqualitylimitationreason-enum", "https://www.w3.org/TR/webrtc-stats/#dom-rtcqualitylimitationreason", "https://www.w3.org/TR/webrtc-stats/#webidl-175166743", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcqualitylimitationreason", @@ -712,7 +728,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcqualitylimitationreason-bandwidth", "https://www.w3.org/TR/webrtc-stats/#dom-rtcqualitylimitationreason-other", "https://www.w3.org/TR/webrtc-stats/#remoteoutboundrtpstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-10-rtcremoteoutboundrtpstreamstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-10-rtcremoteoutboundrtpstreamstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcremoteoutboundrtpstreamstats-4", "https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteoutboundrtpstreamstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-rtp-stream-25", @@ -760,7 +776,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dfn-ssrc-25", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcremoteoutboundrtpstreamstats-roundtriptime-2", "https://www.w3.org/TR/webrtc-stats/#mediasourcestats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-11-rtcmediasourcestats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-11-rtcmediasourcestats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcmediasourcestats-2", "https://www.w3.org/TR/webrtc-stats/#dom-rtcmediasourcestats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcoutboundrtpstreamstats-11", @@ -785,7 +801,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudiosourcestats-6", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcvideosourcestats-6", "https://www.w3.org/TR/webrtc-stats/#audiosourcestats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-12-rtcaudiosourcestats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-12-rtcaudiosourcestats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudiosourcestats-7", "https://www.w3.org/TR/webrtc-stats/#dom-rtcaudiosourcestats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcmediasourcestats-5", @@ -838,7 +854,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudiosourcestats-totalsamplescaptured-2", "https://www.w3.org/TR/webrtc-stats/#dom-rtcaudiosourcestats-totalsamplescaptured", "https://www.w3.org/TR/webrtc-stats/#videosourcestats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-13-rtcvideosourcestats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-13-rtcvideosourcestats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcvideosourcestats-7", "https://www.w3.org/TR/webrtc-stats/#dom-rtcvideosourcestats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcmediasourcestats-7", @@ -862,7 +878,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcvideosourcestats-frames", "https://www.w3.org/TR/webrtc-stats/#dom-rtcvideosourcestats-framespersecond", "https://www.w3.org/TR/webrtc-stats/#playoutstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-14-rtcaudioplayoutstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-14-rtcaudioplayoutstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudioplayoutstats-3", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-11", "https://www.w3.org/TR/webrtc-stats/#webidl-1101588150", @@ -894,7 +910,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudioplayoutstats-totalsamplescount-2", "https://www.w3.org/TR/webrtc-stats/#dom-rtcaudioplayoutstats-totalsamplescount", "https://www.w3.org/TR/webrtc-stats/#pcstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-15-rtcpeerconnectionstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-15-rtcpeerconnectionstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcpeerconnectionstats", "https://www.w3.org/TR/webrtc-stats/#webidl-505318132", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcpeerconnectionstats", @@ -911,7 +927,7 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcpeerconnectionstats-datachannelsopened-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcpeerconnectionstats-datachannelsclosed-2", "https://www.w3.org/TR/webrtc-stats/#dcstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-16-rtcdatachannelstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-16-rtcdatachannelstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcdatachannelstats", "https://www.w3.org/TR/webrtc-stats/#webidl-1719506252", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcdatachannelstats", @@ -944,7 +960,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcdatachannelstats-messagesreceived", "https://www.w3.org/TR/webrtc-stats/#dom-rtcdatachannelstats-bytesreceived", "https://www.w3.org/TR/webrtc-stats/#transportstats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-17-rtctransportstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-17-rtctransportstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtctransportstats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtctransportstats-4", "https://www.w3.org/TR/webrtc-stats/#webidl-1820750949", @@ -1019,7 +1035,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcdtlsrole-server", "https://www.w3.org/TR/webrtc-stats/#dom-rtcdtlsrole-unknown", "https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-18-rtcicecandidatestats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-18-rtcicecandidatestats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatestats", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcicecandidatestats-4", "https://www.w3.org/TR/webrtc-stats/#webidl-399094158", @@ -1057,7 +1073,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatestats-url", "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatestats-relayprotocol", "https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-19-rtcicecandidatepairstats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-19-rtcicecandidatepairstats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats", "https://www.w3.org/TR/webrtc-stats/#webidl-684921453", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcicecandidatepairstats", @@ -1143,7 +1159,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats-packetsdiscardedonsend", "https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats-bytesdiscardedonsend", "https://www.w3.org/TR/webrtc-stats/#rtcstatsicecandidatepairstate-enum", - "https://www.w3.org/TR/webrtc-stats/#x7-19-1-rtcstatsicecandidatepairstate-enum", + "https://www.w3.org/TR/webrtc-stats/#x8-19-1-rtcstatsicecandidatepairstate-enum", "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatsicecandidatepairstate", "https://www.w3.org/TR/webrtc-stats/#webidl-1404684385", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtcstatsicecandidatepairstate", @@ -1160,7 +1176,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatsicecandidatepairstate-failed", "https://www.w3.org/TR/webrtc-stats/#dom-rtcstatsicecandidatepairstate-succeeded", "https://www.w3.org/TR/webrtc-stats/#certificatestats-dict*", - "https://www.w3.org/TR/webrtc-stats/#x7-20-rtccertificatestats-dictionary", + "https://www.w3.org/TR/webrtc-stats/#x8-20-rtccertificatestats-dictionary", "https://www.w3.org/TR/webrtc-stats/#dom-rtccertificatestats", "https://www.w3.org/TR/webrtc-stats/#webidl-1151120691", "https://www.w3.org/TR/webrtc-stats/#idl-def-rtccertificatestats", @@ -1182,7 +1198,7 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtccertificatestats-issuercertificateid", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtccertificatestats-issuercertificateid-2", "https://www.w3.org/TR/webrtc-stats/#obsolete-stats", - "https://www.w3.org/TR/webrtc-stats/#x8-obsolete-stats", + "https://www.w3.org/TR/webrtc-stats/#x9-obsolete-stats", "https://www.w3.org/TR/webrtc-stats/#obsolete-rtcmediastreamstats-members", "https://www.w3.org/TR/webrtc-stats/#dom-rtcmediastreamstats", "https://www.w3.org/TR/webrtc-stats/#webidl-2092431896", @@ -1401,12 +1417,12 @@ "https://www.w3.org/TR/webrtc-stats/#dom-rtcmediastreamtrackstats-framesdropped", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcinboundrtpstreamstats-36", "https://www.w3.org/TR/webrtc-stats/#examples", - "https://www.w3.org/TR/webrtc-stats/#x9-examples", + "https://www.w3.org/TR/webrtc-stats/#x10-examples", "https://www.w3.org/TR/webrtc-stats/#example-of-a-stats-application", - "https://www.w3.org/TR/webrtc-stats/#x9-1-example-of-a-stats-application", - "https://www.w3.org/TR/webrtc-stats/#example-1", + "https://www.w3.org/TR/webrtc-stats/#x10-1-example-of-a-stats-application", + "https://www.w3.org/TR/webrtc-stats/#example-2", "https://www.w3.org/TR/webrtc-stats/#security-and-privacy-considerations", - "https://www.w3.org/TR/webrtc-stats/#x10-security-and-privacy-considerations", + "https://www.w3.org/TR/webrtc-stats/#x11-security-and-privacy-considerations", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcreceivedrtpstreamstats-6", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcremoteinboundrtpstreamstats-8", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcsentrtpstreamstats-6", @@ -1442,6 +1458,8 @@ "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-media-source-3", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudiosourcestats-18", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcvideosourcestats-12", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-media-playout-2", + "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcaudioplayoutstats-5", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-peer-connection-2", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcpeerconnectionstats-4", "https://www.w3.org/TR/webrtc-stats/#ref-for-dom-rtcstatstype-data-channel-2", diff --git a/tr/ids/webusb.json b/tr/ids/webusb.json index 0bf511b818fb..2e051ebd609b 100644 --- a/tr/ids/webusb.json +++ b/tr/ids/webusb.json @@ -144,6 +144,12 @@ "https://wicg.github.io/webusb/#ref-for-dom-usb-getdevices%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects", "https://wicg.github.io/webusb/#ref-for-in-parallel", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage", + "https://wicg.github.io/webusb/#ref-for-dfn-service-worker-client", + "https://wicg.github.io/webusb/#ref-for-this", + "https://wicg.github.io/webusb/#ref-for-concept-relevant-global%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-serviceworkerglobalscope", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-enumerate-all-devices-attached-to-the-system", "https://wicg.github.io/webusb/#ref-for-sec-array-objects", "https://wicg.github.io/webusb/#ref-for-check-permissions-for-device", @@ -160,7 +166,7 @@ "https://wicg.github.io/webusb/#ref-for-notfounderror", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionresult-devices%E2%91%A0", "https://wicg.github.io/webusb/#request-the-usb-permission", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissiondescriptor", "https://wicg.github.io/webusb/#ref-for-usbpermissionresult", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A1", @@ -169,7 +175,7 @@ "https://wicg.github.io/webusb/#ref-for-is-not-a-valid-filter", "https://wicg.github.io/webusb/#ref-for-reject", "https://wicg.github.io/webusb/#ref-for-sec-native-error-types-used-in-this-standard-typeerror", - "https://wicg.github.io/webusb/#ref-for-concept-relevant-global%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-concept-relevant-global%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-transient-activation%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-securityerror", @@ -187,7 +193,7 @@ "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A1", "https://wicg.github.io/webusb/#add-device-to-storage", "https://wicg.github.io/webusb/#ref-for-usb-device", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-allowedusbdevice-devices-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-vendor-id", @@ -197,7 +203,7 @@ "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A1", "https://wicg.github.io/webusb/#check-permissions-for-device", "https://wicg.github.io/webusb/#ref-for-usb-device%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-vendor-id%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-product-id%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A2", @@ -207,7 +213,7 @@ "https://wicg.github.io/webusb/#ref-for-dom-allowedusbdevice-devices-slot%E2%91%A2", "https://wicg.github.io/webusb/#remove-device-from-storage", "https://wicg.github.io/webusb/#ref-for-usb-device%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-allowedusbdevice-devices-slot%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A4", @@ -228,16 +234,20 @@ "https://wicg.github.io/webusb/#ref-for-SameObject%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A4", "https://wicg.github.io/webusb/#dom-usbconnectionevent-device", + "https://wicg.github.io/webusb/#ref-for-connect%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-disconnect%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-usb-device%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-check-permissions-for-device%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-concept-event-fire", "https://wicg.github.io/webusb/#connect", + "https://wicg.github.io/webusb/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-navigator%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-navigator-usb", "https://wicg.github.io/webusb/#ref-for-usbconnectionevent", "https://wicg.github.io/webusb/#ref-for-usb-device%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissionstorage-alloweddevices%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-allowedusbdevice-devices-slot%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-allowedusbdevice-devices-slot%E2%91%A5", @@ -247,6 +257,8 @@ "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-concept-event-fire%E2%91%A0", "https://wicg.github.io/webusb/#disconnect", + "https://wicg.github.io/webusb/#ref-for-concept-relevant-global%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-navigator%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-navigator-usb%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-usbconnectionevent%E2%91%A0", "https://wicg.github.io/webusb/#device-usage", @@ -535,7 +547,7 @@ "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-invalidstateerror", "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A8", - "https://wicg.github.io/webusb/#ref-for-this", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurationvalue-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-get-configuration", "https://wicg.github.io/webusb/#ref-for-find-a-list-of-configuration-descriptors-for-the-connected-usb-device", @@ -543,21 +555,21 @@ "https://wicg.github.io/webusb/#ref-for-new", "https://wicg.github.io/webusb/#ref-for-usbconfiguration%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-usbconfiguration", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations-slot%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations-slot%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurationvalue-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-list-size%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-default-endpoint", "https://wicg.github.io/webusb/#usbdevice-attributes", @@ -617,14 +629,14 @@ "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configuration%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A8", "https://wicg.github.io/webusb/#dom-usbdevice-configurations", "https://wicg.github.io/webusb/#ref-for-usbconfiguration%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-idl-sequence%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-usbconfiguration%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations-slot%E2%91%A1", "https://wicg.github.io/webusb/#dom-usbdevice-opened", "https://wicg.github.io/webusb/#ref-for-idl-boolean%E2%91%A0", @@ -633,30 +645,30 @@ "https://wicg.github.io/webusb/#dom-usbdevice-open", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-opened%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-networkerror", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-opened%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A3", "https://wicg.github.io/webusb/#dom-usbdevice-close", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-opened%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-aborterror%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-releaseinterface%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-opened%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A0%E2%93%AA", @@ -664,28 +676,28 @@ "https://wicg.github.io/webusb/#dom-usbdevice-forget", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-remove-device-from-storage", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A6", "https://wicg.github.io/webusb/#dom-usbdevice-selectconfiguration", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-list-iterate%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurations-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-configurationvalue-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-opened%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-invalidstateerror%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-list-iterate%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-abort-transfers-currently-scheduled-on-an-interface", @@ -694,29 +706,29 @@ "https://wicg.github.io/webusb/#ref-for-networkerror%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-list-size%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-configurationvalue-slot%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A7", "https://wicg.github.io/webusb/#dom-usbdevice-claiminterface", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-find-the-interface-index", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-isprotectedclass-slot", @@ -724,40 +736,40 @@ "https://wicg.github.io/webusb/#ref-for-securityerror%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-networkerror%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A1%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#dom-usbdevice-releaseinterface", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%93%AA", - "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-find-the-interface-index%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A6", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A0%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A0%E2%91%A1", "https://wicg.github.io/webusb/#dom-usbdevice-selectalternateinterface", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-find-the-current-configuration%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-find-the-interface-index%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A7", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-claimedinterface-slot%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A0%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-invalidstateerror%E2%91%A1", @@ -768,18 +780,18 @@ "https://wicg.github.io/webusb/#ref-for-control-transfer%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A1%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-networkerror%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-selectedalternatesetting-slot%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-resolve%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#dom-usbdevice-controltransferin", "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A2%E2%91%A8", - "https://wicg.github.io/webusb/#ref-for-check-the-validity-of-the-control-transfer-parameters", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%93%AA", - "https://wicg.github.io/webusb/#ref-for-control-transfer%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-check-the-validity-of-the-control-transfer-parameters", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-control-transfer%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-usbintransferresult%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-idl-ArrayBuffer", "https://wicg.github.io/webusb/#ref-for-dom-usbintransferresult-data%E2%91%A0", @@ -797,9 +809,9 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-check-the-validity-of-the-control-transfer-parameters%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-check-the-validity-of-the-control-transfer-parameters%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-control-transfer%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-setup-packet", "https://wicg.github.io/webusb/#ref-for-data-stage", @@ -817,10 +829,10 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-in", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A1%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-control-transfer%E2%91%A6", @@ -831,10 +843,10 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-in%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A1%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type", @@ -861,10 +873,10 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A6", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-out", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A3%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A1%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A0%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type%E2%91%A0", @@ -887,10 +899,10 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A7", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-in%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint%E2%91%A2", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A2%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A0%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type%E2%91%A1", @@ -919,10 +931,10 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A8", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-out%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A2%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-notfounderror%E2%91%A0%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type%E2%91%A2", @@ -945,7 +957,7 @@ "https://wicg.github.io/webusb/#ref-for-sec-promise-objects%E2%91%A0%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-in-parallel%E2%91%A0%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-check-if-the-device-is-configured%E2%91%A0%E2%93%AA", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A2%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-aborterror%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-reject%E2%91%A2%E2%91%A7", @@ -1037,7 +1049,7 @@ "https://wicg.github.io/webusb/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A2", "https://wicg.github.io/webusb/#dom-usbconfiguration-device-slot", "https://wicg.github.io/webusb/#ref-for-usbdevice%E2%91%A0%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A5", "https://wicg.github.io/webusb/#dom-usbconfiguration-interfaces-slot", "https://wicg.github.io/webusb/#ref-for-idl-sequence%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-usbinterface%E2%91%A0", @@ -1049,9 +1061,9 @@ "https://wicg.github.io/webusb/#ref-for-list-empty%E2%91%A2", "https://wicg.github.io/webusb/#usbconfiguration-constructors", "https://wicg.github.io/webusb/#dom-usbconfiguration-usbconfiguration", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-device-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-device-slot%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-configurationvalue-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-find-a-list-of-descriptors-for-a-configuration", "https://wicg.github.io/webusb/#ref-for-ordered-set", @@ -1059,9 +1071,9 @@ "https://wicg.github.io/webusb/#ref-for-new%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-usbinterface%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-usbinterface", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A7", - "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A4%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A2", "https://wicg.github.io/webusb/#usbconfiguration-attributes", @@ -1078,7 +1090,7 @@ "https://wicg.github.io/webusb/#ref-for-usbinterface%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-interfaces-slot%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#issue-7197531b", "https://wicg.github.io/webusb/#usbinterface-interface", @@ -1104,7 +1116,7 @@ "https://wicg.github.io/webusb/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A4", "https://wicg.github.io/webusb/#dom-usbinterface-configuration-slot", "https://wicg.github.io/webusb/#ref-for-usbconfiguration%E2%91%A0%E2%93%AA", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A1", "https://wicg.github.io/webusb/#dom-usbinterface-interfacenumber-slot", "https://wicg.github.io/webusb/#dom-usbinterface-alternates-slot", "https://wicg.github.io/webusb/#ref-for-idl-sequence%E2%91%A8", @@ -1135,22 +1147,22 @@ "https://wicg.github.io/webusb/#ref-for-interface-descriptor%E2%91%A3", "https://wicg.github.io/webusb/#usbinterface-constructors", "https://wicg.github.io/webusb/#dom-usbinterface-usbinterface", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-configuration-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-configuration-slot%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-interfacenumber-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-find-a-list-of-descriptors-for-a-configuration%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbconfiguration-configurationvalue-slot%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-list-iterate%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-has-a-protected-interface-class", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-isprotectedclass-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-new%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-usbalternateinterface", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A3", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-alternates-slot%E2%91%A1", "https://wicg.github.io/webusb/#usbinterface-attributes", "https://wicg.github.io/webusb/#dom-usbinterface-interfacenumber", @@ -1159,7 +1171,7 @@ "https://wicg.github.io/webusb/#ref-for-interface-descriptor%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-interfacenumber%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-interfacenumber%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A7", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-interfacenumber-slot%E2%91%A3", "https://wicg.github.io/webusb/#dom-usbinterface-alternate", "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A3", @@ -1167,21 +1179,21 @@ "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-alternate%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-find-the-alternate-interface-for-the-current-alternate-setting%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A8", "https://wicg.github.io/webusb/#dom-usbinterface-alternates", "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-alternates%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-interface-descriptor%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-alternates%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A5%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-alternates-slot%E2%91%A2", "https://wicg.github.io/webusb/#dom-usbinterface-claimed", "https://wicg.github.io/webusb/#ref-for-idl-boolean%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-claimed%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-claimed%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-find-if-the-interface-is-claimed%E2%91%A4", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A0", "https://wicg.github.io/webusb/#usbalternateinterface-interface", "https://wicg.github.io/webusb/#ref-for-Exposed%E2%91%A0%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-SecureContext%E2%91%A0%E2%91%A2", @@ -1209,7 +1221,7 @@ "https://wicg.github.io/webusb/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A6", "https://wicg.github.io/webusb/#dom-usbalternateinterface-interface-slot", "https://wicg.github.io/webusb/#ref-for-usbinterface%E2%91%A5", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A1", "https://wicg.github.io/webusb/#dom-usbalternateinterface-endpoints-slot", "https://wicg.github.io/webusb/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-usbendpoint%E2%91%A0", @@ -1221,9 +1233,9 @@ "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A4", "https://wicg.github.io/webusb/#usbalternateinterface-constructors", "https://wicg.github.io/webusb/#dom-usbalternateinterface-usbalternateinterface", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-interface-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A2", + "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-interface-slot%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A3", "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-alternatesetting-slot%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-find-a-list-of-endpoint-descriptors", "https://wicg.github.io/webusb/#ref-for-dom-usbinterface-interfacenumber%E2%91%A2", @@ -1236,9 +1248,9 @@ "https://wicg.github.io/webusb/#ref-for-new%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-usbendpoint%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-usbendpoint", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A4", + "https://wicg.github.io/webusb/#ref-for-list-append%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-endpoints-slot%E2%91%A1", "https://wicg.github.io/webusb/#usbalternateinterface-attributes", "https://wicg.github.io/webusb/#dom-usbalternateinterface-alternatesetting", @@ -1267,7 +1279,7 @@ "https://wicg.github.io/webusb/#ref-for-interface-descriptor%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-interface-descriptor%E2%91%A0%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-endpoints%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A5", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A6", "https://wicg.github.io/webusb/#ref-for-dom-usbalternateinterface-endpoints-slot%E2%91%A2", "https://wicg.github.io/webusb/#usbendpoint-interface", "https://wicg.github.io/webusb/#enumdef-usbdirection", @@ -1300,7 +1312,7 @@ "https://wicg.github.io/webusb/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A8", "https://wicg.github.io/webusb/#dom-usbendpoint-alternateinterface-slot", "https://wicg.github.io/webusb/#ref-for-usbalternateinterface%E2%91%A0%E2%93%AA", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A7", "https://wicg.github.io/webusb/#dom-usbendpoint-endpointaddress-slot", "https://wicg.github.io/webusb/#find-the-endpoint-descriptor", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-alternateinterface-slot%E2%91%A0", @@ -1314,10 +1326,10 @@ "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-endpointaddress-slot%E2%91%A0", "https://wicg.github.io/webusb/#usbendpoint-constructors", "https://wicg.github.io/webusb/#dom-endpointnumber-endpointnumber", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A8", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-alternateinterface-slot%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbdirection-in%E2%91%A3", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A6%E2%91%A8", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-endpointaddress-slot%E2%91%A1", "https://wicg.github.io/webusb/#usbendpoint-attributes", "https://wicg.github.io/webusb/#dom-usbendpoint-endpointnumber", @@ -1336,7 +1348,7 @@ "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type%E2%91%A4", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-type%E2%91%A5", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint-descriptor", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7%E2%93%AA", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbendpointtype-isochronous%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbendpointtype-bulk%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbendpointtype-interrupt", @@ -1347,13 +1359,13 @@ "https://wicg.github.io/webusb/#ref-for-endpoint-descriptor%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-dom-usbendpoint-packetsize%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-find-the-endpoint-descriptor%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-this%E2%91%A7%E2%91%A1", "https://wicg.github.io/webusb/#integrations", "https://wicg.github.io/webusb/#permissions-policy", "https://wicg.github.io/webusb/#feature-policy", "https://wicg.github.io/webusb/#ref-for-policy-controlled-feature", "https://wicg.github.io/webusb/#ref-for-dom-navigator-usb%E2%91%A1", - "https://wicg.github.io/webusb/#ref-for-navigator%E2%91%A0", + "https://wicg.github.io/webusb/#ref-for-navigator%E2%91%A2", "https://wicg.github.io/webusb/#ref-for-default-allowlist", "https://wicg.github.io/webusb/#permission-api", "https://wicg.github.io/webusb/#dom-permissionname-usb", @@ -1365,7 +1377,7 @@ "https://wicg.github.io/webusb/#ref-for-dictdef-usbdevicefilter%E2%91%A1", "https://wicg.github.io/webusb/#dom-usbpermissiondescriptor-filters", "https://wicg.github.io/webusb/#ref-for-dfn-extra-permission-data-type", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A6", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A8", "https://wicg.github.io/webusb/#dictdef-allowedusbdevice", "https://wicg.github.io/webusb/#ref-for-idl-octet%E2%91%A4%E2%91%A0", "https://wicg.github.io/webusb/#dom-allowedusbdevice-vendorid", @@ -1389,7 +1401,7 @@ "https://wicg.github.io/webusb/#dom-usbpermissionresult-devices", "https://wicg.github.io/webusb/#ref-for-dfn-permission-query-algorithm", "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissiondescriptor%E2%91%A0", - "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A7", + "https://wicg.github.io/webusb/#ref-for-dictdef-usbpermissionstorage%E2%91%A0%E2%93%AA", "https://wicg.github.io/webusb/#ref-for-usbpermissionresult%E2%91%A0", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissiondescriptor-filters%E2%91%A1", "https://wicg.github.io/webusb/#ref-for-dom-usbpermissiondescriptor-filters%E2%91%A2", @@ -1501,6 +1513,8 @@ "https://wicg.github.io/webusb/#term-for-default-allowlist", "https://wicg.github.io/webusb/#term-for-policy-controlled-feature", "https://wicg.github.io/webusb/#term-for-permission-request-algorithm", + "https://wicg.github.io/webusb/#term-for-serviceworkerglobalscope", + "https://wicg.github.io/webusb/#term-for-dfn-service-worker-client", "https://wicg.github.io/webusb/#term-for-aborterror", "https://wicg.github.io/webusb/#term-for-idl-ArrayBuffer", "https://wicg.github.io/webusb/#term-for-BufferSource", @@ -1538,6 +1552,7 @@ "https://wicg.github.io/webusb/#biblio-permissions-policy-1", "https://wicg.github.io/webusb/#biblio-permissions-request", "https://wicg.github.io/webusb/#biblio-rfc2119", + "https://wicg.github.io/webusb/#biblio-service-workers", "https://wicg.github.io/webusb/#biblio-usb31", "https://wicg.github.io/webusb/#biblio-webidl", "https://wicg.github.io/webusb/#informative", diff --git a/tr/index.json b/tr/index.json index d4145c146b46..15415df79fa1 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-09-26T01:44:13.925Z", + "date": "2022-10-03T01:42:24.401Z", "options": { "output": "report", "publishedVersion": true, @@ -25,10 +25,10 @@ ] }, "stats": { - "crawled": 484, - "errors": 1 + "crawled": 487, + "errors": 0 }, - "crawler": "reffy-10.0.4", + "crawler": "reffy-10.1.2", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -175,9 +175,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 01:02:13 GMT" + "lastModified": "Sun, 02 Oct 2022 01:14:30 GMT" }, - "date": "25 September 2022", + "date": "2 October 2022", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -288,7 +288,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:25:59 GMT" + "lastModified": "Sun, 2 Oct 2022 16:42:52 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -334,7 +334,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:26:09 GMT" + "lastModified": "Sun, 2 Oct 2022 16:43:03 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -345,6 +345,57 @@ "headings": "headings/font-metrics-api-1.json", "ids": "ids/font-metrics-api-1.json" }, + { + "url": "https://drafts.csswg.org/css-anchor-1/", + "seriesComposition": "full", + "shortname": "css-anchor-1", + "series": { + "shortname": "css-anchor", + "currentSpecification": "css-anchor-1", + "title": "CSS Anchor Positioning", + "shortTitle": "CSS Anchor Positioning", + "nightlyUrl": "https://drafts.csswg.org/css-anchor/" + }, + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-anchor-1/", + "alternateUrls": [ + "https://w3c.github.io/csswg-drafts/css-anchor-1/", + "https://w3c.github.io/csswg-drafts/css-anchor/" + ], + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-anchor-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Anchor Positioning", + "source": "spec", + "shortTitle": "CSS Anchor Positioning", + "categories": [ + "browser" + ], + "versions": [ + "https://drafts.csswg.org/css-anchor-1/" + ], + "crawled": "https://drafts.csswg.org/css-anchor-1/", + "crawlCacheInfo": { + "lastModified": "Sun, 2 Oct 2022 23:18:16 GMT" + }, + "generator": "bikeshed", + "date": "16 September 2022", + "links": "links/css-anchor-1.json", + "refs": "refs/css-anchor-1.json", + "css": "css/css-anchor.json", + "dfns": "dfns/css-anchor-1.json", + "headings": "headings/css-anchor-1.json", + "ids": "ids/css-anchor-1.json" + }, { "url": "https://drafts.csswg.org/css-animations-2/", "seriesComposition": "delta", @@ -392,7 +443,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:16:02 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "22 August 2022", @@ -451,7 +502,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:16:06 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "8 September 2022", @@ -509,7 +560,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:16:54 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "19 July 2022", @@ -542,7 +593,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-env-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-env-1/" + "https://w3c.github.io/csswg-drafts/css-env-1/", + "https://w3c.github.io/csswg-drafts/css-env/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-env-1/Overview.bs", @@ -565,7 +617,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:16:56 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -598,7 +650,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-extensions-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-extensions-1/" + "https://w3c.github.io/csswg-drafts/css-extensions-1/", + "https://w3c.github.io/csswg-drafts/css-extensions/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-extensions-1/Overview.bs", @@ -615,7 +668,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:16:58 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -673,7 +726,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:17:19 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -731,7 +784,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:17:31 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -789,7 +842,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:17:51 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -903,7 +956,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:18:25 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -962,7 +1015,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:18:30 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -995,7 +1048,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-shared-element-transitions-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-shared-element-transitions-1/" + "https://w3c.github.io/csswg-drafts/css-shared-element-transitions-1/", + "https://w3c.github.io/csswg-drafts/css-shared-element-transitions/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-shared-element-transitions-1/Overview.bs", @@ -1012,10 +1066,10 @@ ], "crawled": "https://drafts.csswg.org/css-shared-element-transitions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:18:32 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", - "date": "22 September 2022", + "date": "28 September 2022", "links": "links/css-shared-element-transitions-1.json", "refs": "refs/css-shared-element-transitions-1.json", "idl": "idl/css-shared-element-transitions.idl", @@ -1047,7 +1101,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-size-adjust-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-size-adjust-1/" + "https://w3c.github.io/csswg-drafts/css-size-adjust-1/", + "https://w3c.github.io/csswg-drafts/css-size-adjust/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-size-adjust-1/Overview.bs", @@ -1069,7 +1124,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:18:32 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1127,7 +1182,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:19:11 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "14 July 2022", @@ -1185,7 +1240,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:19:24 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -1243,7 +1298,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:19:28 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1276,7 +1331,8 @@ "nightly": { "url": "https://drafts.csswg.org/scroll-animations-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/scroll-animations-1/" + "https://w3c.github.io/csswg-drafts/scroll-animations-1/", + "https://w3c.github.io/csswg-drafts/scroll-animations/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "scroll-animations-1/Overview.bs", @@ -1299,7 +1355,7 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:20:04 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "16 September 2022", @@ -1358,7 +1414,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:20:17 GMT" + "lastModified": "Sun, 2 Oct 2022 23:18:15 GMT" }, "generator": "bikeshed", "date": "18 July 2022", @@ -1470,7 +1526,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Sep 2022 23:25:00 GMT" + "lastModified": "Sun, 2 Oct 2022 16:41:46 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1517,10 +1573,10 @@ ], "crawled": "https://fedidcg.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 23:13:16 GMT" + "lastModified": "Fri, 30 Sep 2022 21:28:47 GMT" }, "generator": "bikeshed", - "date": "23 September 2022", + "date": "30 September 2022", "links": "links/FedCM.json", "refs": "refs/FedCM.json", "idl": "idl/FedCM.idl", @@ -1575,10 +1631,10 @@ ], "crawled": "https://fetch.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 09:57:19 GMT" + "lastModified": "Mon, 26 Sep 2022 15:06:57 GMT" }, "generator": "bikeshed", - "date": "22 September 2022", + "date": "26 September 2022", "links": "links/fetch.json", "refs": "refs/fetch.json", "idl": "idl/fetch.idl", @@ -1586,6 +1642,52 @@ "headings": "headings/fetch.json", "ids": "ids/fetch.json" }, + { + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html", + "seriesComposition": "full", + "shortname": "fido-v2.1", + "series": { + "shortname": "fido", + "currentSpecification": "fido-v2.1", + "title": "Client to Authenticator Protocol (CTAP)", + "shortTitle": "CTAP", + "nightlyUrl": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "seriesVersion": "2.1", + "organization": "FIDO Alliance", + "groups": [ + { + "name": "FIDO2 Technical Working Group", + "url": "https://fidoalliance.org/members/working-groups/#fido2-technical-working-group" + } + ], + "nightly": { + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html", + "alternateUrls": [], + "filename": "fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "title": "Client to Authenticator Protocol (CTAP)", + "source": "spec", + "shortTitle": "CTAP", + "categories": [ + "browser" + ], + "versions": [ + "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + ], + "crawled": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html", + "crawlCacheInfo": { + "lastModified": "Sat, 09 Jul 2022 00:54:33 GMT" + }, + "generator": "bikeshed", + "date": "June 21, 2022", + "links": "links/fido-v2.1.json", + "refs": "refs/fido-v2.1.json", + "idl": "idl/fido.idl", + "dfns": "dfns/fido-v2.1.json", + "headings": "headings/fido-v2.1.json", + "ids": "ids/fido-v2.1.json" + }, { "url": "https://fs.spec.whatwg.org/", "seriesComposition": "full", @@ -1628,10 +1730,10 @@ ], "crawled": "https://fs.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Tue, 20 Sep 2022 06:44:07 GMT" + "lastModified": "Thu, 29 Sep 2022 17:31:01 GMT" }, "generator": "bikeshed", - "date": "19 September 2022", + "date": "29 September 2022", "links": "links/fs.json", "refs": "refs/fs.json", "idl": "idl/fs.idl", @@ -1822,9 +1924,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 15:29:50 GMT" + "lastModified": "Wed, 28 Sep 2022 05:50:33 GMT" }, - "date": "22 September 2022", + "date": "28 September 2022", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", @@ -2223,10 +2325,10 @@ ], "crawled": "https://privacycg.github.io/storage-access/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 07:04:49 GMT" + "lastModified": "Thu, 29 Sep 2022 08:02:35 GMT" }, "generator": "bikeshed", - "date": "8 September 2022", + "date": "29 September 2022", "links": "links/storage-access.json", "refs": "refs/storage-access.json", "idl": "idl/storage-access.idl", @@ -4690,9 +4792,9 @@ ], "crawled": "https://tc39.es/ecma262/multipage/", "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 05:58:52 GMT" + "lastModified": "Fri, 30 Sep 2022 18:09:13 GMT" }, - "date": "23 September 2022", + "date": "30 September 2022", "links": "links/ecmascript.json", "dfns": "dfns/ecmascript.json", "headings": "headings/ecmascript.json", @@ -4791,6 +4893,49 @@ "headings": "headings/tc39-array-find-from-last.json", "ids": "ids/tc39-array-find-from-last.json" }, + { + "url": "https://tc39.es/proposal-array-from-async/", + "seriesComposition": "full", + "shortname": "tc39-array-from-async", + "series": { + "shortname": "tc39-array-from-async", + "currentSpecification": "tc39-array-from-async", + "title": "ES Array.fromAsync (2022)", + "shortTitle": "2022", + "nightlyUrl": "https://tc39.es/proposal-array-from-async/" + }, + "organization": "Ecma International", + "groups": [ + { + "name": "TC39", + "url": "https://tc39.es/" + } + ], + "nightly": { + "url": "https://tc39.es/proposal-array-from-async/", + "alternateUrls": [], + "repository": "https://github.com/tc39/proposal-array-from-async", + "sourcePath": "spec.html", + "filename": "index.html" + }, + "title": "ES Array.fromAsync (2022)", + "source": "spec", + "shortTitle": "2022", + "categories": [ + "browser" + ], + "versions": [ + "https://tc39.es/proposal-array-from-async/" + ], + "crawled": "https://tc39.es/proposal-array-from-async/", + "crawlCacheInfo": { + "lastModified": "Wed, 14 Sep 2022 04:33:29 GMT" + }, + "date": "14 September 2022", + "links": "links/tc39-array-from-async.json", + "headings": "headings/tc39-array-from-async.json", + "ids": "ids/tc39-array-from-async.json" + }, { "url": "https://tc39.es/proposal-array-grouping/", "seriesComposition": "full", @@ -5086,9 +5231,9 @@ ], "crawled": "https://tc39.es/proposal-intl-enumeration/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 08:39:35 GMT" + "lastModified": "Fri, 30 Sep 2022 01:24:43 GMT" }, - "date": "9 September 2022", + "date": "30 September 2022", "links": "links/tc39-intl-enumeration.json", "dfns": "dfns/tc39-intl-enumeration.json", "headings": "headings/tc39-intl-enumeration.json", @@ -5516,9 +5661,9 @@ ], "crawled": "https://tc39.es/proposal-shadowrealm/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Sep 2022 16:12:22 GMT" + "lastModified": "Wed, 28 Sep 2022 16:15:26 GMT" }, - "date": "15 September 2022", + "date": "28 September 2022", "links": "links/tc39-shadowrealm.json", "dfns": "dfns/tc39-shadowrealm.json", "headings": "headings/tc39-shadowrealm.json", @@ -5603,9 +5748,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 17:41:11 GMT" + "lastModified": "Wed, 28 Sep 2022 13:06:10 GMT" }, - "date": "22 September 2022", + "date": "28 September 2022", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -6139,10 +6284,10 @@ ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Sat, 24 Sep 2022 23:22:11 GMT" + "lastModified": "Wed, 28 Sep 2022 17:44:55 GMT" }, "generator": "respec", - "date": "24 September 2022", + "date": "28 September 2022", "links": "links/PNG-spec.json", "refs": "refs/PNG-spec.json", "dfns": "dfns/PNG-spec.json", @@ -6303,94 +6448,6 @@ "headings": "headings/web-share-target.json", "ids": "ids/web-share-target.json" }, - { - "url": "https://w3c.github.io/webappsec-change-password-url/", - "seriesComposition": "full", - "shortname": "change-password-url", - "series": { - "shortname": "change-password-url", - "currentSpecification": "change-password-url", - "title": "A Well-Known URL for Changing Passwords", - "shortTitle": "A Well-Known URL for Changing Passwords", - "nightlyUrl": "https://w3c.github.io/webappsec-change-password-url/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" - } - ], - "nightly": { - "url": "https://w3c.github.io/webappsec-change-password-url/", - "alternateUrls": [], - "repository": "https://github.com/w3c/webappsec-change-password-url", - "sourcePath": "change-password-url.bs", - "filename": "index.html" - }, - "title": "A Well-Known URL for Changing Passwords", - "source": "spec", - "shortTitle": "A Well-Known URL for Changing Passwords", - "categories": [ - "browser" - ], - "versions": [ - "https://w3c.github.io/webappsec-change-password-url/" - ], - "crawled": "https://w3c.github.io/webappsec-change-password-url/", - "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 06:24:25 GMT" - }, - "generator": "bikeshed", - "date": "28 January 2021", - "links": "links/change-password-url.json", - "refs": "refs/change-password-url.json", - "dfns": "dfns/change-password-url.json", - "headings": "headings/change-password-url.json", - "ids": "ids/change-password-url.json" - }, - { - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/", - "seriesComposition": "full", - "shortname": "trusted-types", - "series": { - "shortname": "trusted-types", - "currentSpecification": "trusted-types", - "title": "Trusted Types", - "shortTitle": "Trusted Types", - "nightlyUrl": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Application Security Working Group", - "url": "https://www.w3.org/groups/wg/webappsec" - } - ], - "nightly": { - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/", - "alternateUrls": [], - "repository": "https://github.com/w3c/webappsec-trusted-types", - "sourcePath": "spec/index.bs", - "filename": "index.html" - }, - "title": "Trusted Types", - "source": "specref", - "shortTitle": "Trusted Types", - "categories": [ - "browser" - ], - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "trusted-types" - ] - }, - "versions": [ - "https://w3c.github.io/webappsec-trusted-types/dist/spec/" - ], - "error": "Error: Loading https://w3c.github.io/webappsec-trusted-types/dist/spec/ triggered HTTP status 404 Error: Loading https://w3c.github.io/webappsec-trusted-types/dist/spec/ triggered HTTP status 404\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 125)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" - }, { "url": "https://w3c.github.io/webdriver-bidi/", "seriesComposition": "full", @@ -6427,10 +6484,10 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Sep 2022 16:37:26 GMT" + "lastModified": "Fri, 30 Sep 2022 20:38:08 GMT" }, "generator": "bikeshed", - "date": "15 September 2022", + "date": "30 September 2022", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -6636,10 +6693,10 @@ ], "crawled": "https://webidl.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Sat, 10 Sep 2022 16:48:13 GMT" + "lastModified": "Fri, 30 Sep 2022 07:03:47 GMT" }, "generator": "bikeshed", - "date": "10 September 2022", + "date": "30 September 2022", "links": "links/webidl.json", "refs": "refs/webidl.json", "idl": "idl/webidl.idl", @@ -6737,10 +6794,10 @@ ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Sep 2022 17:03:51 GMT" + "lastModified": "Thu, 29 Sep 2022 15:36:55 GMT" }, "generator": "bikeshed", - "date": "21 September 2022", + "date": "29 September 2022", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", "idl": "idl/attribution-reporting-api.idl", @@ -6944,10 +7001,10 @@ ], "crawled": "https://wicg.github.io/client-hints-infrastructure/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Sep 2022 16:06:14 GMT" + "lastModified": "Fri, 30 Sep 2022 04:18:28 GMT" }, "generator": "bikeshed", - "date": "19 September 2022", + "date": "30 September 2022", "links": "links/client-hints-infrastructure.json", "refs": "refs/client-hints-infrastructure.json", "dfns": "dfns/client-hints-infrastructure.json", @@ -7097,10 +7154,10 @@ ], "crawled": "https://wicg.github.io/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Sep 2022 12:23:55 GMT" + "lastModified": "Thu, 29 Sep 2022 11:36:25 GMT" }, "generator": "respec", - "date": "21 September 2022", + "date": "29 September 2022", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -8577,10 +8634,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prefetch.html", "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 20:51:07 GMT" + "lastModified": "Wed, 28 Sep 2022 01:10:24 GMT" }, "generator": "bikeshed", - "date": "23 September 2022", + "date": "27 September 2022", "links": "links/prefetch.json", "refs": "refs/prefetch.json", "dfns": "dfns/prefetch.json", @@ -8623,10 +8680,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prerendering.html", "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 20:51:07 GMT" + "lastModified": "Wed, 28 Sep 2022 01:10:24 GMT" }, "generator": "bikeshed", - "date": "23 September 2022", + "date": "27 September 2022", "links": "links/prerendering-revamped.json", "refs": "refs/prerendering-revamped.json", "events": "events/prerendering-revamped.json", @@ -8671,10 +8728,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html", "crawlCacheInfo": { - "lastModified": "Fri, 23 Sep 2022 20:51:07 GMT" + "lastModified": "Wed, 28 Sep 2022 01:10:24 GMT" }, "generator": "bikeshed", - "date": "23 September 2022", + "date": "27 September 2022", "links": "links/speculation-rules.json", "refs": "refs/speculation-rules.json", "dfns": "dfns/speculation-rules.json", @@ -9183,7 +9240,7 @@ "filename": "index.html" }, "title": "preferCurrentTab", - "source": "spec", + "source": "specref", "shortTitle": "preferCurrentTab", "categories": [ "browser" @@ -9299,10 +9356,10 @@ ], "crawled": "https://wicg.github.io/private-network-access/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 12:50:49 GMT" + "lastModified": "Tue, 27 Sep 2022 13:43:49 GMT" }, "generator": "bikeshed", - "date": "22 September 2022", + "date": "27 September 2022", "links": "links/private-network-access.json", "refs": "refs/private-network-access.json", "dfns": "dfns/private-network-access.json", @@ -9912,10 +9969,10 @@ ], "crawled": "https://wicg.github.io/urlpattern/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Sep 2022 20:38:25 GMT" + "lastModified": "Wed, 28 Sep 2022 14:28:13 GMT" }, "generator": "bikeshed", - "date": "22 September 2022", + "date": "28 September 2022", "links": "links/urlpattern.json", "refs": "refs/urlpattern.json", "idl": "idl/urlpattern.idl", @@ -10212,10 +10269,10 @@ ], "crawled": "https://wicg.github.io/webpackage/loading.html", "crawlCacheInfo": { - "lastModified": "Mon, 29 Aug 2022 02:52:03 GMT" + "lastModified": "Wed, 28 Sep 2022 02:31:47 GMT" }, "generator": "bikeshed", - "date": "29 August 2022", + "date": "28 September 2022", "links": "links/webpackage.json", "refs": "refs/webpackage.json", "events": "events/webpackage.json", @@ -10265,10 +10322,10 @@ ], "crawled": "https://wicg.github.io/webusb/", "crawlCacheInfo": { - "lastModified": "Tue, 07 Jun 2022 13:13:39 GMT" + "lastModified": "Wed, 28 Sep 2022 01:58:57 GMT" }, "generator": "bikeshed", - "date": "7 June 2022", + "date": "28 September 2022", "links": "links/webusb.json", "refs": "refs/webusb.json", "events": "events/webusb.json", @@ -10358,7 +10415,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -10395,7 +10452,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -10522,7 +10579,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -10559,7 +10616,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -10596,7 +10653,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -10904,7 +10961,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -10941,7 +10998,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -11068,7 +11125,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -11176,7 +11233,7 @@ "organization": "IETF", "groups": [ { - "name": "Hypertext Transfer Protocol Bis Working Group", + "name": "HTTP Working Group", "url": "https://datatracker.ietf.org/wg/httpbis/" } ], @@ -11221,7 +11278,7 @@ "organization": "IETF", "groups": [ { - "name": "Hypertext Transfer Protocol Bis Working Group", + "name": "HTTP Working Group", "url": "https://datatracker.ietf.org/wg/httpbis/" } ], @@ -11266,7 +11323,7 @@ "organization": "IETF", "groups": [ { - "name": "Hypertext Transfer Protocol Bis Working Group", + "name": "HTTP Working Group", "url": "https://datatracker.ietf.org/wg/httpbis/" } ], @@ -11311,7 +11368,7 @@ "organization": "IETF", "groups": [ { - "name": "Hypertext Transfer Protocol Bis Working Group", + "name": "HTTP Working Group", "url": "https://datatracker.ietf.org/wg/httpbis/" } ], @@ -11375,7 +11432,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "26 September 2022", + "date": "3 October 2022", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -12217,6 +12274,58 @@ "headings": "headings/capture-handle-identity.json", "ids": "ids/capture-handle-identity.json" }, + { + "url": "https://www.w3.org/TR/change-password-url/", + "seriesComposition": "full", + "shortname": "change-password-url", + "series": { + "shortname": "change-password-url", + "currentSpecification": "change-password-url", + "title": "A Well-Known URL for Changing Passwords", + "shortTitle": "A Well-Known URL for Changing Passwords", + "releaseUrl": "https://www.w3.org/TR/change-password-url/", + "nightlyUrl": "https://w3c.github.io/webappsec-change-password-url/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Application Security Working Group", + "url": "https://www.w3.org/groups/wg/webappsec" + } + ], + "release": { + "url": "https://www.w3.org/TR/change-password-url/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/webappsec-change-password-url/", + "alternateUrls": [], + "repository": "https://github.com/w3c/webappsec-change-password-url", + "sourcePath": "change-password-url.bs", + "filename": "index.html" + }, + "title": "A Well-Known URL for Changing Passwords", + "source": "w3c", + "shortTitle": "A Well-Known URL for Changing Passwords", + "categories": [ + "browser" + ], + "versions": [ + "https://www.w3.org/TR/change-password-url/", + "https://w3c.github.io/webappsec-change-password-url/" + ], + "crawled": "https://www.w3.org/TR/change-password-url/", + "crawlCacheInfo": { + "lastModified": "Tue, 27 Sep 2022 05:23:20 GMT" + }, + "generator": "bikeshed", + "date": "27 September 2022", + "links": "links/change-password-url.json", + "refs": "refs/change-password-url.json", + "dfns": "dfns/change-password-url.json", + "headings": "headings/change-password-url.json", + "ids": "ids/change-password-url.json" + }, { "url": "https://www.w3.org/TR/clear-site-data/", "seriesComposition": "full", @@ -12447,10 +12556,10 @@ ], "crawled": "https://www.w3.org/TR/core-aam-1.2/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Sep 2022 21:57:33 GMT" + "lastModified": "Fri, 30 Sep 2022 22:23:35 GMT" }, "generator": "respec", - "date": "15 September 2022", + "date": "30 September 2022", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -12667,7 +12776,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-align-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-align-3/" + "https://w3c.github.io/csswg-drafts/css-align-3/", + "https://w3c.github.io/csswg-drafts/css-align/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-align-3/Overview.bs", @@ -12790,7 +12900,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-animations-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-animations-1/" + "https://w3c.github.io/csswg-drafts/css-animations-1/", + "https://w3c.github.io/csswg-drafts/css-animations/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-animations-1/Overview.bs", @@ -12856,7 +12967,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-backgrounds-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-backgrounds-3/" + "https://w3c.github.io/csswg-drafts/css-backgrounds-3/", + "https://w3c.github.io/csswg-drafts/css-backgrounds/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-backgrounds-3/Overview.bs", @@ -12918,7 +13030,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-box-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-box-3/" + "https://w3c.github.io/csswg-drafts/css-box-3/", + "https://w3c.github.io/csswg-drafts/css-box/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-box-3/Overview.bs", @@ -13043,7 +13156,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-break-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-break-3/" + "https://w3c.github.io/csswg-drafts/css-break-3/", + "https://w3c.github.io/csswg-drafts/css-break/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-break-3/Overview.bs", @@ -13232,7 +13346,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-cascade-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-cascade-4/" + "https://w3c.github.io/csswg-drafts/css-cascade-4/", + "https://w3c.github.io/csswg-drafts/css-cascade/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-cascade-4/Overview.bs", @@ -13409,7 +13524,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-color-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-color-4/" + "https://w3c.github.io/csswg-drafts/css-color-4/", + "https://w3c.github.io/csswg-drafts/css-color/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-color-4/Overview.bs", @@ -13546,7 +13662,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-color-adjust-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-color-adjust-1/" + "https://w3c.github.io/csswg-drafts/css-color-adjust-1/", + "https://w3c.github.io/csswg-drafts/css-color-adjust/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-color-adjust-1/Overview.bs", @@ -13610,7 +13727,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-conditional-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-conditional-3/" + "https://w3c.github.io/csswg-drafts/css-conditional-3/", + "https://w3c.github.io/csswg-drafts/css-conditional/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-conditional-3/Overview.bs", @@ -13800,7 +13918,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-contain-2/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-contain-2/" + "https://w3c.github.io/csswg-drafts/css-contain-2/", + "https://w3c.github.io/csswg-drafts/css-contain/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-contain-2/Overview.bs", @@ -13928,7 +14047,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-content-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-content-3/" + "https://w3c.github.io/csswg-drafts/css-content-3/", + "https://w3c.github.io/csswg-drafts/css-content/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-content-3/Overview.bs", @@ -13990,7 +14110,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-counter-styles-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-counter-styles-3/" + "https://w3c.github.io/csswg-drafts/css-counter-styles-3/", + "https://w3c.github.io/csswg-drafts/css-counter-styles/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-counter-styles-3/Overview.bs", @@ -14043,7 +14164,8 @@ "url": "https://drafts.csswg.org/css-viewport-1/", "sourcePath": "css-viewport/Overview.bs", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-device-adapt-1/" + "https://w3c.github.io/csswg-drafts/css-device-adapt-1/", + "https://w3c.github.io/csswg-drafts/css-device-adapt/" ], "repository": "https://github.com/w3c/csswg-drafts", "filename": "Overview.html" @@ -14110,7 +14232,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-display-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-display-3/" + "https://w3c.github.io/csswg-drafts/css-display-3/", + "https://w3c.github.io/csswg-drafts/css-display/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-display-3/Overview.bs", @@ -14173,7 +14296,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-easing-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-easing-1/" + "https://w3c.github.io/csswg-drafts/css-easing-1/", + "https://w3c.github.io/csswg-drafts/css-easing/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-easing-1/Overview.bs", @@ -14235,7 +14359,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-flexbox-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-flexbox-1/" + "https://w3c.github.io/csswg-drafts/css-flexbox-1/", + "https://w3c.github.io/csswg-drafts/css-flexbox/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-flexbox-1/Overview.bs", @@ -14296,7 +14421,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-font-loading-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-font-loading-3/" + "https://w3c.github.io/csswg-drafts/css-font-loading-3/", + "https://w3c.github.io/csswg-drafts/css-font-loading/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-font-loading-3/Overview.bs", @@ -14358,7 +14484,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-fonts-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-fonts-4/" + "https://w3c.github.io/csswg-drafts/css-fonts-4/", + "https://w3c.github.io/csswg-drafts/css-fonts/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-fonts-4/Overview.bs", @@ -14488,7 +14615,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-gcpm-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-gcpm-3/" + "https://w3c.github.io/csswg-drafts/css-gcpm-3/", + "https://w3c.github.io/csswg-drafts/css-gcpm/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-gcpm-3/Overview.bs", @@ -14548,7 +14676,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-grid-2/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-grid-2/" + "https://w3c.github.io/csswg-drafts/css-grid-2/", + "https://w3c.github.io/csswg-drafts/css-grid/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-grid-2/Overview.bs", @@ -14610,7 +14739,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-highlight-api-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-highlight-api-1/" + "https://w3c.github.io/csswg-drafts/css-highlight-api-1/", + "https://w3c.github.io/csswg-drafts/css-highlight-api/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-highlight-api-1/Overview.bs", @@ -14669,7 +14799,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-images-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-images-3/" + "https://w3c.github.io/csswg-drafts/css-images-3/", + "https://w3c.github.io/csswg-drafts/css-images/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-images-3/Overview.bs", @@ -14794,7 +14925,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-inline-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-inline-3/" + "https://w3c.github.io/csswg-drafts/css-inline-3/", + "https://w3c.github.io/csswg-drafts/css-inline/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-inline-3/Overview.bs", @@ -14916,7 +15048,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-line-grid-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-line-grid-1/" + "https://w3c.github.io/csswg-drafts/css-line-grid-1/", + "https://w3c.github.io/csswg-drafts/css-line-grid/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-line-grid-1/Overview.bs", @@ -14971,7 +15104,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-lists-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-lists-3/" + "https://w3c.github.io/csswg-drafts/css-lists-3/", + "https://w3c.github.io/csswg-drafts/css-lists/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-lists-3/Overview.bs", @@ -15033,7 +15167,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-logical-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-logical-1/" + "https://w3c.github.io/csswg-drafts/css-logical-1/", + "https://w3c.github.io/csswg-drafts/css-logical/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-logical-1/Overview.bs", @@ -15158,7 +15293,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-multicol-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-multicol-1/" + "https://w3c.github.io/csswg-drafts/css-multicol-1/", + "https://w3c.github.io/csswg-drafts/css-multicol/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-multicol-1/Overview.bs", @@ -15219,7 +15355,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-namespaces-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-namespaces-3/" + "https://w3c.github.io/csswg-drafts/css-namespaces-3/", + "https://w3c.github.io/csswg-drafts/css-namespaces/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-namespaces-3/Overview.bs", @@ -15278,7 +15415,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-nav-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-nav-1/" + "https://w3c.github.io/csswg-drafts/css-nav-1/", + "https://w3c.github.io/csswg-drafts/css-nav/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-nav-1/Overview.bs", @@ -15336,7 +15474,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-nesting-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-nesting-1/" + "https://w3c.github.io/csswg-drafts/css-nesting-1/", + "https://w3c.github.io/csswg-drafts/css-nesting/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-nesting-1/Overview.bs", @@ -15394,7 +15533,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-overflow-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-overflow-3/" + "https://w3c.github.io/csswg-drafts/css-overflow-3/", + "https://w3c.github.io/csswg-drafts/css-overflow/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-overflow-3/Overview.bs", @@ -15519,7 +15659,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-overscroll-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-overscroll-1/" + "https://w3c.github.io/csswg-drafts/css-overscroll-1/", + "https://w3c.github.io/csswg-drafts/css-overscroll/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-overscroll-1/Overview.bs", @@ -15582,7 +15723,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-page-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-page-3/" + "https://w3c.github.io/csswg-drafts/css-page-3/", + "https://w3c.github.io/csswg-drafts/css-page/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-page-3/Overview.bs", @@ -15644,7 +15786,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-page-floats-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-page-floats-3/" + "https://w3c.github.io/csswg-drafts/css-page-floats-3/", + "https://w3c.github.io/csswg-drafts/css-page-floats/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-page-floats-3/Overview.bs", @@ -15761,7 +15904,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-position-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-position-3/" + "https://w3c.github.io/csswg-drafts/css-position-3/", + "https://w3c.github.io/csswg-drafts/css-position/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-position-3/Overview.bs", @@ -15888,7 +16032,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-pseudo-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-pseudo-4/" + "https://w3c.github.io/csswg-drafts/css-pseudo-4/", + "https://w3c.github.io/csswg-drafts/css-pseudo/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-pseudo-4/Overview.bs", @@ -15950,7 +16095,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-regions-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-regions-1/" + "https://w3c.github.io/csswg-drafts/css-regions-1/", + "https://w3c.github.io/csswg-drafts/css-regions/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-regions-1/Overview.bs", @@ -16006,7 +16152,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-rhythm-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-rhythm-1/" + "https://w3c.github.io/csswg-drafts/css-rhythm-1/", + "https://w3c.github.io/csswg-drafts/css-rhythm/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-rhythm-1/Overview.bs", @@ -16062,7 +16209,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-round-display-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-round-display-1/" + "https://w3c.github.io/csswg-drafts/css-round-display-1/", + "https://w3c.github.io/csswg-drafts/css-round-display/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-round-display-1/Overview.bs", @@ -16124,7 +16272,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-ruby-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-ruby-1/" + "https://w3c.github.io/csswg-drafts/css-ruby-1/", + "https://w3c.github.io/csswg-drafts/css-ruby/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-ruby-1/Overview.bs", @@ -16186,7 +16335,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-scoping-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-scoping-1/" + "https://w3c.github.io/csswg-drafts/css-scoping-1/", + "https://w3c.github.io/csswg-drafts/css-scoping/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scoping-1/Overview.bs", @@ -16246,7 +16396,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-scroll-anchoring-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-scroll-anchoring-1/" + "https://w3c.github.io/csswg-drafts/css-scroll-anchoring-1/", + "https://w3c.github.io/csswg-drafts/css-scroll-anchoring/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scroll-anchoring-1/Overview.bs", @@ -16309,7 +16460,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-scroll-snap-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-scroll-snap-1/" + "https://w3c.github.io/csswg-drafts/css-scroll-snap-1/", + "https://w3c.github.io/csswg-drafts/css-scroll-snap/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scroll-snap-1/Overview.bs", @@ -16371,7 +16523,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-scrollbars-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-scrollbars-1/" + "https://w3c.github.io/csswg-drafts/css-scrollbars-1/", + "https://w3c.github.io/csswg-drafts/css-scrollbars/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scrollbars-1/Overview.bs", @@ -16433,7 +16586,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-shadow-parts-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-shadow-parts-1/" + "https://w3c.github.io/csswg-drafts/css-shadow-parts-1/", + "https://w3c.github.io/csswg-drafts/css-shadow-parts/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-shadow-parts-1/Overview.bs", @@ -16497,7 +16651,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-shapes-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-shapes-1/" + "https://w3c.github.io/csswg-drafts/css-shapes-1/", + "https://w3c.github.io/csswg-drafts/css-shapes/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-shapes-1/Overview.bs", @@ -16559,7 +16714,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-sizing-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-sizing-3/" + "https://w3c.github.io/csswg-drafts/css-sizing-3/", + "https://w3c.github.io/csswg-drafts/css-sizing/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-sizing-3/Overview.bs", @@ -16683,7 +16839,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-speech-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-speech-1/" + "https://w3c.github.io/csswg-drafts/css-speech-1/", + "https://w3c.github.io/csswg-drafts/css-speech/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-speech-1/Overview.bs", @@ -16803,7 +16960,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-syntax-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-syntax-3/" + "https://w3c.github.io/csswg-drafts/css-syntax-3/", + "https://w3c.github.io/csswg-drafts/css-syntax/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-syntax-3/Overview.bs", @@ -16866,7 +17024,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-tables-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-tables-3/" + "https://w3c.github.io/csswg-drafts/css-tables-3/", + "https://w3c.github.io/csswg-drafts/css-tables/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-tables-3/Overview.bs", @@ -16929,7 +17088,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-text-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-text-3/" + "https://w3c.github.io/csswg-drafts/css-text-3/", + "https://w3c.github.io/csswg-drafts/css-text/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-text-3/Overview.bs", @@ -17055,7 +17215,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-text-decor-3/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-text-decor-3/" + "https://w3c.github.io/csswg-drafts/css-text-decor-3/", + "https://w3c.github.io/csswg-drafts/css-text-decor/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-text-decor-3/Overview.bs", @@ -17181,7 +17342,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-transforms-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-transforms-1/" + "https://w3c.github.io/csswg-drafts/css-transforms-1/", + "https://w3c.github.io/csswg-drafts/css-transforms/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-transforms-1/Overview.bs", @@ -17307,7 +17469,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-transitions-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-transitions-1/" + "https://w3c.github.io/csswg-drafts/css-transitions-1/", + "https://w3c.github.io/csswg-drafts/css-transitions/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-transitions-1/Overview.bs", @@ -17437,7 +17600,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-ui-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-ui-4/" + "https://w3c.github.io/csswg-drafts/css-ui-4/", + "https://w3c.github.io/csswg-drafts/css-ui/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-ui-4/Overview.bs", @@ -17565,7 +17729,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-values-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-values-4/" + "https://w3c.github.io/csswg-drafts/css-values-4/", + "https://w3c.github.io/csswg-drafts/css-values/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-values-4/Overview.bs", @@ -17628,7 +17793,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-variables-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-variables-1/" + "https://w3c.github.io/csswg-drafts/css-variables-1/", + "https://w3c.github.io/csswg-drafts/css-variables/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-variables-1/Overview.bs", @@ -17688,7 +17854,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-will-change-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-will-change-1/" + "https://w3c.github.io/csswg-drafts/css-will-change-1/", + "https://w3c.github.io/csswg-drafts/css-will-change/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-will-change-1/Overview.bs", @@ -17750,7 +17917,8 @@ "nightly": { "url": "https://drafts.csswg.org/css-writing-modes-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css-writing-modes-4/" + "https://w3c.github.io/csswg-drafts/css-writing-modes-4/", + "https://w3c.github.io/csswg-drafts/css-writing-modes/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-writing-modes-4/Overview.bs", @@ -17892,7 +18060,8 @@ "url": "https://drafts.csswg.org/css2/", "sourcePath": "css2/Overview.bs", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/CSS22/" + "https://w3c.github.io/csswg-drafts/CSS22/", + "https://w3c.github.io/csswg-drafts/CSS/" ], "repository": "https://github.com/w3c/csswg-drafts", "pages": [], @@ -17983,7 +18152,8 @@ "url": "https://drafts.csswg.org/css-exclusions-1/", "sourcePath": "css-exclusions-1/Overview.bs", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/css3-exclusions/" + "https://w3c.github.io/csswg-drafts/css3-exclusions/", + "https://w3c.github.io/csswg-drafts/css-exclusions/" ], "repository": "https://github.com/w3c/csswg-drafts", "filename": "Overview.html" @@ -18054,7 +18224,8 @@ "nightly": { "url": "https://drafts.csswg.org/cssom-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/cssom-1/" + "https://w3c.github.io/csswg-drafts/cssom-1/", + "https://w3c.github.io/csswg-drafts/cssom/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "cssom-1/Overview.bs", @@ -18116,7 +18287,8 @@ "nightly": { "url": "https://drafts.csswg.org/cssom-view-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/cssom-view-1/" + "https://w3c.github.io/csswg-drafts/cssom-view-1/", + "https://w3c.github.io/csswg-drafts/cssom-view/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "cssom-view-1/Overview.bs", @@ -18592,10 +18764,10 @@ ], "crawled": "https://www.w3.org/TR/epub-rs-33/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Sep 2022 15:42:50 GMT" + "lastModified": "Tue, 27 Sep 2022 12:58:07 GMT" }, "generator": "respec", - "date": "21 September 2022", + "date": "27 September 2022", "links": "links/epub-rs-33.json", "refs": "refs/epub-rs-33.json", "idl": "idl/epub-rs.idl", @@ -19061,10 +19233,10 @@ ], "crawled": "https://www.w3.org/TR/generic-sensor/", "crawlCacheInfo": { - "lastModified": "Mon, 08 Aug 2022 15:37:18 GMT" + "lastModified": "Mon, 26 Sep 2022 19:35:55 GMT" }, "generator": "bikeshed", - "date": "8 August 2022", + "date": "26 September 2022", "links": "links/generic-sensor.json", "refs": "refs/generic-sensor.json", "events": "events/generic-sensor.json", @@ -19579,10 +19751,10 @@ ], "crawled": "https://www.w3.org/TR/html-aria/", "crawlCacheInfo": { - "lastModified": "Tue, 07 Dec 2021 08:53:32 GMT" + "lastModified": "Tue, 27 Sep 2022 07:50:56 GMT" }, "generator": "respec", - "date": "09 December 2021", + "date": "27 September 2022", "links": "links/html-aria.json", "refs": "refs/html-aria.json", "dfns": "dfns/html-aria.json", @@ -20912,7 +21084,8 @@ "nightly": { "url": "https://drafts.csswg.org/mediaqueries-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/mediaqueries-4/" + "https://w3c.github.io/csswg-drafts/mediaqueries-4/", + "https://w3c.github.io/csswg-drafts/mediaqueries/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "mediaqueries-4/Overview.bs", @@ -21169,10 +21342,10 @@ ], "crawled": "https://www.w3.org/TR/miniapp-lifecycle/", "crawlCacheInfo": { - "lastModified": "Thu, 18 Aug 2022 11:34:24 GMT" + "lastModified": "Tue, 27 Sep 2022 13:05:29 GMT" }, "generator": "respec", - "date": "18 August 2022", + "date": "27 September 2022", "links": "links/miniapp-lifecycle.json", "refs": "refs/miniapp-lifecycle.json", "dfns": "dfns/miniapp-lifecycle.json", @@ -22685,10 +22858,10 @@ ], "crawled": "https://www.w3.org/TR/remote-playback/", "crawlCacheInfo": { - "lastModified": "Mon, 05 Sep 2022 15:57:30 GMT" + "lastModified": "Thu, 29 Sep 2022 21:19:32 GMT" }, "generator": "respec", - "date": "05 September 2022", + "date": "29 September 2022", "links": "links/remote-playback.json", "refs": "refs/remote-playback.json", "events": "events/remote-playback.json", @@ -22843,7 +23016,8 @@ "nightly": { "url": "https://drafts.csswg.org/resize-observer-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/resize-observer-1/" + "https://w3c.github.io/csswg-drafts/resize-observer-1/", + "https://w3c.github.io/csswg-drafts/resize-observer/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "resize-observer-1/Overview.bs", @@ -22981,10 +23155,10 @@ ], "crawled": "https://www.w3.org/TR/resource-timing-2/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 08:09:15 GMT" + "lastModified": "Thu, 29 Sep 2022 12:29:13 GMT" }, "generator": "respec", - "date": "08 September 2022", + "date": "29 September 2022", "links": "links/resource-timing-2.json", "refs": "refs/resource-timing-2.json", "events": "events/resource-timing-2.json", @@ -23041,10 +23215,10 @@ ], "crawled": "https://www.w3.org/TR/screen-capture/", "crawlCacheInfo": { - "lastModified": "Thu, 25 Aug 2022 14:30:45 GMT" + "lastModified": "Thu, 29 Sep 2022 18:57:42 GMT" }, "generator": "respec", - "date": "25 August 2022", + "date": "29 September 2022", "links": "links/screen-capture.json", "refs": "refs/screen-capture.json", "idl": "idl/screen-capture.idl", @@ -23160,10 +23334,10 @@ ], "crawled": "https://www.w3.org/TR/screen-wake-lock/", "crawlCacheInfo": { - "lastModified": "Fri, 16 Sep 2022 08:51:53 GMT" + "lastModified": "Wed, 28 Sep 2022 04:56:17 GMT" }, "generator": "respec", - "date": "16 September 2022", + "date": "28 September 2022", "links": "links/screen-wake-lock.json", "refs": "refs/screen-wake-lock.json", "events": "events/screen-wake-lock.json", @@ -23278,10 +23452,10 @@ ], "crawled": "https://www.w3.org/TR/secure-payment-confirmation/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Sep 2022 11:37:21 GMT" + "lastModified": "Tue, 27 Sep 2022 17:47:52 GMT" }, "generator": "bikeshed", - "date": "19 September 2022", + "date": "27 September 2022", "links": "links/secure-payment-confirmation.json", "refs": "refs/secure-payment-confirmation.json", "idl": "idl/secure-payment-confirmation.idl", @@ -23376,7 +23550,8 @@ "nightly": { "url": "https://drafts.csswg.org/selectors-4/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/selectors-4/" + "https://w3c.github.io/csswg-drafts/selectors-4/", + "https://w3c.github.io/csswg-drafts/selectors/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "selectors-4/Overview.bs", @@ -23766,9 +23941,7 @@ "seriesVersion": "1.1", "nightly": { "url": "https://www.w3.org/TR/SVG11/", - "repository": "https://github.com/w3c/svgwg", "alternateUrls": [], - "sourcePath": "master/Overview.html", "pages": [ "https://www.w3.org/TR/SVG11/expanded-toc.html", "https://www.w3.org/TR/SVG11/intro.html", @@ -24181,6 +24354,59 @@ "headings": "headings/tracking-dnt.json", "ids": "ids/tracking-dnt.json" }, + { + "url": "https://www.w3.org/TR/trusted-types/", + "seriesComposition": "full", + "shortname": "trusted-types", + "series": { + "shortname": "trusted-types", + "currentSpecification": "trusted-types", + "title": "Trusted Types", + "shortTitle": "Trusted Types", + "releaseUrl": "https://www.w3.org/TR/trusted-types/", + "nightlyUrl": "https://w3c.github.io/trusted-types/dist/spec/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Web Application Security Working Group", + "url": "https://www.w3.org/groups/wg/webappsec" + } + ], + "release": { + "url": "https://www.w3.org/TR/trusted-types/", + "filename": "index.html" + }, + "nightly": { + "url": "https://w3c.github.io/trusted-types/dist/spec/", + "alternateUrls": [], + "repository": "https://github.com/w3c/trusted-types", + "sourcePath": "spec/index.bs", + "filename": "index.html" + }, + "title": "Trusted Types", + "source": "w3c", + "shortTitle": "Trusted Types", + "categories": [ + "browser" + ], + "versions": [ + "https://www.w3.org/TR/trusted-types/", + "https://w3c.github.io/trusted-types/dist/spec/" + ], + "crawled": "https://www.w3.org/TR/trusted-types/", + "crawlCacheInfo": { + "lastModified": "Mon, 26 Sep 2022 07:42:31 GMT" + }, + "generator": "bikeshed", + "date": "27 September 2022", + "links": "links/trusted-types.json", + "refs": "refs/trusted-types.json", + "idl": "idl/trusted-types.idl", + "dfns": "dfns/trusted-types.json", + "headings": "headings/trusted-types.json", + "ids": "ids/trusted-types.json" + }, { "url": "https://www.w3.org/TR/uievents-code/", "seriesComposition": "full", @@ -24845,7 +25071,8 @@ "nightly": { "url": "https://drafts.csswg.org/web-animations-1/", "alternateUrls": [ - "https://w3c.github.io/csswg-drafts/web-animations-1/" + "https://w3c.github.io/csswg-drafts/web-animations-1/", + "https://w3c.github.io/csswg-drafts/web-animations/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "web-animations-1/Overview.bs", @@ -25108,10 +25335,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Sep 2022 23:54:06 GMT" + "lastModified": "Wed, 28 Sep 2022 07:58:40 GMT" }, "generator": "bikeshed", - "date": "19 September 2022", + "date": "28 September 2022", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -25286,10 +25513,10 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Sat, 17 Sep 2022 00:33:14 GMT" + "lastModified": "Fri, 30 Sep 2022 20:51:38 GMT" }, "generator": "bikeshed", - "date": "17 September 2022", + "date": "30 September 2022", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -25406,10 +25633,10 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Thu, 01 Sep 2022 15:25:59 GMT" + "lastModified": "Thu, 29 Sep 2022 09:32:27 GMT" }, "generator": "bikeshed", - "date": "1 September 2022", + "date": "29 September 2022", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -25465,10 +25692,10 @@ ], "crawled": "https://www.w3.org/TR/webrtc-encoded-transform/", "crawlCacheInfo": { - "lastModified": "Wed, 06 Jul 2022 10:15:49 GMT" + "lastModified": "Thu, 29 Sep 2022 14:50:54 GMT" }, "generator": "bikeshed", - "date": "6 July 2022", + "date": "29 September 2022", "links": "links/webrtc-encoded-transform.json", "refs": "refs/webrtc-encoded-transform.json", "events": "events/webrtc-encoded-transform.json", @@ -25644,10 +25871,10 @@ ], "crawled": "https://www.w3.org/TR/webrtc-stats/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Sep 2022 12:02:05 GMT" + "lastModified": "Wed, 28 Sep 2022 07:24:24 GMT" }, "generator": "respec", - "date": "21 September 2022", + "date": "28 September 2022", "links": "links/webrtc-stats.json", "refs": "refs/webrtc-stats.json", "idl": "idl/webrtc-stats.idl", diff --git a/tr/links/FedCM.json b/tr/links/FedCM.json index fe1320d11030..4824274c32ca 100644 --- a/tr/links/FedCM.json +++ b/tr/links/FedCM.json @@ -41,13 +41,29 @@ "https://drafts.csswg.org/css-color/": { "specShortname": "css-color-4" }, + "https://encoding.spec.whatwg.org/": { + "anchors": [ + "utf-8-encode" + ], + "specShortname": "encoding" + }, "https://fetch.spec.whatwg.org/": { "anchors": [ "concept-fetch", - "forbidden-header-name", "concept-request", "concept-request-url", "concept-request-redirect-mode", + "concept-request-client", + "concept-request-window", + "request-service-workers-mode", + "concept-request-destination", + "concept-request-origin", + "concept-request-header-list", + "concept-header", + "concept-header-name", + "concept-header-value", + "concept-request-referrer-policy", + "concept-request-credentials-mode", "process-response-end-of-body", "concept-response", "concept-network-error", @@ -55,7 +71,11 @@ "ok-status", "concept-header-extract-mime-type", "concept-response-header-list", - "concept-response-body" + "concept-response-body", + "concept-request-referrer", + "concept-request-mode", + "concept-request-body", + "forbidden-header-name" ], "specShortname": "fetch" }, @@ -63,15 +83,14 @@ "https://github.com/fedidcg/FedCM/issues/230": { "anchors": [ "issuecomment-1089040953", - "issuecomment-1067029200" + "issuecomment-1067029200", + "issuecomment-1233290946" ] }, "https://github.com/fedidcg/FedCM/issues/254": {}, "https://github.com/fedidcg/FedCM/issues/261": {}, - "https://github.com/fedidcg/FedCM/issues/267": {}, "https://github.com/fedidcg/FedCM/issues/314": {}, "https://github.com/fedidcg/FedCM/issues/319": {}, - "https://github.com/fedidcg/FedCM/issues/320": {}, "https://github.com/fedidcg/FedCM/issues/333": {}, "https://github.com/fedidcg/FedCM/issues/336": {}, "https://github.com/michaelkleber/privacy-model": {}, @@ -95,7 +114,9 @@ "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ "concept-origin", - "concept-site-same-site" + "concept-site-same-site", + "concept-origin-opaque", + "same-origin" ] }, "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { @@ -127,8 +148,9 @@ "map-exists", "list-size", "list", - "parse-json-bytes-to-an-infra-value", "string", + "list-append", + "parse-json-bytes-to-an-infra-value", "string-is" ], "specShortname": "infra" @@ -155,6 +177,7 @@ "https://url.spec.whatwg.org/": { "anchors": [ "host-registrable-domain", + "concept-url-parser", "concept-url", "concept-url-scheme", "concept-url-host", @@ -183,6 +206,12 @@ ], "specShortname": "CSP3" }, + "https://w3c.github.io/webappsec-fetch-metadata/": { + "anchors": [ + "http-headerdef-sec-fetch-dest" + ], + "specShortname": "fetch-metadata" + }, "https://w3c.github.io/webappsec-permissions-policy": { "specShortname": "permissions-policy-1" }, @@ -199,6 +228,12 @@ ], "specShortname": "referrer-policy" }, + "https://w3c.github.io/webappsec-secure-contexts/": { + "anchors": [ + "potentially-trustworthy-url" + ], + "specShortname": "secure-contexts" + }, "https://w3cping.github.io/privacy-threat-model/": { "anchors": [ "hl-intrusion" diff --git a/tr/links/change-password-url.json b/tr/links/change-password-url.json index 6d0f055ef595..c30a41bd4b89 100644 --- a/tr/links/change-password-url.json +++ b/tr/links/change-password-url.json @@ -1,9 +1,10 @@ { "spec": { "title": "A Well-Known URL for Changing Passwords", - "url": "https://w3c.github.io/webappsec-change-password-url/" + "url": "https://www.w3.org/TR/change-password-url/" }, "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://fetch.spec.whatwg.org/": { "anchors": [ "concept-request", @@ -14,7 +15,6 @@ "specShortname": "fetch" }, "https://github.com/WICG/change-password-url/issues/13": {}, - "https://github.com/w3c/webappsec": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ @@ -37,17 +37,11 @@ "specShortname": "infra" }, "https://lists.w3.org/Archives/Public/public-webappsec/": {}, - "https://tools.ietf.org/html/rfc2119": {}, "https://tools.ietf.org/html/rfc7231": { "anchors": [ "section-7.1.2" ] }, - "https://tools.ietf.org/html/rfc8615": { - "anchors": [ - "section-1.1" - ] - }, "https://url.spec.whatwg.org/": { "anchors": [ "concept-url-origin", @@ -71,24 +65,36 @@ "specShortname": "secure-contexts" }, "https://wicg.github.io/change-password-url/response-code-reliability.html": {}, + "https://www.rfc-editor.org/rfc/rfc8615": { + "anchors": [ + "section-1.1" + ] + }, + "https://www.rfc-editor.org/rfc/rfc9110": {}, "https://www.unicode.org/reports/tr46/": { "anchors": [ "ToUnicode" ] }, - "https://www.unicode.org/reports/tr46/tr46-25.html": {}, - "https://www.w3.org/2004/01/pp-impl/49309/status": {}, - "https://www.w3.org/2011/webappsec/": {}, - "https://www.w3.org/2020/Process-20200915/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://www.unicode.org/reports/tr46/tr46-29.html": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" - ] + ], + "specShortname": "w3c-patent-policy" }, "https://www.w3.org/Mail/Request": {}, + "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/secure-contexts/": { "specShortname": "secure-contexts" - } + }, + "https://www.w3.org/groups/wg/webappsec": {}, + "https://www.w3.org/groups/wg/webappsec/ipr": {} } } \ No newline at end of file diff --git a/tr/links/client-hints-infrastructure.json b/tr/links/client-hints-infrastructure.json index c25fc9661d56..c42de5356ba5 100644 --- a/tr/links/client-hints-infrastructure.json +++ b/tr/links/client-hints-infrastructure.json @@ -30,6 +30,54 @@ "standard-metadata-names" ] }, + "https://html.spec.whatwg.org/multipage/browsers.html": { + "anchors": [ + "top-level-browsing-context" + ] + }, + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { + "anchors": [ + "process-a-navigate-response" + ] + }, + "https://html.spec.whatwg.org/multipage/dom.html": { + "anchors": [ + "concept-document-permissions-policy" + ] + }, + "https://html.spec.whatwg.org/multipage/origin.html": { + "anchors": [ + "same-origin" + ] + }, + "https://html.spec.whatwg.org/multipage/scripting.html": { + "anchors": [ + "script" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "meta", + "the-link-element", + "the-style-element", + "attr-meta-name", + "attr-meta-content" + ] + }, + "https://html.spec.whatwg.org/multipage/webappapis.html": { + "anchors": [ + "concept-settings-object-origin", + "non-secure-context", + "concept-settings-object-global", + "environment-settings-object", + "relevant-settings-object" + ] + }, + "https://html.spec.whatwg.org/multipage/window-object.html": { + "anchors": [ + "window-bc" + ] + }, "https://html.spec.whatwg.org/multipage/workers.html": { "anchors": [ "set-up-a-worker-environment-settings-object" @@ -101,7 +149,8 @@ "sec-ch-ua-full-version", "sec-ch-ua-full-version-list", "sec-ch-ua-model", - "sec-ch-ua-platform-version" + "sec-ch-ua-platform-version", + "sec-ch-ua-wow64" ], "specShortname": "ua-client-hints" }, diff --git a/tr/links/core-aam-1.2.json b/tr/links/core-aam-1.2.json index 81a6bb8216c8..151c410a5b5e 100644 --- a/tr/links/core-aam-1.2.json +++ b/tr/links/core-aam-1.2.json @@ -236,6 +236,7 @@ "anchors": [ "dfn-accessibility-api", "dfn-accessible-object", + "dfn-accessibility-tree", "dfn-semantics", "dfn-widget", "dfn-role", diff --git a/tr/links/csp-next.json b/tr/links/csp-next.json index ee96f91e254e..883dd8702895 100644 --- a/tr/links/csp-next.json +++ b/tr/links/csp-next.json @@ -215,8 +215,7 @@ "https://w3c.github.io/webappsec-trusted-types/dist/spec/": { "anchors": [ "trustedscript" - ], - "specShortname": "trusted-types" + ] }, "https://www.w3.org/2004/01/pp-impl/49309/status": {}, "https://www.w3.org/2011/webappsec/": {}, diff --git a/tr/links/css-anchor-1.json b/tr/links/css-anchor-1.json new file mode 100644 index 000000000000..6f6b5106549b --- /dev/null +++ b/tr/links/css-anchor-1.json @@ -0,0 +1,174 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, + "http://www.w3.org/Style/CSS/Test/": {}, + "http://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "http://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://drafts.csswg.org/css-align-3/": { + "anchors": [ + "box-alignment-properties" + ], + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-align/": { + "specShortname": "css-align-3" + }, + "https://drafts.csswg.org/css-box-4/": { + "anchors": [ + "margin-box" + ], + "specShortname": "css-box-4" + }, + "https://drafts.csswg.org/css-break-4/": { + "anchors": [ + "fragment" + ], + "specShortname": "css-break-4" + }, + "https://drafts.csswg.org/css-cascade-5/": { + "anchors": [ + "css-property", + "used-value" + ], + "specShortname": "css-cascade-5" + }, + "https://drafts.csswg.org/css-display-3/": { + "anchors": [ + "containing-block", + "initial-containing-block", + "containing-block-chain", + "elements" + ], + "specShortname": "css-display-3" + }, + "https://drafts.csswg.org/css-display/": { + "specShortname": "css-display-3" + }, + "https://drafts.csswg.org/css-logical-1/": { + "anchors": [ + "inset-properties" + ], + "specShortname": "css-logical-1" + }, + "https://drafts.csswg.org/css-position-3/": { + "anchors": [ + "absolute-position", + "propdef-top", + "propdef-bottom", + "propdef-left", + "propdef-right", + "propdef-inset-inline-start", + "inset-modified-containing-block" + ], + "specShortname": "css-position-3" + }, + "https://drafts.csswg.org/css-sizing-3/": { + "anchors": [ + "sizing-property", + "propdef-width" + ], + "specShortname": "css-sizing-3" + }, + "https://drafts.csswg.org/css-syntax-3/": { + "anchors": [ + "typedef-rule-list", + "typedef-declaration-list" + ], + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-syntax/": { + "specShortname": "css-syntax-3" + }, + "https://drafts.csswg.org/css-values-4/": { + "anchors": [ + "length-value", + "typedef-dashed-ident", + "mult-opt", + "comb-comma", + "typedef-length-percentage", + "comb-one", + "percentage-value", + "math-function" + ], + "specShortname": "css-values-4" + }, + "https://drafts.csswg.org/css-writing-modes-4/": { + "anchors": [ + "writing-mode" + ], + "specShortname": "css-writing-modes-4" + }, + "https://github.com/w3c/csswg-drafts/issues": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/input.html": { + "anchors": [ + "the-input-element" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "list-iterate" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/TR/CSS/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "initial-values", + "applies-to", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/TR/css-pseudo/": { + "anchors": [ + "generated-content" + ], + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-values/": { + "anchors": [ + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" + }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + } + } +} \ No newline at end of file diff --git a/tr/links/css-shared-element-transitions-1.json b/tr/links/css-shared-element-transitions-1.json index 76067233cdc1..deb1f7054d62 100644 --- a/tr/links/css-shared-element-transitions-1.json +++ b/tr/links/css-shared-element-transitions-1.json @@ -147,6 +147,12 @@ "https://drafts.csswg.org/selectors/": { "specShortname": "selectors-4" }, + "https://drafts.fxtf.org/compositing-2/": { + "anchors": [ + "propdef-isolation" + ], + "specShortname": "compositing-2" + }, "https://fullscreen.spec.whatwg.org/": { "anchors": [ "top-layer" @@ -190,6 +196,11 @@ }, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, + "https://w3c.github.io/csswg-drafts/css-images-4/": { + "anchors": [ + "element-notation" + ] + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "idl-promise", diff --git a/tr/links/epub-rs-33.json b/tr/links/epub-rs-33.json index 920f6005052f..a14f51b5c245 100644 --- a/tr/links/epub-rs-33.json +++ b/tr/links/epub-rs-33.json @@ -66,6 +66,7 @@ "https://github.com/w3c/epub-specs/issues/2360": {}, "https://github.com/w3c/epub-specs/issues/2378": {}, "https://github.com/w3c/epub-specs/issues/2397": {}, + "https://github.com/w3c/epub-specs/issues/2412": {}, "https://github.com/w3c/epub-specs/issues/2424": {}, "https://github.com/w3c/epub-specs/issues/2431": {}, "https://github.com/w3c/epub-specs/issues/808": {}, @@ -137,6 +138,7 @@ ], "specShortname": "infra" }, + "https://medium.com/mrcomics/what-is-webtoon-4926929b20d8": {}, "https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT": {}, "https://url.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/fetch.json b/tr/links/fetch.json index b4c884ca70ef..c1f24acaa767 100644 --- a/tr/links/fetch.json +++ b/tr/links/fetch.json @@ -299,10 +299,8 @@ "byte-sequence-length", "list-item", "byte-sequence-starts-with", - "boolean", "string-starts-with", "ascii-digit", - "string-length", "implementation-defined", "isomorphic-encode", "list-is-empty", @@ -320,7 +318,8 @@ "serialize-a-javascript-value-to-json-bytes", "forgiving-base64-encode", "strip-leading-and-trailing-ascii-whitespace", - "forgiving-base64-decode" + "forgiving-base64-decode", + "boolean" ], "specShortname": "infra" }, diff --git a/tr/links/fido-v2.1.json b/tr/links/fido-v2.1.json new file mode 100644 index 000000000000..2f3fb4ec8bb8 --- /dev/null +++ b/tr/links/fido-v2.1.json @@ -0,0 +1,155 @@ +{ + "spec": { + "title": "Client to Authenticator Protocol (CTAP)", + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "links": { + "http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf": {}, + "http://secg.org/download/aid-780/sec1-v2.pdf": {}, + "https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Module-Validation-Program/documents/fips140-2/FIPS1402IG.pdf": {}, + "https://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf": {}, + "https://developers.google.com/identity/fido/android/native-apps": {}, + "https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites": {}, + "https://en.wikipedia.org/wiki/Unit_type": {}, + "https://fidoalliance.org/": {}, + "https://fidoalliance.org/certification/": {}, + "https://fidoalliance.org/contact": {}, + "https://fidoalliance.org/specs/common-specs/fido-registry-v2.2-rd-20210525.html": {}, + "https://fidoalliance.org/specs/common-specs/fido-security-ref-v2.1-rd-20210525.html": {}, + "https://fidoalliance.org/specs/fido-security-requirements/fido-authenticator-security-requirements-v1.4-fd-20201102.html": {}, + "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-bt-protocol-v1.2-ps-20170411.html": {}, + "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-hid-protocol-v1.2-ps-20170411.html": {}, + "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-nfc-protocol-v1.2-ps-20170411.html": {}, + "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-raw-message-formats-v1.2-ps-20170411.html": { + "anchors": [ + "registration-request-message---u2f_register", + "authentication-request-message---u2f_authenticate", + "registration-response-message-success", + "authentication-response-message-success" + ] + }, + "https://fidoalliance.org/specs/fido2/vendor/BioEnrollmentPrototype.pdf": {}, + "https://fidoalliance.org/specs/fido2/vendor/CredentialManagementPrototype.pdf": {}, + "https://github.com/microsoft/webauthn": {}, + "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-3.pdf": {}, + "https://openssl.org/": {}, + "https://pages.nist.gov/800-63-3/sp800-63b.html": { + "anchors": [ + "-5112-memorized-secret-verifiers" + ] + }, + "https://tools.ietf.org/html/rfc2119": {}, + "https://unicode.org/reports/tr15/": {}, + "https://w3c.github.io/webappsec-credential-management/": { + "anchors": [ + "dom-credentialscontainer-create", + "dom-credentialscontainer-get" + ], + "specShortname": "credential-management-1" + }, + "https://w3c.github.io/webauthn/": { + "anchors": [ + "dictdef-publickeycredentialrpentity", + "dictdef-publickeycredentialuserentity", + "dictdef-publickeycredentialparameters", + "dictdef-publickeycredentialdescriptor", + "dom-publickeycredentialcreationoptions-authenticatorselection", + "dom-authenticatorselectioncriteria-userverification", + "dom-publickeycredentialparameters-type", + "dom-publickeycredentialuserentity-id", + "dom-publickeycredentialrequestoptions-userverification", + "dom-publickeycredentialentity-name", + "dom-publickeycredentialuserentity-displayname", + "dictdef-authenticationextensionsclientinputs", + "dictdef-authenticationextensionsclientoutputs" + ], + "specShortname": "webauthn-3" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "idl-USVString", + "idl-boolean", + "idl-ArrayBuffer" + ], + "specShortname": "webidl" + }, + "https://www.android.com/": {}, + "https://www.bluetooth.com/specifications/adopted-specifications": {}, + "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737": {}, + "https://www.bluetooth.org/en-us/specification/assigned-numbers": {}, + "https://www.commoncriteriaportal.org/cc/": {}, + "https://www.commoncriteriaportal.org/files/ccfiles/CCPART1V3.1R5.pdf": {}, + "https://www.fidoalliance.org/specifications/": {}, + "https://www.iana.org/assignments/cose/cose.xhtml": { + "anchors": [ + "algorithms" + ] + }, + "https://www.iana.org/assignments/webauthn/": {}, + "https://www.iso.org/standard/54550.html": {}, + "https://www.microsoft.com/en-us/windows": {}, + "https://www.rfc-editor.org/rfc/rfc1951": {}, + "https://www.rfc-editor.org/rfc/rfc2397": { + "specShortname": "rfc2397" + }, + "https://www.rfc-editor.org/rfc/rfc5116": {}, + "https://www.rfc-editor.org/rfc/rfc5869": {}, + "https://www.rfc-editor.org/rfc/rfc6090": {}, + "https://www.rfc-editor.org/rfc/rfc8152": {}, + "https://www.rfc-editor.org/rfc/rfc8809": {}, + "https://www.rfc-editor.org/rfc/rfc8949.html": {}, + "https://www.ssi.gouv.fr/administration/produits-certifies/cspn/les-procedures-formulaires-et-methodologies/": {}, + "https://www.unicode.org/glossary/": { + "anchors": [ + "character", + "code_point", + "grapheme_cluster", + "script" + ] + }, + "https://www.w3.org/TR/credential-management-1/": { + "specShortname": "credential-management-1" + }, + "https://www.w3.org/TR/webauthn-1/": {}, + "https://www.w3.org/TR/webauthn-2": { + "anchors": [ + "rp-id", + "relying-party-identifier", + "public-key-credential-source", + "client-platform", + "authenticator", + "user-verification", + "authenticator-data", + "op-make-cred", + "public-key-credential", + "sctn-extension-id", + "authenticator-extension-input", + "dom-attestationconveyancepreference-enterprise", + "authenticator-extension-output", + "credential-key-pair", + "discoverable-credential", + "attestation-object", + "attestation-statement-format-identifier", + "server-side-credential", + "public-key-credential-source-privatekey", + "user-handle", + "client-side", + "sctn-op-lookup-credsource-by-credid", + "op-get-assertion", + "collectedclientdata-hash-of-the-serialized-client-data", + "assertion-signature", + "attestation", + "sec-attested-credential-data", + "generating-an-attestation-object" + ] + }, + "https://www.w3.org/TR/webauthn-2/": {}, + "https://www.w3.org/TR/webauthn/": { + "anchors": [ + "enumdef-authenticatortransport", + "sctn-extension-id" + ], + "specShortname": "webauthn-3" + } + } +} \ No newline at end of file diff --git a/tr/links/fs.json b/tr/links/fs.json index c1a29602446d..707807b70fd5 100644 --- a/tr/links/fs.json +++ b/tr/links/fs.json @@ -82,6 +82,7 @@ "writablestream-set-up", "writablestream-set-up-writealgorithm", "writablestream-set-up-closealgorithm", + "writablestream-set-up-abortalgorithm", "writablestream-set-up-highwatermark", "writablestream-set-up-sizealgorithm", "writablestream-get-a-writer", @@ -134,6 +135,8 @@ "this", "notallowederror", "reject", + "nomodificationallowederror", + "invalidstateerror", "idl-undefined", "idl-sequence", "asynchronous-iterator-initialization-steps", @@ -149,6 +152,11 @@ "a-promise-rejected-with", "dfn-get-buffer-source-copy", "quotaexceedederror", + "EnforceRange", + "AllowShared", + "buffersource-byte-length", + "buffersource-underlying-buffer", + "arraybuffer-write", "securityerror", "a-promise-resolved-with" ], diff --git a/tr/links/generic-sensor.json b/tr/links/generic-sensor.json index b86f105ce4cd..a9bc4df03646 100644 --- a/tr/links/generic-sensor.json +++ b/tr/links/generic-sensor.json @@ -92,6 +92,7 @@ "map-value", "map-getting-the-keys", "map-iterate", + "map-exists", "set-append", "list-remove", "map-set", @@ -237,13 +238,13 @@ "idl-DOMException", "notallowederror", "idl-DOMString", - "dfn-dictionary", "dfn-throw", "notsupportederror", "dfn-dictionary-member", "dfn-convert-ecmascript-to-idl-value", "dfn-interface", "dfn-inherited-interfaces", + "dfn-dictionary", "dfn-inherited-dictionaries", "dfn-read-only" ], diff --git a/tr/links/html-aria.json b/tr/links/html-aria.json index eefe36f5ecfe..b9ed770f3939 100644 --- a/tr/links/html-aria.json +++ b/tr/links/html-aria.json @@ -5,36 +5,19 @@ }, "links": { "https://datatracker.ietf.org/doc/html/bcp14": {}, - "https://gist.github.com/scottaohara/8df322bd24b1b687d21822287d9ea709": {}, - "https://github.com/w3c/html-aria/commit/0031865c1f96c8843204863e49f2eb03164c138c": {}, - "https://github.com/w3c/html-aria/commit/01d8d8e4b04e57c1f1857dc60a57ff8be89197f3": {}, - "https://github.com/w3c/html-aria/commit/08b5ec7987be5aa12fcd8969593fff07478ecabf": {}, - "https://github.com/w3c/html-aria/commit/137be3852f9343a416cf88f701d40c7167e22e22": {}, - "https://github.com/w3c/html-aria/commit/1c719104aa729fb21adb6d96b9da7074f74ccefd": {}, - "https://github.com/w3c/html-aria/commit/20484cd206b210d0ee5ca5531b349c7a846f2134": {}, - "https://github.com/w3c/html-aria/commit/2f691be7351188e38374b14b14fc63bf16a737b5": {}, - "https://github.com/w3c/html-aria/commit/3a0d3dc62a7cf7be41e3253c98944b8594c8ecca": {}, - "https://github.com/w3c/html-aria/commit/4f246657493a1ecd87e762b17fffb3a09b919a13": {}, - "https://github.com/w3c/html-aria/commit/54ac91b1b7a6a96738866d3cb56b0c292a762cba": {}, - "https://github.com/w3c/html-aria/commit/60a264849a54b845e5635295de8a348f66b830cf": {}, - "https://github.com/w3c/html-aria/commit/63eb56bbafa0ec158ba93b20d1977c0d99c40ecc": {}, - "https://github.com/w3c/html-aria/commit/67c4b9dd6976170be65bd1f80c662fec6dad3ac1": {}, - "https://github.com/w3c/html-aria/commit/8854c6b6f9a812e40fbba0950d8432b084a28570": {}, - "https://github.com/w3c/html-aria/commit/8ab33901c72dd5a049a6ee04eb715c6f7ac3ac5c": {}, - "https://github.com/w3c/html-aria/commit/8b84a5f55e3e7eeffc0ae4ede37c1cd867b668a4": {}, - "https://github.com/w3c/html-aria/commit/9599ae92515221fd5f2aecb037953837cc0bca5e": {}, - "https://github.com/w3c/html-aria/commit/c3063257b41c63617e6f72f2368bf8c9f2331013": {}, - "https://github.com/w3c/html-aria/commit/ca2b964ccf78e43279b75a7c8b8a9a03c8339aad": {}, - "https://github.com/w3c/html-aria/commit/d5860d533dca2f9dec0883c5b8b385d11335412f": {}, - "https://github.com/w3c/html-aria/commit/d9be8ad615c8f05d9f7df997c2c735d3b88e5ec2": {}, - "https://github.com/w3c/html-aria/commit/daca00dc304f5c3944ed0a0ae4d3b6f9d60039bc": {}, - "https://github.com/w3c/html-aria/commit/deec59dd339ef4e02c82e7f33e3e677c877cce09": {}, - "https://github.com/w3c/html-aria/commit/dfc1ee70445f5e62797707ac8d733048b687bc26": {}, - "https://github.com/w3c/html-aria/commit/e3e7664c0b0a35c73116c43413ec882db20dec26": {}, - "https://github.com/w3c/html-aria/commit/f36423affee6ed698976565a821bcb17879a2ae1": {}, - "https://github.com/w3c/html-aria/pull/171": {}, - "https://github.com/w3c/html-aria/pull/262": {}, - "https://github.com/w3c/html-aria/pull/322": {}, + "https://github.com/w3c/html-aria/pull/352": {}, + "https://github.com/w3c/html-aria/pull/353": {}, + "https://github.com/w3c/html-aria/pull/360": {}, + "https://github.com/w3c/html-aria/pull/367": {}, + "https://github.com/w3c/html-aria/pull/369": {}, + "https://github.com/w3c/html-aria/pull/372": {}, + "https://github.com/w3c/html-aria/pull/381": {}, + "https://github.com/w3c/html-aria/pull/383": {}, + "https://github.com/w3c/html-aria/pull/391": {}, + "https://github.com/w3c/html-aria/pull/396": {}, + "https://github.com/w3c/html-aria/pull/402": {}, + "https://github.com/w3c/html-aria/pull/403": {}, + "https://github.com/w3c/html-aria/pull/404": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ @@ -122,9 +105,9 @@ "anchors": [ "the-main-element", "the-ul-element", + "the-div-element", "the-blockquote-element", "the-dd-element", - "the-div-element", "the-dl-element", "the-dt-element", "the-figcaption-element", @@ -141,8 +124,7 @@ "anchors": [ "the-embed-element", "the-iframe-element", - "the-object-element", - "the-param-element" + "the-object-element" ] }, "https://html.spec.whatwg.org/multipage/image-maps.html": { @@ -186,6 +168,7 @@ "url-state-(type=url)", "time-state-(type=time)", "week-state-(type=week)", + "dom-input-indeterminate", "attr-input-placeholder", "attr-input-max", "attr-input-min", @@ -219,6 +202,11 @@ "video" ] }, + "https://html.spec.whatwg.org/multipage/obsolete.html": { + "anchors": [ + "param" + ] + }, "https://html.spec.whatwg.org/multipage/scripting.html": { "anchors": [ "the-noscript-element", @@ -238,8 +226,7 @@ "the-header-element", "the-hgroup-element", "the-nav-element", - "the-section-element", - "sectioning-root" + "the-section-element" ] }, "https://html.spec.whatwg.org/multipage/semantics.html": { @@ -272,6 +259,7 @@ "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { "anchors": [ "the-a-element", + "the-span-element", "the-abbr-element", "the-b-element", "the-bdi-element", @@ -292,7 +280,6 @@ "the-s-element", "the-samp-element", "the-small-element", - "the-span-element", "the-strong-element", "the-sub-element", "the-sup-element", @@ -314,6 +301,7 @@ "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes", + "candidate-amendments", "allow-new-features" ] }, @@ -326,6 +314,12 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/accname-1.2/": { + "anchors": [ + "dfn-accessible-name" + ], + "specShortname": "accname-1.2" + }, "https://www.w3.org/TR/dpub-aria-1.0/": { "anchors": [ "doc-backlink", @@ -340,8 +334,6 @@ "doc-subtitle", "doc-pagebreak", "doc-cover", - "doc-biblioentry", - "doc-endnote", "doc-index", "doc-pagelist", "doc-toc", @@ -369,10 +361,16 @@ "doc-qna" ] }, + "https://www.w3.org/TR/dpub-aria-1.1/": { + "anchors": [ + "doc-biblioentry", + "doc-endnote" + ] + }, "https://www.w3.org/TR/html-aam-1.0/": { "anchors": [ - "dfn-accessible-name", - "img-element-accessible-name-computation" + "img-element-accessible-name-computation", + "dfn-accessible-name" ], "specShortname": "html-aam-1.0" }, @@ -384,34 +382,54 @@ }, "https://www.w3.org/TR/using-aria/": {}, "https://www.w3.org/TR/wai-aria-1.1/": { + "anchors": [ + "aria-hidden", + "aria-dropeffect", + "aria-grabbed" + ] + }, + "https://www.w3.org/TR/wai-aria-1.2/": { "anchors": [ "host_general_conflict", "implicit_semantics", + "isAbstract", + "generic", + "prohibitedattributes", "global_states", + "aria-hidden", + "aria-label", + "aria-labelledby", + "namefromauthor", + "namefromprohibited", "aria-checked", "aria-disabled", - "aria-hidden", "aria-placeholder", "aria-valuemax", "aria-readonly", "aria-required", + "deprecated", + "directory", "propcharacteristic_value", "alert", "alertdialog", "application", "article", "banner", + "blockquote", "button", + "caption", "cell", "checkbox", + "code", "columnheader", "combobox", "complementary", "contentinfo", "definition", + "deletion", "dialog", - "directory", "document", + "emphasis", "feed", "figure", "form", @@ -420,6 +438,7 @@ "group", "heading", "img", + "insertion", "link", "list", "listbox", @@ -433,10 +452,12 @@ "menuitem", "menuitemcheckbox", "menuitemradio", + "meter", "navigation", "none", "note", "option", + "paragraph", "presentation", "progressbar", "radio", @@ -452,6 +473,9 @@ "slider", "spinbutton", "status", + "strong", + "subscript", + "superscript", "switch", "tab", "table", @@ -459,13 +483,15 @@ "tabpanel", "term", "textbox", + "time", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem" - ] + ], + "specShortname": "wai-aria-1.2" }, "https://www.w3.org/TR/wai-aria-practices-1.2/": {}, "https://www.w3.org/groups/wg/webapps": {}, diff --git a/tr/links/html.json b/tr/links/html.json index 21fcf59b2a0f..e10360635737 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -2421,7 +2421,6 @@ "sec-hostensurecancompilestrings", "sec-hostmakejobcallback", "sec-host-promise-rejection-tracker", - "sec-hostresolveimportedmodule", "sec-initializehostdefinedrealm", "sec-isaccessordescriptor", "sec-iscallable", @@ -2485,6 +2484,7 @@ "https://tc39.es/proposal-error-stacks/": {}, "https://tc39.es/proposal-import-assertions/": { "anchors": [ + "sec-hostresolveimportedmodule", "sec-modulerequest-record", "sec-hostgetsupportedimportassertions" ], diff --git a/tr/links/miniapp-lifecycle.json b/tr/links/miniapp-lifecycle.json index 836b6fc2b066..52ee9cb075ea 100644 --- a/tr/links/miniapp-lifecycle.json +++ b/tr/links/miniapp-lifecycle.json @@ -19,7 +19,7 @@ "specShortname": "webidl" }, "https://www.rfc-editor.org/rfc/rfc5646": {}, - "https://www.unicode.org/reports/tr9/tr9-44.html": {}, + "https://www.unicode.org/reports/tr9/tr9-46.html": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" diff --git a/tr/links/prerendering-revamped.json b/tr/links/prerendering-revamped.json index 870ea36d6189..fd7e2df08f1b 100644 --- a/tr/links/prerendering-revamped.json +++ b/tr/links/prerendering-revamped.json @@ -41,7 +41,6 @@ "specShortname": "fullscreen" }, "https://github.com/shivanigithub/fenced-frame": {}, - "https://github.com/w3c/webappsec-csp/pull/564": {}, "https://github.com/whatwg/html/pull/6315": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { diff --git a/tr/links/private-network-access.json b/tr/links/private-network-access.json index 7fd3d184eedf..257827f10f49 100644 --- a/tr/links/private-network-access.json +++ b/tr/links/private-network-access.json @@ -49,6 +49,7 @@ "cache-entry", "concept-cache-create-entry", "concept-cache-match", + "forbidden-header-name", "concept-websocket-establish", "network-partition-key" ], diff --git a/tr/links/screen-capture.json b/tr/links/screen-capture.json index 4558f3474ef8..0523244dc898 100644 --- a/tr/links/screen-capture.json +++ b/tr/links/screen-capture.json @@ -73,6 +73,8 @@ "aborterror", "resolve", "notallowederror", + "Exposed", + "SecureContext", "idl-boolean", "idl-DOMString", "idl-sequence" diff --git a/tr/links/speculation-rules.json b/tr/links/speculation-rules.json index 780ae1e035ea..ffa065adabc2 100644 --- a/tr/links/speculation-rules.json +++ b/tr/links/speculation-rules.json @@ -5,16 +5,37 @@ }, "links": { "http://www.w3.org/community/": {}, + "https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector": {}, "https://dom.spec.whatwg.org/": { "anchors": [ "concept-node-document", "concept-node-children-changed-ext", "concept-child-text-content", "concept-document", - "concept-document-origin" + "document", + "concept-shadow-including-descendant", + "concept-shadow-including-tree-order", + "concept-document-origin", + "element", + "dom-parentnode-queryselector" ], "specShortname": "dom" }, + "https://drafts.csswg.org/selectors-4/": { + "anchors": [ + "selector", + "parse-a-selector", + "any-link-pseudo", + "pseudo-class", + "match-a-selector-against-an-element", + "scoping-root", + "visited-pseudo" + ], + "specShortname": "selectors-4" + }, + "https://drafts.csswg.org/selectors/": { + "specShortname": "selectors-4" + }, "https://fetch.spec.whatwg.org/": { "anchors": [ "http-scheme", @@ -31,6 +52,16 @@ "concept-document-bc" ] }, + "https://html.spec.whatwg.org/multipage/dom.html": { + "anchors": [ + "dom-document-links" + ] + }, + "https://html.spec.whatwg.org/multipage/image-maps.html": { + "anchors": [ + "the-area-element" + ] + }, "https://html.spec.whatwg.org/multipage/indices.html": { "anchors": [ "event-error", @@ -43,6 +74,13 @@ "in-parallel" ] }, + "https://html.spec.whatwg.org/multipage/links.html": { + "anchors": [ + "attr-hyperlink-href", + "dom-hyperlink-href", + "htmlhyperlinkelementutils" + ] + }, "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ "same-origin" @@ -61,6 +99,16 @@ "mark-as-ready" ] }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "get-an-element's-target" + ] + }, + "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { + "anchors": [ + "the-a-element" + ] + }, "https://html.spec.whatwg.org/multipage/urls-and-fetching.html": { "anchors": [ "document-base-url" @@ -94,6 +142,7 @@ "iteration-continue", "map-key", "set-append", + "map-iterate", "list-contain" ], "specShortname": "infra" @@ -103,13 +152,32 @@ "anchors": [ "concept-url", "concept-basic-url-parser", - "concept-url-scheme" + "concept-url-scheme", + "concept-url-serializer" ], "specShortname": "url" }, "https://w3c.github.io/webappsec-csp/": { "specShortname": "CSP3" }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "dfn-identifier", + "dfn-dictionary-member", + "dfn-inherited-dictionaries", + "idl-USVString" + ], + "specShortname": "webidl" + }, + "https://wicg.github.io/urlpattern/": { + "anchors": [ + "urlpattern", + "dom-urlpattern-urlpattern", + "urlpatterninit", + "match" + ], + "specShortname": "urlpattern" + }, "https://www.rfc-editor.org/rfc/rfc8446": {}, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} diff --git a/tr/links/storage-access.json b/tr/links/storage-access.json index 7877244f1e95..8384de9f15e7 100644 --- a/tr/links/storage-access.json +++ b/tr/links/storage-access.json @@ -177,7 +177,8 @@ "reject", "invalidstateerror", "idl-DOMException", - "resolve" + "resolve", + "notallowederror" ], "specShortname": "webidl" }, diff --git a/tr/links/tc39-array-from-async.json b/tr/links/tc39-array-from-async.json new file mode 100644 index 000000000000..7b2762dd0d8d --- /dev/null +++ b/tr/links/tc39-array-from-async.json @@ -0,0 +1,15 @@ +{ + "spec": { + "title": "ES Array.fromAsync (2022)", + "url": "https://tc39.es/proposal-array-from-async/" + }, + "links": { + "https://github.com/js-choi/proposal-array-async-from/blob/main/README.md": {}, + "https://tc39.es/ecma262/": { + "anchors": [ + "sec-properties-of-the-array-constructor" + ] + }, + "https://tc39.github.io/ecma262/": {} + } +} \ No newline at end of file diff --git a/tr/links/tc39-shadowrealm.json b/tr/links/tc39-shadowrealm.json index 168e0aa4688f..56009ad683c2 100644 --- a/tr/links/tc39-shadowrealm.json +++ b/tr/links/tc39-shadowrealm.json @@ -17,12 +17,12 @@ "sec-list-and-record-specification-type", "running-execution-context", "assert", + "sec-completion-ao", "execution-context-stack", "sec-returnifabrupt", "sec-completion-record-specification-type", "sec-iscallable", "sec-getfunctionrealm", - "sec-completion-ao", "sec-call", "sec-execution-contexts", "sec-makebasicobject", diff --git a/tr/links/trusted-types.json b/tr/links/trusted-types.json index 32c1ac287b7d..988dfb3873ff 100644 --- a/tr/links/trusted-types.json +++ b/tr/links/trusted-types.json @@ -1,7 +1,7 @@ { "spec": { "title": "Trusted Types", - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" + "url": "https://www.w3.org/TR/trusted-types/" }, "links": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, @@ -70,7 +70,6 @@ "https://github.com/google/security-research-pocs/tree/master/script-gadgets": {}, "https://github.com/tc39/ecma262/issues/938": {}, "https://github.com/w3c/svgwg/issues/196": {}, - "https://github.com/w3c/webappsec": {}, "https://github.com/whatwg/dom/issues/789": {}, "https://github.com/whatwg/dom/pull/809": {}, "https://heycam.github.io/webidl/": { @@ -166,18 +165,6 @@ "specShortname": "infra" }, "https://lists.w3.org/Archives/Public/public-webappsec/": {}, - "https://svgwg.org/svg2-draft/interact.html": { - "anchors": [ - "InterfaceSVGScriptElement" - ], - "specShortname": "SVG2" - }, - "https://svgwg.org/svg2-draft/types.html": { - "anchors": [ - "InterfaceSVGAnimatedString" - ], - "specShortname": "SVG2" - }, "https://tc39.es/ecma262/multipage/": { "anchors": [ "sec-object.create", @@ -221,14 +208,6 @@ ], "specShortname": "FileAPI" }, - "https://w3c.github.io/ServiceWorker/": { - "anchors": [ - "serviceworkercontainer", - "serviceworkerregistration", - "dictdef-registrationoptions" - ], - "specShortname": "service-workers" - }, "https://w3c.github.io/editing/docs/execCommand/": { "anchors": [ "the-inserthtml-command" @@ -236,26 +215,8 @@ }, "https://w3c.github.io/webappsec-csp/": { "anchors": [ - "script-src", - "header-content-security-policy-report-only", - "global-object-csp-list", - "content-security-policy-object", - "policy-directive-set", - "directives", "should-block-inline", - "directive-name", - "directive-value", - "grammardef-required-ascii-whitespace", - "directive-pre-navigation-check", - "directive-inline-check", - "violation-resource", - "violation-sample", - "policy-disposition", - "violation", - "source-expression", - "grammardef-unsafe-eval", - "grammardef-report-sample", - "object-src" + "grammardef-required-ascii-whitespace" ], "specShortname": "CSP3" }, @@ -301,7 +262,11 @@ "specShortname": "webidl" }, "https://wicg.github.io/origin-policy/": {}, - "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", @@ -310,13 +275,32 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/Mail/Request": {}, + "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/CSP3/": { "anchors": [ + "script-src", "policy-delivery", + "header-content-security-policy-report-only", + "global-object-csp-list", + "content-security-policy-object", + "policy-directive-set", + "directives", + "directive-name", + "directive-value", + "directive-pre-navigation-check", + "directive-inline-check", "create-violation-for-global", + "violation-resource", + "violation-sample", "report-violation", + "policy-disposition", + "violation", "can-compile-strings", - "security-inherit-csp" + "source-expression", + "grammardef-unsafe-eval", + "grammardef-report-sample", + "security-inherit-csp", + "object-src" ], "specShortname": "CSP3" }, @@ -335,7 +319,14 @@ }, "https://www.w3.org/TR/SVG2/interact.html": { "anchors": [ - "EventAttributes" + "EventAttributes", + "InterfaceSVGScriptElement" + ], + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/SVG2/types.html": { + "anchors": [ + "InterfaceSVGAnimatedString" ], "specShortname": "SVG2" }, @@ -346,7 +337,16 @@ "event-handler-content-attributes" ] }, - "https://www.w3.org/TR/service-workers-1/": {}, + "https://www.w3.org/TR/service-workers-1/": { + "anchors": [ + "serviceworkercontainer", + "serviceworkerregistration", + "dictdef-registrationoptions" + ] + }, + "https://www.w3.org/TR/service-workers/": { + "specShortname": "service-workers" + }, "https://www.w3.org/groups/wg/webappsec": {}, "https://www.w3.org/groups/wg/webappsec/ipr": {} } diff --git a/tr/links/urlpattern.json b/tr/links/urlpattern.json index a67e6d16a0a6..8f13edbb7099 100644 --- a/tr/links/urlpattern.json +++ b/tr/links/urlpattern.json @@ -99,8 +99,8 @@ "idl-sequence", "idl-record", "idl-undefined", - "exceptiondef-typeerror", - "this" + "this", + "exceptiondef-typeerror" ], "specShortname": "webidl" }, diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index 010c74ee72e0..bfdb796c9e9c 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -35,6 +35,8 @@ "https://github.com/privacycg/storage-partitioning": {}, "https://gpuweb.github.io/gpuweb/wgsl/": { "anchors": [ + "pipeline-overridable", + "floating-point-conversion", "attribute-binding", "attribute-group", "identifier-comparison", @@ -43,9 +45,7 @@ "program-error", "uncategorized-error", "comments", - "pipeline-overridable", "pipeline-overridable-constant-identifier-string", - "floating-point-conversion", "statically-accessed", "pipeline-overridable-constant-has-a-default-value", "pipeline-creation-error", @@ -165,7 +165,6 @@ "list-append", "ordered-map", "list-size", - "map-getting-the-keys", "map-exists", "list-is-empty", "stack", @@ -187,8 +186,8 @@ "anchors": [ "agent", "sec-agent-clusters", - "sec-data-blocks", "sec-returnifabrupt-shorthands", + "sec-data-blocks", "sec-createbytedatablock", "sec-properties-of-the-arraybuffer-instances", "sec-detacharraybuffer" @@ -211,10 +210,18 @@ "dfn-setlike", "dfn-set-entries", "exceptiondef-typeerror", + "idl-double", + "idl-float", + "idl-unrestricted-double", + "idl-unrestricted-float", + "dfn-convert-idl-to-ecmascript-value", + "dfn-convert-ecmascript-to-idl-value", + "idl-boolean", + "EnforceRange", + "idl-long", "SameObject", "idl-promise", "a-new-promise", - "idl-boolean", "idl-sequence", "reject", "operationerror", @@ -223,7 +230,6 @@ "idl-undefined", "getter-steps", "exceptiondef-rangeerror", - "EnforceRange", "dfn-detach", "arraybuffer-transfer", "a-promise-rejected-with", @@ -231,19 +237,13 @@ "aborterror", "dfn-interface-object", "securityerror", - "idl-float", "Clamp", "idl-unsigned-short", "idl-object", "idl-frozen-array", "NewObject", - "idl-double", - "dfn-convert-ecmascript-to-idl-value", - "idl-long", "idl-Uint32Array", "dfn-get-buffer-source-copy", - "idl-unrestricted-float", - "idl-long-long", "AllowShared", "BufferSource", "idl-DataView", diff --git a/tr/links/webidl.json b/tr/links/webidl.json index 77e31684eb33..5c78d2bcd703 100644 --- a/tr/links/webidl.json +++ b/tr/links/webidl.json @@ -22,6 +22,8 @@ "callbackdef-eventlistener", "concept-node-tree", "concept-document", + "concept-element", + "boundary-point-node", "dom-document-createelement", "document", "dom-document-implementation" @@ -315,6 +317,9 @@ "sec-promise-objects" ] }, + "https://w3c.github.io/IndexedDB/": { + "specShortname": "IndexedDB-3" + }, "https://w3c.github.io/ServiceWorker/": { "specShortname": "service-workers" }, diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 9059c2dac6bf..36f39d1c52c4 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -56,7 +56,7 @@ "https://gpuweb.github.io/gpuweb/": { "anchors": [ "gpu-device", - "security", + "security-considerations", "privacy-user-agent-state", "privacy-machine-artifacts", "command-buffers", diff --git a/tr/links/webrtc-encoded-transform.json b/tr/links/webrtc-encoded-transform.json index 8cea30198a13..8f2d87ac0195 100644 --- a/tr/links/webrtc-encoded-transform.json +++ b/tr/links/webrtc-encoded-transform.json @@ -53,8 +53,8 @@ "https://streams.spec.whatwg.org/": { "anchors": [ "readablestream", - "writablestream", "readablestream-set-up", + "writablestream", "writablestream-set-up", "writablestream-set-up-writealgorithm", "writablestream-set-up-sizealgorithm", @@ -100,8 +100,8 @@ "idl-sequence", "idl-unsigned-short", "idl-long", - "idl-octet", "idl-unsigned-long", + "idl-octet", "idl-object", "invalidstateerror", "notallowederror", @@ -109,6 +109,7 @@ ], "specShortname": "webidl" }, + "https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html": {}, "https://www.rfc-editor.org/rfc/rfc5104": {}, "https://www.w3.org/2004/01/pp-impl/47318/status": {}, "https://www.w3.org/2021/Process-20211102/": { diff --git a/tr/links/webrtc-stats.json b/tr/links/webrtc-stats.json index bb8a8117b3b2..6c3d2e06dc2d 100644 --- a/tr/links/webrtc-stats.json +++ b/tr/links/webrtc-stats.json @@ -27,6 +27,12 @@ ], "specShortname": "infra" }, + "https://w3c.github.io/mediacapture-main/": { + "anchors": [ + "context-capturing-state" + ], + "specShortname": "mediacapture-streams" + }, "https://w3c.github.io/webrtc-extensions/": { "anchors": [ "dom-rtcrtpreceiver-playoutdelay" @@ -42,8 +48,8 @@ "idl-unsigned-long-long", "idl-long-long", "idl-double", - "idl-record", "idl-boolean", + "idl-record", "idl-unsigned-short", "idl-long", "idl-sequence" @@ -137,6 +143,8 @@ "dom-rtcrtpsender-track", "dom-rtcicetransportstate-new", "dom-rtcrtptransceiver", + "dom-rtcrtptransceiver-currentdirection", + "dom-rtcrtpencodingparameters-active", "dom-rtptransceiver-mid", "dom-rtcrtpcodingparameters-rid", "dom-rtcdatachannelstate-open", diff --git a/tr/links/webusb.json b/tr/links/webusb.json index f316b94c6970..654c6e8a6d43 100644 --- a/tr/links/webusb.json +++ b/tr/links/webusb.json @@ -131,6 +131,13 @@ ] }, "https://tools.ietf.org/html/rfc4122": {}, + "https://w3c.github.io/ServiceWorker/": { + "anchors": [ + "dfn-service-worker-client", + "serviceworkerglobalscope" + ], + "specShortname": "service-workers" + }, "https://w3c.github.io/permissions/": { "anchors": [ "dfn-request-permission-to-use", @@ -153,6 +160,9 @@ ], "specShortname": "permissions-policy-1" }, + "https://w3c.github.io/webappsec-secure-contexts/": { + "specShortname": "secure-contexts" + }, "https://webidl.spec.whatwg.org/": { "anchors": [ "idl-unsigned-short", @@ -163,6 +173,7 @@ "SecureContext", "idl-promise", "SameObject", + "this", "resolve", "upon-fulfillment", "notfounderror", @@ -176,7 +187,6 @@ "BufferSource", "aborterror", "invalidstateerror", - "this", "new", "networkerror", "idl-ArrayBuffer", @@ -191,18 +201,6 @@ "specShortname": "permissions-request" }, "https://www.w3.org/TR/cors/": {}, - "https://www.w3.org/TR/css-values-4/": { - "specShortname": "css-values-4" - }, - "https://www.w3.org/TR/permissions-policy-1/": { - "specShortname": "permissions-policy-1" - }, - "https://www.w3.org/TR/permissions/": { - "specShortname": "permissions" - }, - "https://www.w3.org/TR/secure-contexts/": { - "specShortname": "secure-contexts" - }, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} } diff --git a/tr/refs/FedCM.json b/tr/refs/FedCM.json index cbfcf3faa06f..f5c281250311 100644 --- a/tr/refs/FedCM.json +++ b/tr/refs/FedCM.json @@ -33,6 +33,10 @@ "name": "DOM", "url": "https://dom.spec.whatwg.org/" }, + { + "name": "ENCODING", + "url": "https://encoding.spec.whatwg.org/" + }, { "name": "FETCH", "url": "https://fetch.spec.whatwg.org/" @@ -77,10 +81,18 @@ "name": "RFC9110", "url": "https://www.rfc-editor.org/rfc/rfc9110" }, + { + "name": "SECURE-CONTEXTS", + "url": "https://w3c.github.io/webappsec-secure-contexts/" + }, { "name": "URL", "url": "https://url.spec.whatwg.org/" }, + { + "name": "WEBAPPSEC-FETCH-METADATA-1", + "url": "https://w3c.github.io/webappsec-fetch-metadata/" + }, { "name": "WEBIDL", "url": "https://webidl.spec.whatwg.org/" diff --git a/tr/refs/change-password-url.json b/tr/refs/change-password-url.json index 2a698aa67219..6ce4c43a12f9 100644 --- a/tr/refs/change-password-url.json +++ b/tr/refs/change-password-url.json @@ -1,7 +1,7 @@ { "spec": { "title": "A Well-Known URL for Changing Passwords", - "url": "https://w3c.github.io/webappsec-change-password-url/" + "url": "https://www.w3.org/TR/change-password-url/" }, "refs": { "normative": [ @@ -15,7 +15,7 @@ }, { "name": "HTTP-SEMANTICS", - "url": "https://httpwg.org/specs/rfc7231.html" + "url": "https://www.rfc-editor.org/rfc/rfc9110" }, { "name": "INFRA", @@ -27,7 +27,11 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "RFC7231", + "url": "https://httpwg.org/specs/rfc7231.html" }, { "name": "SECURE-CONTEXTS", @@ -39,13 +43,13 @@ }, { "name": "WELL-KNOWN", - "url": "https://tools.ietf.org/html/rfc8615" + "url": "https://www.rfc-editor.org/rfc/rfc8615" } ], "informative": [ { "name": "IDNA", - "url": "https://www.unicode.org/reports/tr46/tr46-25.html" + "url": "https://www.unicode.org/reports/tr46/tr46-29.html" } ] } diff --git a/tr/refs/css-anchor-1.json b/tr/refs/css-anchor-1.json new file mode 100644 index 000000000000..504f3bcd2a25 --- /dev/null +++ b/tr/refs/css-anchor-1.json @@ -0,0 +1,68 @@ +{ + "spec": { + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-1/" + }, + "refs": { + "normative": [ + { + "name": "CSS-ALIGN-3", + "url": "https://drafts.csswg.org/css-align/" + }, + { + "name": "CSS-BOX-4", + "url": "https://drafts.csswg.org/css-box-4/" + }, + { + "name": "CSS-BREAK-4", + "url": "https://drafts.csswg.org/css-break-4/" + }, + { + "name": "CSS-CASCADE-5", + "url": "https://drafts.csswg.org/css-cascade-5/" + }, + { + "name": "CSS-DISPLAY-3", + "url": "https://drafts.csswg.org/css-display/" + }, + { + "name": "CSS-LOGICAL-1", + "url": "https://drafts.csswg.org/css-logical-1/" + }, + { + "name": "CSS-POSITION-3", + "url": "https://drafts.csswg.org/css-position-3/" + }, + { + "name": "CSS-SIZING-3", + "url": "https://drafts.csswg.org/css-sizing-3/" + }, + { + "name": "CSS-SYNTAX-3", + "url": "https://drafts.csswg.org/css-syntax/" + }, + { + "name": "CSS-VALUES-4", + "url": "https://drafts.csswg.org/css-values-4/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://drafts.csswg.org/css-writing-modes-4/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + } + ], + "informative": [ + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/css-shared-element-transitions-1.json b/tr/refs/css-shared-element-transitions-1.json index 2edae2050651..490906eb7536 100644 --- a/tr/refs/css-shared-element-transitions-1.json +++ b/tr/refs/css-shared-element-transitions-1.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "COMPOSITING-2", + "url": "https://drafts.fxtf.org/compositing-2/" + }, { "name": "CSS-BOX-4", "url": "https://drafts.csswg.org/css-box-4/" diff --git a/tr/refs/fido-v2.1.json b/tr/refs/fido-v2.1.json new file mode 100644 index 000000000000..fefb7fd84487 --- /dev/null +++ b/tr/refs/fido-v2.1.json @@ -0,0 +1,176 @@ +{ + "spec": { + "title": "Client to Authenticator Protocol (CTAP)", + "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html" + }, + "refs": { + "normative": [ + { + "name": "BTASSNUM", + "url": "https://www.bluetooth.org/en-us/specification/assigned-numbers" + }, + { + "name": "BTCCC", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "BTCORE", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "BTDIS", + "url": "https://www.bluetooth.com/specifications/adopted-specifications" + }, + { + "name": "BTGAP", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "BTGAS", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "BTPESTK", + "url": "https://www.bluetooth.com/specifications/adopted-specifications" + }, + { + "name": "BTSD", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "BTXPLAD", + "url": "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737" + }, + { + "name": "CC1V3-1R5", + "url": "https://www.commoncriteriaportal.org/files/ccfiles/CCPART1V3.1R5.pdf" + }, + { + "name": "CMVP", + "url": "https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Module-Validation-Program/documents/fips140-2/FIPS1402IG.pdf" + }, + { + "name": "CommonCriteria", + "url": "https://www.commoncriteriaportal.org/cc/" + }, + { + "name": "CREDENTIAL-MANAGEMENT-1", + "url": "https://www.w3.org/TR/credential-management-1/" + }, + { + "name": "CSPN", + "url": "https://www.ssi.gouv.fr/administration/produits-certifies/cspn/les-procedures-formulaires-et-methodologies/" + }, + { + "name": "FIDOAuthenticatorSecurityRequirements", + "url": "https://fidoalliance.org/specs/fido-security-requirements/fido-authenticator-security-requirements-v1.4-fd-20201102.html" + }, + { + "name": "FIDORegistry", + "url": "https://fidoalliance.org/specs/common-specs/fido-registry-v2.2-rd-20210525.html" + }, + { + "name": "FIDOSecRef", + "url": "https://fidoalliance.org/specs/common-specs/fido-security-ref-v2.1-rd-20210525.html" + }, + { + "name": "FIPS140-2", + "url": "http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf" + }, + { + "name": "FIPS140-3", + "url": "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-3.pdf" + }, + { + "name": "IANA-COSE-ALGS-REG", + "url": "https://www.iana.org/assignments/cose/cose.xhtml#algorithms" + }, + { + "name": "IANA-WebAuthn-Registries", + "url": "https://www.iana.org/assignments/webauthn/" + }, + { + "name": "ISO7816-4", + "url": "https://www.iso.org/standard/54550.html" + }, + { + "name": "RFC1951", + "url": "https://www.rfc-editor.org/rfc/rfc1951" + }, + { + "name": "RFC2397", + "url": "https://www.rfc-editor.org/rfc/rfc2397" + }, + { + "name": "RFC5116", + "url": "https://www.rfc-editor.org/rfc/rfc5116" + }, + { + "name": "RFC5869", + "url": "https://www.rfc-editor.org/rfc/rfc5869" + }, + { + "name": "RFC8152", + "url": "https://www.rfc-editor.org/rfc/rfc8152" + }, + { + "name": "RFC8809", + "url": "https://www.rfc-editor.org/rfc/rfc8809" + }, + { + "name": "RFC8949", + "url": "https://www.rfc-editor.org/rfc/rfc8949.html" + }, + { + "name": "SEC1V2", + "url": "http://secg.org/download/aid-780/sec1-v2.pdf" + }, + { + "name": "SP800-56A", + "url": "https://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf" + }, + { + "name": "U2FBle", + "url": "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-bt-protocol-v1.2-ps-20170411.html" + }, + { + "name": "U2FNfc", + "url": "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-nfc-protocol-v1.2-ps-20170411.html" + }, + { + "name": "U2FRawMsgs", + "url": "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-raw-message-formats-v1.2-ps-20170411.html" + }, + { + "name": "U2FUsbHid", + "url": "https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-hid-protocol-v1.2-ps-20170411.html" + }, + { + "name": "WebAuthn", + "url": "https://www.w3.org/TR/webauthn-2/" + }, + { + "name": "WEBAUTHN-1", + "url": "https://www.w3.org/TR/webauthn-1/" + }, + { + "name": "WebAuthn-2", + "url": "https://www.w3.org/TR/webauthn-2/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [ + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "RFC6090", + "url": "https://www.rfc-editor.org/rfc/rfc6090" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/html-aria.json b/tr/refs/html-aria.json index 290aac0e5d0d..44a83adcaa97 100644 --- a/tr/refs/html-aria.json +++ b/tr/refs/html-aria.json @@ -5,10 +5,18 @@ }, "refs": { "normative": [ + { + "name": "accname-1.2", + "url": "https://www.w3.org/TR/accname-1.2/" + }, { "name": "dpub-aria-1.0", "url": "https://www.w3.org/TR/dpub-aria-1.0/" }, + { + "name": "dpub-aria-1.1", + "url": "https://www.w3.org/TR/dpub-aria-1.1/" + }, { "name": "html", "url": "https://html.spec.whatwg.org/multipage/" @@ -36,6 +44,10 @@ { "name": "wai-aria-1.1", "url": "https://www.w3.org/TR/wai-aria-1.1/" + }, + { + "name": "wai-aria-1.2", + "url": "https://www.w3.org/TR/wai-aria-1.2/" } ], "informative": [ diff --git a/tr/refs/miniapp-lifecycle.json b/tr/refs/miniapp-lifecycle.json index 02a32e5c8e63..e15981225591 100644 --- a/tr/refs/miniapp-lifecycle.json +++ b/tr/refs/miniapp-lifecycle.json @@ -12,7 +12,7 @@ }, { "name": "UAX9", - "url": "https://www.unicode.org/reports/tr9/tr9-44.html" + "url": "https://www.unicode.org/reports/tr9/tr9-46.html" }, { "name": "webidl", diff --git a/tr/refs/speculation-rules.json b/tr/refs/speculation-rules.json index 04840030883f..119a25a3b057 100644 --- a/tr/refs/speculation-rules.json +++ b/tr/refs/speculation-rules.json @@ -21,9 +21,17 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, + { + "name": "SELECTORS-4", + "url": "https://drafts.csswg.org/selectors/" + }, { "name": "URL", "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ diff --git a/tr/refs/trusted-types.json b/tr/refs/trusted-types.json index 471a49bda947..7b446c74a04b 100644 --- a/tr/refs/trusted-types.json +++ b/tr/refs/trusted-types.json @@ -1,7 +1,7 @@ { "spec": { "title": "Trusted Types", - "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" + "url": "https://www.w3.org/TR/trusted-types/" }, "refs": { "normative": [ @@ -46,8 +46,8 @@ "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { - "name": "SERVICE-WORKERS-1", - "url": "https://www.w3.org/TR/service-workers-1/" + "name": "SERVICE-WORKERS", + "url": "https://www.w3.org/TR/service-workers/" }, { "name": "SVG2", diff --git a/tr/refs/webidl.json b/tr/refs/webidl.json index b7678f7051a2..88dcb972eb5e 100644 --- a/tr/refs/webidl.json +++ b/tr/refs/webidl.json @@ -63,6 +63,10 @@ "name": "FETCH", "url": "https://fetch.spec.whatwg.org/" }, + { + "name": "INDEXEDDB", + "url": "https://w3c.github.io/IndexedDB/" + }, { "name": "SERVICE-WORKERS", "url": "https://w3c.github.io/ServiceWorker/" diff --git a/tr/refs/webrtc-encoded-transform.json b/tr/refs/webrtc-encoded-transform.json index 268b8e6d380e..84ce0a07782e 100644 --- a/tr/refs/webrtc-encoded-transform.json +++ b/tr/refs/webrtc-encoded-transform.json @@ -43,6 +43,10 @@ "name": "RFC5104", "url": "https://www.rfc-editor.org/rfc/rfc5104" }, + { + "name": "SFrame", + "url": "https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html" + }, { "name": "WEB-CODECS", "url": "https://github.com/WICG/web-codecs/blob/master/explainer.md" diff --git a/tr/refs/webusb.json b/tr/refs/webusb.json index 3b8232738056..79a2526d51b7 100644 --- a/tr/refs/webusb.json +++ b/tr/refs/webusb.json @@ -7,7 +7,7 @@ "normative": [ { "name": "CSS-VALUES-4", - "url": "https://www.w3.org/TR/css-values-4/" + "url": "https://drafts.csswg.org/css-values-4/" }, { "name": "DOM", @@ -27,11 +27,11 @@ }, { "name": "PERMISSIONS", - "url": "https://www.w3.org/TR/permissions/" + "url": "https://w3c.github.io/permissions/" }, { "name": "PERMISSIONS-POLICY-1", - "url": "https://www.w3.org/TR/permissions-policy-1/" + "url": "https://w3c.github.io/webappsec-permissions-policy/" }, { "name": "PERMISSIONS-REQUEST", @@ -41,6 +41,10 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, + { + "name": "SERVICE-WORKERS", + "url": "https://w3c.github.io/ServiceWorker/" + }, { "name": "USB31", "url": "http://www.usb.org/developers/docs/" @@ -57,7 +61,7 @@ }, { "name": "POWERFUL-FEATURES", - "url": "https://www.w3.org/TR/secure-contexts/" + "url": "https://w3c.github.io/webappsec-secure-contexts/" }, { "name": "RFC4122",