@webref/xref 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/ed/dfns/attribution.json +10 -10
  2. package/ed/dfns/css-anchor-position-1.json +30 -30
  3. package/ed/dfns/css-conditional-5.json +40 -0
  4. package/ed/dfns/css-env-1.json +20 -0
  5. package/ed/dfns/css-navigation-1.json +186 -72
  6. package/ed/dfns/ecmascript.json +548 -440
  7. package/ed/dfns/html.json +2328 -516
  8. package/ed/dfns/manifest-incubations.json +193 -28
  9. package/ed/dfns/mathml4.json +2 -2
  10. package/ed/dfns/rdf12-semantics.json +23 -0
  11. package/ed/dfns/selectors-4.json +1 -1
  12. package/ed/dfns/soft-navigations.json +93 -137
  13. package/ed/dfns/webdriver-bidi.json +26 -49
  14. package/ed/dfns/webmcp.json +16 -38
  15. package/ed/dfns/webxrlayers-1.json +63 -50
  16. package/ed/headings/SVG2.json +1 -1
  17. package/ed/headings/attribution.json +44 -43
  18. package/ed/headings/css-navigation-1.json +14 -7
  19. package/ed/headings/design-principles.json +12 -5
  20. package/ed/headings/digital-credentials.json +3 -3
  21. package/ed/headings/ecmascript.json +291 -249
  22. package/ed/headings/geolocation-element.json +1 -1
  23. package/ed/headings/html-aam-1.0.json +6 -6
  24. package/ed/headings/html-ruby-extensions.json +13 -0
  25. package/ed/headings/html.json +123 -32
  26. package/ed/headings/largest-contentful-paint.json +1 -1
  27. package/ed/headings/manifest-incubations.json +68 -8
  28. package/ed/headings/mathml4.json +50 -50
  29. package/ed/headings/selectors-4.json +57 -8
  30. package/ed/headings/soft-navigations.json +1 -1
  31. package/ed/headings/tc39-atomics-microwait.json +1 -1
  32. package/ed/headings/url.json +1 -1
  33. package/ed/headings/webaudio-1.0.json +1 -1
  34. package/ed/headings/webaudio-1.1.json +1 -1
  35. package/ed/headings/webmcp.json +157 -4
  36. package/ed/headings/webxrlayers-1.json +1 -1
  37. package/package.json +1 -1
  38. package/specs.json +96 -96
  39. package/tr/dfns/attribution.json +10 -10
  40. package/tr/dfns/mathml4.json +2 -2
  41. package/tr/dfns/webdriver-bidi.json +26 -49
  42. package/tr/dfns/webxrlayers-1.json +63 -50
  43. package/tr/headings/attribution.json +44 -43
  44. package/tr/headings/digital-credentials.json +3 -3
  45. package/tr/headings/html-aam-1.0.json +6 -6
  46. package/tr/headings/mathml4.json +50 -50
  47. package/tr/headings/webxrlayers-1.json +1 -1
@@ -1708,7 +1708,7 @@
1708
1708
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference",
1709
1709
  "linkingText": [
1710
1710
  "IsPropertyReference",
1711
- "IsPropertyReference(referenceRecord)"
1711
+ "IsPropertyReference(refRecord)"
1712
1712
  ],
1713
1713
  "localLinkingText": [],
1714
1714
  "type": "abstract-op",
@@ -1718,7 +1718,7 @@
1718
1718
  "heading": {
1719
1719
  "id": "sec-ispropertyreference",
1720
1720
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-ispropertyreference",
1721
- "title": "IsPropertyReference ( referenceRecord )",
1721
+ "title": "IsPropertyReference ( refRecord )",
1722
1722
  "number": "6.2.5.1"
1723
1723
  },
1724
1724
  "definedIn": "heading",
@@ -1729,7 +1729,7 @@
1729
1729
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference",
1730
1730
  "linkingText": [
1731
1731
  "IsUnresolvableReference",
1732
- "IsUnresolvableReference(referenceRecord)"
1732
+ "IsUnresolvableReference(refRecord)"
1733
1733
  ],
1734
1734
  "localLinkingText": [],
1735
1735
  "type": "abstract-op",
@@ -1739,7 +1739,7 @@
1739
1739
  "heading": {
1740
1740
  "id": "sec-isunresolvablereference",
1741
1741
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isunresolvablereference",
1742
- "title": "IsUnresolvableReference ( referenceRecord )",
1742
+ "title": "IsUnresolvableReference ( refRecord )",
1743
1743
  "number": "6.2.5.2"
1744
1744
  },
1745
1745
  "definedIn": "heading",
@@ -1750,7 +1750,7 @@
1750
1750
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference",
1751
1751
  "linkingText": [
1752
1752
  "IsSuperReference",
1753
- "IsSuperReference(referenceRecord)"
1753
+ "IsSuperReference(refRecord)"
1754
1754
  ],
1755
1755
  "localLinkingText": [],
1756
1756
  "type": "abstract-op",
@@ -1760,7 +1760,7 @@
1760
1760
  "heading": {
1761
1761
  "id": "sec-issuperreference",
1762
1762
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-issuperreference",
1763
- "title": "IsSuperReference ( referenceRecord )",
1763
+ "title": "IsSuperReference ( refRecord )",
1764
1764
  "number": "6.2.5.3"
1765
1765
  },
1766
1766
  "definedIn": "heading",
@@ -1771,7 +1771,7 @@
1771
1771
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference",
1772
1772
  "linkingText": [
1773
1773
  "IsPrivateReference",
1774
- "IsPrivateReference(referenceRecord)"
1774
+ "IsPrivateReference(refRecord)"
1775
1775
  ],
1776
1776
  "localLinkingText": [],
1777
1777
  "type": "abstract-op",
@@ -1781,7 +1781,7 @@
1781
1781
  "heading": {
1782
1782
  "id": "sec-isprivatereference",
1783
1783
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isprivatereference",
1784
- "title": "IsPrivateReference ( referenceRecord )",
1784
+ "title": "IsPrivateReference ( refRecord )",
1785
1785
  "number": "6.2.5.4"
1786
1786
  },
1787
1787
  "definedIn": "heading",
@@ -1792,7 +1792,7 @@
1792
1792
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue",
1793
1793
  "linkingText": [
1794
1794
  "GetValue",
1795
- "GetValue(referenceRecord)"
1795
+ "GetValue(refRecord)"
1796
1796
  ],
1797
1797
  "localLinkingText": [],
1798
1798
  "type": "abstract-op",
@@ -1802,7 +1802,7 @@
1802
1802
  "heading": {
1803
1803
  "id": "sec-getvalue",
1804
1804
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getvalue",
1805
- "title": "GetValue ( referenceRecord )",
1805
+ "title": "GetValue ( refRecord )",
1806
1806
  "number": "6.2.5.5"
1807
1807
  },
1808
1808
  "definedIn": "heading",
@@ -1813,7 +1813,7 @@
1813
1813
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue",
1814
1814
  "linkingText": [
1815
1815
  "PutValue",
1816
- "PutValue(referenceRecord, value)"
1816
+ "PutValue(refRecord, value)"
1817
1817
  ],
1818
1818
  "localLinkingText": [],
1819
1819
  "type": "abstract-op",
@@ -1823,7 +1823,7 @@
1823
1823
  "heading": {
1824
1824
  "id": "sec-putvalue",
1825
1825
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-putvalue",
1826
- "title": "PutValue ( referenceRecord, value )",
1826
+ "title": "PutValue ( refRecord, value )",
1827
1827
  "number": "6.2.5.6"
1828
1828
  },
1829
1829
  "definedIn": "heading",
@@ -1834,7 +1834,7 @@
1834
1834
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue",
1835
1835
  "linkingText": [
1836
1836
  "GetThisValue",
1837
- "GetThisValue(referenceRecord)"
1837
+ "GetThisValue(refRecord)"
1838
1838
  ],
1839
1839
  "localLinkingText": [],
1840
1840
  "type": "abstract-op",
@@ -1844,7 +1844,7 @@
1844
1844
  "heading": {
1845
1845
  "id": "sec-getthisvalue",
1846
1846
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-getthisvalue",
1847
- "title": "GetThisValue ( referenceRecord )",
1847
+ "title": "GetThisValue ( refRecord )",
1848
1848
  "number": "6.2.5.7"
1849
1849
  },
1850
1850
  "definedIn": "heading",
@@ -1855,7 +1855,7 @@
1855
1855
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding",
1856
1856
  "linkingText": [
1857
1857
  "InitializeReferencedBinding",
1858
- "InitializeReferencedBinding(referenceRecord, value)"
1858
+ "InitializeReferencedBinding(refRecord, value)"
1859
1859
  ],
1860
1860
  "localLinkingText": [],
1861
1861
  "type": "abstract-op",
@@ -1865,7 +1865,7 @@
1865
1865
  "heading": {
1866
1866
  "id": "sec-initializereferencedbinding",
1867
1867
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-initializereferencedbinding",
1868
- "title": "InitializeReferencedBinding ( referenceRecord, value )",
1868
+ "title": "InitializeReferencedBinding ( refRecord, value )",
1869
1869
  "number": "6.2.5.8"
1870
1870
  },
1871
1871
  "definedIn": "heading",
@@ -1942,7 +1942,7 @@
1942
1942
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor",
1943
1943
  "linkingText": [
1944
1944
  "IsAccessorDescriptor",
1945
- "IsAccessorDescriptor(desc)"
1945
+ "IsAccessorDescriptor(propertyDesc)"
1946
1946
  ],
1947
1947
  "localLinkingText": [],
1948
1948
  "type": "abstract-op",
@@ -1952,7 +1952,7 @@
1952
1952
  "heading": {
1953
1953
  "id": "sec-isaccessordescriptor",
1954
1954
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isaccessordescriptor",
1955
- "title": "IsAccessorDescriptor ( desc )",
1955
+ "title": "IsAccessorDescriptor ( propertyDesc )",
1956
1956
  "number": "6.2.6.1"
1957
1957
  },
1958
1958
  "definedIn": "heading",
@@ -1963,7 +1963,7 @@
1963
1963
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor",
1964
1964
  "linkingText": [
1965
1965
  "IsDataDescriptor",
1966
- "IsDataDescriptor(desc)"
1966
+ "IsDataDescriptor(propertyDesc)"
1967
1967
  ],
1968
1968
  "localLinkingText": [],
1969
1969
  "type": "abstract-op",
@@ -1973,7 +1973,7 @@
1973
1973
  "heading": {
1974
1974
  "id": "sec-isdatadescriptor",
1975
1975
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor",
1976
- "title": "IsDataDescriptor ( desc )",
1976
+ "title": "IsDataDescriptor ( propertyDesc )",
1977
1977
  "number": "6.2.6.2"
1978
1978
  },
1979
1979
  "definedIn": "heading",
@@ -1984,7 +1984,7 @@
1984
1984
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor",
1985
1985
  "linkingText": [
1986
1986
  "IsGenericDescriptor",
1987
- "IsGenericDescriptor(desc)"
1987
+ "IsGenericDescriptor(propertyDesc)"
1988
1988
  ],
1989
1989
  "localLinkingText": [],
1990
1990
  "type": "abstract-op",
@@ -1994,7 +1994,7 @@
1994
1994
  "heading": {
1995
1995
  "id": "sec-isgenericdescriptor",
1996
1996
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isgenericdescriptor",
1997
- "title": "IsGenericDescriptor ( desc )",
1997
+ "title": "IsGenericDescriptor ( propertyDesc )",
1998
1998
  "number": "6.2.6.3"
1999
1999
  },
2000
2000
  "definedIn": "heading",
@@ -2005,7 +2005,7 @@
2005
2005
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor",
2006
2006
  "linkingText": [
2007
2007
  "FromPropertyDescriptor",
2008
- "FromPropertyDescriptor(desc)"
2008
+ "FromPropertyDescriptor(propertyDesc)"
2009
2009
  ],
2010
2010
  "localLinkingText": [],
2011
2011
  "type": "abstract-op",
@@ -2015,7 +2015,7 @@
2015
2015
  "heading": {
2016
2016
  "id": "sec-frompropertydescriptor",
2017
2017
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-frompropertydescriptor",
2018
- "title": "FromPropertyDescriptor ( desc )",
2018
+ "title": "FromPropertyDescriptor ( propertyDesc )",
2019
2019
  "number": "6.2.6.4"
2020
2020
  },
2021
2021
  "definedIn": "heading",
@@ -2047,7 +2047,7 @@
2047
2047
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor",
2048
2048
  "linkingText": [
2049
2049
  "CompletePropertyDescriptor",
2050
- "CompletePropertyDescriptor(desc)"
2050
+ "CompletePropertyDescriptor(propertyDesc)"
2051
2051
  ],
2052
2052
  "localLinkingText": [],
2053
2053
  "type": "abstract-op",
@@ -2057,7 +2057,7 @@
2057
2057
  "heading": {
2058
2058
  "id": "sec-completepropertydescriptor",
2059
2059
  "href": "https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completepropertydescriptor",
2060
- "title": "CompletePropertyDescriptor ( desc )",
2060
+ "title": "CompletePropertyDescriptor ( propertyDesc )",
2061
2061
  "number": "6.2.6.6"
2062
2062
  },
2063
2063
  "definedIn": "heading",
@@ -2357,7 +2357,7 @@
2357
2357
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean",
2358
2358
  "linkingText": [
2359
2359
  "ToBoolean",
2360
- "ToBoolean(argument)"
2360
+ "ToBoolean(arg)"
2361
2361
  ],
2362
2362
  "localLinkingText": [],
2363
2363
  "type": "abstract-op",
@@ -2367,7 +2367,7 @@
2367
2367
  "heading": {
2368
2368
  "id": "sec-toboolean",
2369
2369
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toboolean",
2370
- "title": "ToBoolean ( argument )",
2370
+ "title": "ToBoolean ( arg )",
2371
2371
  "number": "7.1.2"
2372
2372
  },
2373
2373
  "definedIn": "heading",
@@ -2378,7 +2378,7 @@
2378
2378
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric",
2379
2379
  "linkingText": [
2380
2380
  "ToNumeric",
2381
- "ToNumeric(value)"
2381
+ "ToNumeric(arg)"
2382
2382
  ],
2383
2383
  "localLinkingText": [],
2384
2384
  "type": "abstract-op",
@@ -2388,7 +2388,7 @@
2388
2388
  "heading": {
2389
2389
  "id": "sec-tonumeric",
2390
2390
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumeric",
2391
- "title": "ToNumeric ( value )",
2391
+ "title": "ToNumeric ( arg )",
2392
2392
  "number": "7.1.3"
2393
2393
  },
2394
2394
  "definedIn": "heading",
@@ -2399,7 +2399,7 @@
2399
2399
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber",
2400
2400
  "linkingText": [
2401
2401
  "ToNumber",
2402
- "ToNumber(argument)"
2402
+ "ToNumber(arg)"
2403
2403
  ],
2404
2404
  "localLinkingText": [],
2405
2405
  "type": "abstract-op",
@@ -2409,7 +2409,7 @@
2409
2409
  "heading": {
2410
2410
  "id": "sec-tonumber",
2411
2411
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber",
2412
- "title": "ToNumber ( argument )",
2412
+ "title": "ToNumber ( arg )",
2413
2413
  "number": "7.1.4"
2414
2414
  },
2415
2415
  "definedIn": "heading",
@@ -2540,7 +2540,7 @@
2540
2540
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber",
2541
2541
  "linkingText": [
2542
2542
  "StringToNumber",
2543
- "StringToNumber(str)"
2543
+ "StringToNumber(string)"
2544
2544
  ],
2545
2545
  "localLinkingText": [],
2546
2546
  "type": "abstract-op",
@@ -2550,7 +2550,7 @@
2550
2550
  "heading": {
2551
2551
  "id": "sec-stringtonumber",
2552
2552
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtonumber",
2553
- "title": "StringToNumber ( str )",
2553
+ "title": "StringToNumber ( string )",
2554
2554
  "number": "7.1.4.1.1"
2555
2555
  },
2556
2556
  "definedIn": "heading",
@@ -2582,7 +2582,7 @@
2582
2582
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity",
2583
2583
  "linkingText": [
2584
2584
  "ToIntegerOrInfinity",
2585
- "ToIntegerOrInfinity(argument)"
2585
+ "ToIntegerOrInfinity(arg)"
2586
2586
  ],
2587
2587
  "localLinkingText": [],
2588
2588
  "type": "abstract-op",
@@ -2592,7 +2592,7 @@
2592
2592
  "heading": {
2593
2593
  "id": "sec-tointegerorinfinity",
2594
2594
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tointegerorinfinity",
2595
- "title": "ToIntegerOrInfinity ( argument )",
2595
+ "title": "ToIntegerOrInfinity ( arg )",
2596
2596
  "number": "7.1.5"
2597
2597
  },
2598
2598
  "definedIn": "heading",
@@ -2624,7 +2624,7 @@
2624
2624
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32",
2625
2625
  "linkingText": [
2626
2626
  "ToInt32",
2627
- "ToInt32(argument)"
2627
+ "ToInt32(arg)"
2628
2628
  ],
2629
2629
  "localLinkingText": [],
2630
2630
  "type": "abstract-op",
@@ -2634,7 +2634,7 @@
2634
2634
  "heading": {
2635
2635
  "id": "sec-toint32",
2636
2636
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint32",
2637
- "title": "ToInt32 ( argument )",
2637
+ "title": "ToInt32 ( arg )",
2638
2638
  "number": "7.1.7"
2639
2639
  },
2640
2640
  "definedIn": "heading",
@@ -2645,7 +2645,7 @@
2645
2645
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32",
2646
2646
  "linkingText": [
2647
2647
  "ToUint32",
2648
- "ToUint32(argument)"
2648
+ "ToUint32(arg)"
2649
2649
  ],
2650
2650
  "localLinkingText": [],
2651
2651
  "type": "abstract-op",
@@ -2655,7 +2655,7 @@
2655
2655
  "heading": {
2656
2656
  "id": "sec-touint32",
2657
2657
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint32",
2658
- "title": "ToUint32 ( argument )",
2658
+ "title": "ToUint32 ( arg )",
2659
2659
  "number": "7.1.8"
2660
2660
  },
2661
2661
  "definedIn": "heading",
@@ -2666,7 +2666,7 @@
2666
2666
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16",
2667
2667
  "linkingText": [
2668
2668
  "ToInt16",
2669
- "ToInt16(argument)"
2669
+ "ToInt16(arg)"
2670
2670
  ],
2671
2671
  "localLinkingText": [],
2672
2672
  "type": "abstract-op",
@@ -2676,7 +2676,7 @@
2676
2676
  "heading": {
2677
2677
  "id": "sec-toint16",
2678
2678
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint16",
2679
- "title": "ToInt16 ( argument )",
2679
+ "title": "ToInt16 ( arg )",
2680
2680
  "number": "7.1.9"
2681
2681
  },
2682
2682
  "definedIn": "heading",
@@ -2687,7 +2687,7 @@
2687
2687
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16",
2688
2688
  "linkingText": [
2689
2689
  "ToUint16",
2690
- "ToUint16(argument)"
2690
+ "ToUint16(arg)"
2691
2691
  ],
2692
2692
  "localLinkingText": [],
2693
2693
  "type": "abstract-op",
@@ -2697,7 +2697,7 @@
2697
2697
  "heading": {
2698
2698
  "id": "sec-touint16",
2699
2699
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint16",
2700
- "title": "ToUint16 ( argument )",
2700
+ "title": "ToUint16 ( arg )",
2701
2701
  "number": "7.1.10"
2702
2702
  },
2703
2703
  "definedIn": "heading",
@@ -2708,7 +2708,7 @@
2708
2708
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8",
2709
2709
  "linkingText": [
2710
2710
  "ToInt8",
2711
- "ToInt8(argument)"
2711
+ "ToInt8(arg)"
2712
2712
  ],
2713
2713
  "localLinkingText": [],
2714
2714
  "type": "abstract-op",
@@ -2718,7 +2718,7 @@
2718
2718
  "heading": {
2719
2719
  "id": "sec-toint8",
2720
2720
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toint8",
2721
- "title": "ToInt8 ( argument )",
2721
+ "title": "ToInt8 ( arg )",
2722
2722
  "number": "7.1.11"
2723
2723
  },
2724
2724
  "definedIn": "heading",
@@ -2729,7 +2729,7 @@
2729
2729
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8",
2730
2730
  "linkingText": [
2731
2731
  "ToUint8",
2732
- "ToUint8(argument)"
2732
+ "ToUint8(arg)"
2733
2733
  ],
2734
2734
  "localLinkingText": [],
2735
2735
  "type": "abstract-op",
@@ -2739,7 +2739,7 @@
2739
2739
  "heading": {
2740
2740
  "id": "sec-touint8",
2741
2741
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8",
2742
- "title": "ToUint8 ( argument )",
2742
+ "title": "ToUint8 ( arg )",
2743
2743
  "number": "7.1.12"
2744
2744
  },
2745
2745
  "definedIn": "heading",
@@ -2750,7 +2750,7 @@
2750
2750
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp",
2751
2751
  "linkingText": [
2752
2752
  "ToUint8Clamp",
2753
- "ToUint8Clamp(argument)"
2753
+ "ToUint8Clamp(arg)"
2754
2754
  ],
2755
2755
  "localLinkingText": [],
2756
2756
  "type": "abstract-op",
@@ -2760,7 +2760,7 @@
2760
2760
  "heading": {
2761
2761
  "id": "sec-touint8clamp",
2762
2762
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-touint8clamp",
2763
- "title": "ToUint8Clamp ( argument )",
2763
+ "title": "ToUint8Clamp ( arg )",
2764
2764
  "number": "7.1.13"
2765
2765
  },
2766
2766
  "definedIn": "heading",
@@ -2771,7 +2771,7 @@
2771
2771
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint",
2772
2772
  "linkingText": [
2773
2773
  "ToBigInt",
2774
- "ToBigInt(argument)"
2774
+ "ToBigInt(arg)"
2775
2775
  ],
2776
2776
  "localLinkingText": [],
2777
2777
  "type": "abstract-op",
@@ -2781,7 +2781,7 @@
2781
2781
  "heading": {
2782
2782
  "id": "sec-tobigint",
2783
2783
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint",
2784
- "title": "ToBigInt ( argument )",
2784
+ "title": "ToBigInt ( arg )",
2785
2785
  "number": "7.1.14"
2786
2786
  },
2787
2787
  "definedIn": "heading",
@@ -2792,7 +2792,7 @@
2792
2792
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint",
2793
2793
  "linkingText": [
2794
2794
  "StringToBigInt",
2795
- "StringToBigInt(str)"
2795
+ "StringToBigInt(string)"
2796
2796
  ],
2797
2797
  "localLinkingText": [],
2798
2798
  "type": "abstract-op",
@@ -2802,7 +2802,7 @@
2802
2802
  "heading": {
2803
2803
  "id": "sec-stringtobigint",
2804
2804
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-stringtobigint",
2805
- "title": "StringToBigInt ( str )",
2805
+ "title": "StringToBigInt ( string )",
2806
2806
  "number": "7.1.15"
2807
2807
  },
2808
2808
  "definedIn": "heading",
@@ -2853,7 +2853,7 @@
2853
2853
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64",
2854
2854
  "linkingText": [
2855
2855
  "ToBigInt64",
2856
- "ToBigInt64(argument)"
2856
+ "ToBigInt64(arg)"
2857
2857
  ],
2858
2858
  "localLinkingText": [],
2859
2859
  "type": "abstract-op",
@@ -2863,7 +2863,7 @@
2863
2863
  "heading": {
2864
2864
  "id": "sec-tobigint64",
2865
2865
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobigint64",
2866
- "title": "ToBigInt64 ( argument )",
2866
+ "title": "ToBigInt64 ( arg )",
2867
2867
  "number": "7.1.16"
2868
2868
  },
2869
2869
  "definedIn": "heading",
@@ -2874,7 +2874,7 @@
2874
2874
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobiguint64",
2875
2875
  "linkingText": [
2876
2876
  "ToBigUint64",
2877
- "ToBigUint64(argument)"
2877
+ "ToBigUint64(arg)"
2878
2878
  ],
2879
2879
  "localLinkingText": [],
2880
2880
  "type": "abstract-op",
@@ -2884,7 +2884,7 @@
2884
2884
  "heading": {
2885
2885
  "id": "sec-tobiguint64",
2886
2886
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tobiguint64",
2887
- "title": "ToBigUint64 ( argument )",
2887
+ "title": "ToBigUint64 ( arg )",
2888
2888
  "number": "7.1.17"
2889
2889
  },
2890
2890
  "definedIn": "heading",
@@ -2895,7 +2895,7 @@
2895
2895
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring",
2896
2896
  "linkingText": [
2897
2897
  "ToString",
2898
- "ToString(argument)"
2898
+ "ToString(arg)"
2899
2899
  ],
2900
2900
  "localLinkingText": [],
2901
2901
  "type": "abstract-op",
@@ -2905,7 +2905,7 @@
2905
2905
  "heading": {
2906
2906
  "id": "sec-tostring",
2907
2907
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tostring",
2908
- "title": "ToString ( argument )",
2908
+ "title": "ToString ( arg )",
2909
2909
  "number": "7.1.18"
2910
2910
  },
2911
2911
  "definedIn": "heading",
@@ -2916,7 +2916,7 @@
2916
2916
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject",
2917
2917
  "linkingText": [
2918
2918
  "ToObject",
2919
- "ToObject(argument)"
2919
+ "ToObject(arg)"
2920
2920
  ],
2921
2921
  "localLinkingText": [],
2922
2922
  "type": "abstract-op",
@@ -2926,7 +2926,7 @@
2926
2926
  "heading": {
2927
2927
  "id": "sec-toobject",
2928
2928
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject",
2929
- "title": "ToObject ( argument )",
2929
+ "title": "ToObject ( arg )",
2930
2930
  "number": "7.1.19"
2931
2931
  },
2932
2932
  "definedIn": "heading",
@@ -2937,7 +2937,7 @@
2937
2937
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey",
2938
2938
  "linkingText": [
2939
2939
  "ToPropertyKey",
2940
- "ToPropertyKey(argument)"
2940
+ "ToPropertyKey(arg)"
2941
2941
  ],
2942
2942
  "localLinkingText": [],
2943
2943
  "type": "abstract-op",
@@ -2947,7 +2947,7 @@
2947
2947
  "heading": {
2948
2948
  "id": "sec-topropertykey",
2949
2949
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-topropertykey",
2950
- "title": "ToPropertyKey ( argument )",
2950
+ "title": "ToPropertyKey ( arg )",
2951
2951
  "number": "7.1.20"
2952
2952
  },
2953
2953
  "definedIn": "heading",
@@ -2958,7 +2958,7 @@
2958
2958
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength",
2959
2959
  "linkingText": [
2960
2960
  "ToLength",
2961
- "ToLength(argument)"
2961
+ "ToLength(arg)"
2962
2962
  ],
2963
2963
  "localLinkingText": [],
2964
2964
  "type": "abstract-op",
@@ -2968,7 +2968,7 @@
2968
2968
  "heading": {
2969
2969
  "id": "sec-tolength",
2970
2970
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tolength",
2971
- "title": "ToLength ( argument )",
2971
+ "title": "ToLength ( arg )",
2972
2972
  "number": "7.1.21"
2973
2973
  },
2974
2974
  "definedIn": "heading",
@@ -2979,7 +2979,7 @@
2979
2979
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring",
2980
2980
  "linkingText": [
2981
2981
  "CanonicalNumericIndexString",
2982
- "CanonicalNumericIndexString(argument)"
2982
+ "CanonicalNumericIndexString(arg)"
2983
2983
  ],
2984
2984
  "localLinkingText": [],
2985
2985
  "type": "abstract-op",
@@ -2989,7 +2989,7 @@
2989
2989
  "heading": {
2990
2990
  "id": "sec-canonicalnumericindexstring",
2991
2991
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring",
2992
- "title": "CanonicalNumericIndexString ( argument )",
2992
+ "title": "CanonicalNumericIndexString ( arg )",
2993
2993
  "number": "7.1.22"
2994
2994
  },
2995
2995
  "definedIn": "heading",
@@ -3012,7 +3012,7 @@
3012
3012
  "heading": {
3013
3013
  "id": "sec-canonicalnumericindexstring",
3014
3014
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-canonicalnumericindexstring",
3015
- "title": "CanonicalNumericIndexString ( argument )",
3015
+ "title": "CanonicalNumericIndexString ( arg )",
3016
3016
  "number": "7.1.22"
3017
3017
  },
3018
3018
  "definedIn": "prose",
@@ -3023,7 +3023,7 @@
3023
3023
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex",
3024
3024
  "linkingText": [
3025
3025
  "ToIndex",
3026
- "ToIndex(value)"
3026
+ "ToIndex(arg)"
3027
3027
  ],
3028
3028
  "localLinkingText": [],
3029
3029
  "type": "abstract-op",
@@ -3033,7 +3033,7 @@
3033
3033
  "heading": {
3034
3034
  "id": "sec-toindex",
3035
3035
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toindex",
3036
- "title": "ToIndex ( value )",
3036
+ "title": "ToIndex ( arg )",
3037
3037
  "number": "7.1.23"
3038
3038
  },
3039
3039
  "definedIn": "heading",
@@ -3044,7 +3044,7 @@
3044
3044
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible",
3045
3045
  "linkingText": [
3046
3046
  "RequireObjectCoercible",
3047
- "RequireObjectCoercible(argument)"
3047
+ "RequireObjectCoercible(arg)"
3048
3048
  ],
3049
3049
  "localLinkingText": [],
3050
3050
  "type": "abstract-op",
@@ -3054,7 +3054,7 @@
3054
3054
  "heading": {
3055
3055
  "id": "sec-requireobjectcoercible",
3056
3056
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-requireobjectcoercible",
3057
- "title": "RequireObjectCoercible ( argument )",
3057
+ "title": "RequireObjectCoercible ( arg )",
3058
3058
  "number": "7.2.1"
3059
3059
  },
3060
3060
  "definedIn": "heading",
@@ -3065,7 +3065,7 @@
3065
3065
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray",
3066
3066
  "linkingText": [
3067
3067
  "IsArray",
3068
- "IsArray(argument)"
3068
+ "IsArray(arg)"
3069
3069
  ],
3070
3070
  "localLinkingText": [],
3071
3071
  "type": "abstract-op",
@@ -3075,7 +3075,7 @@
3075
3075
  "heading": {
3076
3076
  "id": "sec-isarray",
3077
3077
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isarray",
3078
- "title": "IsArray ( argument )",
3078
+ "title": "IsArray ( arg )",
3079
3079
  "number": "7.2.2"
3080
3080
  },
3081
3081
  "definedIn": "heading",
@@ -3086,7 +3086,7 @@
3086
3086
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable",
3087
3087
  "linkingText": [
3088
3088
  "IsCallable",
3089
- "IsCallable(argument)"
3089
+ "IsCallable(arg)"
3090
3090
  ],
3091
3091
  "localLinkingText": [],
3092
3092
  "type": "abstract-op",
@@ -3096,7 +3096,7 @@
3096
3096
  "heading": {
3097
3097
  "id": "sec-iscallable",
3098
3098
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iscallable",
3099
- "title": "IsCallable ( argument )",
3099
+ "title": "IsCallable ( arg )",
3100
3100
  "number": "7.2.3"
3101
3101
  },
3102
3102
  "definedIn": "heading",
@@ -3107,7 +3107,7 @@
3107
3107
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor",
3108
3108
  "linkingText": [
3109
3109
  "IsConstructor",
3110
- "IsConstructor(argument)"
3110
+ "IsConstructor(arg)"
3111
3111
  ],
3112
3112
  "localLinkingText": [],
3113
3113
  "type": "abstract-op",
@@ -3117,7 +3117,7 @@
3117
3117
  "heading": {
3118
3118
  "id": "sec-isconstructor",
3119
3119
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isconstructor",
3120
- "title": "IsConstructor ( argument )",
3120
+ "title": "IsConstructor ( arg )",
3121
3121
  "number": "7.2.4"
3122
3122
  },
3123
3123
  "definedIn": "heading",
@@ -3149,7 +3149,7 @@
3149
3149
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp",
3150
3150
  "linkingText": [
3151
3151
  "IsRegExp",
3152
- "IsRegExp(argument)"
3152
+ "IsRegExp(arg)"
3153
3153
  ],
3154
3154
  "localLinkingText": [],
3155
3155
  "type": "abstract-op",
@@ -3159,7 +3159,7 @@
3159
3159
  "heading": {
3160
3160
  "id": "sec-isregexp",
3161
3161
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isregexp",
3162
- "title": "IsRegExp ( argument )",
3162
+ "title": "IsRegExp ( arg )",
3163
3163
  "number": "7.2.6"
3164
3164
  },
3165
3165
  "definedIn": "heading",
@@ -3464,7 +3464,7 @@
3464
3464
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow",
3465
3465
  "linkingText": [
3466
3466
  "DefinePropertyOrThrow",
3467
- "DefinePropertyOrThrow(obj, propertyKey, desc)"
3467
+ "DefinePropertyOrThrow(obj, propertyKey, propertyDesc)"
3468
3468
  ],
3469
3469
  "localLinkingText": [],
3470
3470
  "type": "abstract-op",
@@ -3474,7 +3474,7 @@
3474
3474
  "heading": {
3475
3475
  "id": "sec-definepropertyorthrow",
3476
3476
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-definepropertyorthrow",
3477
- "title": "DefinePropertyOrThrow ( obj, propertyKey, desc )",
3477
+ "title": "DefinePropertyOrThrow ( obj, propertyKey, propertyDesc )",
3478
3478
  "number": "7.3.8"
3479
3479
  },
3480
3480
  "definedIn": "heading",
@@ -3569,7 +3569,7 @@
3569
3569
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call",
3570
3570
  "linkingText": [
3571
3571
  "Call",
3572
- "Call(func, thisValue, argumentsList)"
3572
+ "Call(func, thisValue, argList)"
3573
3573
  ],
3574
3574
  "localLinkingText": [],
3575
3575
  "type": "abstract-op",
@@ -3579,7 +3579,7 @@
3579
3579
  "heading": {
3580
3580
  "id": "sec-call",
3581
3581
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call",
3582
- "title": "Call ( func, thisValue [ , argumentsList ] )",
3582
+ "title": "Call ( func, thisValue [ , argList ] )",
3583
3583
  "number": "7.3.13"
3584
3584
  },
3585
3585
  "definedIn": "heading",
@@ -3590,7 +3590,7 @@
3590
3590
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct",
3591
3591
  "linkingText": [
3592
3592
  "Construct",
3593
- "Construct(constructor, argumentsList, newTarget)"
3593
+ "Construct(ctor, argList, newTarget)"
3594
3594
  ],
3595
3595
  "localLinkingText": [],
3596
3596
  "type": "abstract-op",
@@ -3600,7 +3600,7 @@
3600
3600
  "heading": {
3601
3601
  "id": "sec-construct",
3602
3602
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct",
3603
- "title": "Construct ( constructor [ , argumentsList [ , newTarget ] ] )",
3603
+ "title": "Construct ( ctor [ , argList [ , newTarget ] ] )",
3604
3604
  "number": "7.3.14"
3605
3605
  },
3606
3606
  "definedIn": "heading",
@@ -3739,7 +3739,7 @@
3739
3739
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke",
3740
3740
  "linkingText": [
3741
3741
  "Invoke",
3742
- "Invoke(value, propertyKey, argumentsList)"
3742
+ "Invoke(value, propertyKey, argList)"
3743
3743
  ],
3744
3744
  "localLinkingText": [],
3745
3745
  "type": "abstract-op",
@@ -3749,7 +3749,7 @@
3749
3749
  "heading": {
3750
3750
  "id": "sec-invoke",
3751
3751
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-invoke",
3752
- "title": "Invoke ( value, propertyKey [ , argumentsList ] )",
3752
+ "title": "Invoke ( value, propertyKey [ , argList ] )",
3753
3753
  "number": "7.3.20"
3754
3754
  },
3755
3755
  "definedIn": "heading",
@@ -3760,7 +3760,7 @@
3760
3760
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance",
3761
3761
  "linkingText": [
3762
3762
  "OrdinaryHasInstance",
3763
- "OrdinaryHasInstance(constructor, instance)"
3763
+ "OrdinaryHasInstance(ctor, instance)"
3764
3764
  ],
3765
3765
  "localLinkingText": [],
3766
3766
  "type": "abstract-op",
@@ -3770,7 +3770,7 @@
3770
3770
  "heading": {
3771
3771
  "id": "sec-ordinaryhasinstance",
3772
3772
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ordinaryhasinstance",
3773
- "title": "OrdinaryHasInstance ( constructor, instance )",
3773
+ "title": "OrdinaryHasInstance ( ctor, instance )",
3774
3774
  "number": "7.3.21"
3775
3775
  },
3776
3776
  "definedIn": "heading",
@@ -3781,7 +3781,7 @@
3781
3781
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor",
3782
3782
  "linkingText": [
3783
3783
  "SpeciesConstructor",
3784
- "SpeciesConstructor(obj, defaultConstructor)"
3784
+ "SpeciesConstructor(obj, defaultCtor)"
3785
3785
  ],
3786
3786
  "localLinkingText": [],
3787
3787
  "type": "abstract-op",
@@ -3791,7 +3791,7 @@
3791
3791
  "heading": {
3792
3792
  "id": "sec-speciesconstructor",
3793
3793
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-speciesconstructor",
3794
- "title": "SpeciesConstructor ( obj, defaultConstructor )",
3794
+ "title": "SpeciesConstructor ( obj, defaultCtor )",
3795
3795
  "number": "7.3.22"
3796
3796
  },
3797
3797
  "definedIn": "heading",
@@ -4012,7 +4012,7 @@
4012
4012
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements",
4013
4013
  "linkingText": [
4014
4014
  "InitializeInstanceElements",
4015
- "InitializeInstanceElements(obj, constructor)"
4015
+ "InitializeInstanceElements(obj, ctor)"
4016
4016
  ],
4017
4017
  "localLinkingText": [],
4018
4018
  "type": "abstract-op",
@@ -4022,7 +4022,7 @@
4022
4022
  "heading": {
4023
4023
  "id": "sec-initializeinstanceelements",
4024
4024
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-initializeinstanceelements",
4025
- "title": "InitializeInstanceElements ( obj, constructor )",
4025
+ "title": "InitializeInstanceElements ( obj, ctor )",
4026
4026
  "number": "7.3.33"
4027
4027
  },
4028
4028
  "definedIn": "heading",
@@ -4350,7 +4350,7 @@
4350
4350
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcloseall",
4351
4351
  "linkingText": [
4352
4352
  "IteratorCloseAll",
4353
- "IteratorCloseAll(iters, completion)"
4353
+ "IteratorCloseAll(iterators, completion)"
4354
4354
  ],
4355
4355
  "localLinkingText": [],
4356
4356
  "type": "abstract-op",
@@ -4360,7 +4360,7 @@
4360
4360
  "heading": {
4361
4361
  "id": "sec-iteratorcloseall",
4362
4362
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratorcloseall",
4363
- "title": "IteratorCloseAll ( iters, completion )",
4363
+ "title": "IteratorCloseAll ( iterators, completion )",
4364
4364
  "number": "7.4.12"
4365
4365
  },
4366
4366
  "definedIn": "heading",
@@ -4387,6 +4387,27 @@
4387
4387
  "definedIn": "heading",
4388
4388
  "links": []
4389
4389
  },
4390
+ {
4391
+ "id": "sec-ifabruptcloseiterators",
4392
+ "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterators",
4393
+ "linkingText": [
4394
+ "IfAbruptCloseIterators",
4395
+ "IfAbruptCloseIterators(value, iteratorRecords)"
4396
+ ],
4397
+ "localLinkingText": [],
4398
+ "type": "abstract-op",
4399
+ "for": [],
4400
+ "access": "public",
4401
+ "informative": false,
4402
+ "heading": {
4403
+ "id": "sec-ifabruptcloseiterators",
4404
+ "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseiterators",
4405
+ "title": "IfAbruptCloseIterators ( value, iteratorRecords )",
4406
+ "number": "7.4.14"
4407
+ },
4408
+ "definedIn": "heading",
4409
+ "links": []
4410
+ },
4390
4411
  {
4391
4412
  "id": "sec-asynciteratorclose",
4392
4413
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose",
@@ -4403,7 +4424,7 @@
4403
4424
  "id": "sec-asynciteratorclose",
4404
4425
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-asynciteratorclose",
4405
4426
  "title": "AsyncIteratorClose ( iteratorRecord, completion )",
4406
- "number": "7.4.14"
4427
+ "number": "7.4.15"
4407
4428
  },
4408
4429
  "definedIn": "heading",
4409
4430
  "links": []
@@ -4424,7 +4445,7 @@
4424
4445
  "id": "sec-ifabruptcloseasynciterator",
4425
4446
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-ifabruptcloseasynciterator",
4426
4447
  "title": "IfAbruptCloseAsyncIterator ( value, iteratorRecord )",
4427
- "number": "7.4.15"
4448
+ "number": "7.4.16"
4428
4449
  },
4429
4450
  "definedIn": "heading",
4430
4451
  "links": []
@@ -4445,7 +4466,7 @@
4445
4466
  "id": "sec-createiterresultobject",
4446
4467
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createiterresultobject",
4447
4468
  "title": "CreateIteratorResultObject ( value, done )",
4448
- "number": "7.4.16"
4469
+ "number": "7.4.17"
4449
4470
  },
4450
4471
  "definedIn": "heading",
4451
4472
  "links": []
@@ -4466,7 +4487,7 @@
4466
4487
  "id": "sec-createlistiteratorRecord",
4467
4488
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-createlistiteratorRecord",
4468
4489
  "title": "CreateListIteratorRecord ( list )",
4469
- "number": "7.4.17"
4490
+ "number": "7.4.18"
4470
4491
  },
4471
4492
  "definedIn": "heading",
4472
4493
  "links": []
@@ -4487,7 +4508,7 @@
4487
4508
  "id": "sec-iteratortolist",
4488
4509
  "href": "https://tc39.es/ecma262/multipage/abstract-operations.html#sec-iteratortolist",
4489
4510
  "title": "IteratorToList ( iteratorRecord )",
4490
- "number": "7.4.18"
4511
+ "number": "7.4.19"
4491
4512
  },
4492
4513
  "definedIn": "heading",
4493
4514
  "links": []
@@ -4497,7 +4518,7 @@
4497
4518
  "href": "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname",
4498
4519
  "linkingText": [
4499
4520
  "InitializeBoundName",
4500
- "InitializeBoundName(name, value, environment)"
4521
+ "InitializeBoundName(name, value, envRecord)"
4501
4522
  ],
4502
4523
  "localLinkingText": [],
4503
4524
  "type": "abstract-op",
@@ -4507,7 +4528,7 @@
4507
4528
  "heading": {
4508
4529
  "id": "sec-initializeboundname",
4509
4530
  "href": "https://tc39.es/ecma262/multipage/syntax-directed-operations.html#sec-initializeboundname",
4510
- "title": "InitializeBoundName ( name, value, environment )",
4531
+ "title": "InitializeBoundName ( name, value, envRecord )",
4511
4532
  "number": "8.6.2.1"
4512
4533
  },
4513
4534
  "definedIn": "heading",
@@ -5094,7 +5115,7 @@
5094
5115
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue",
5095
5116
  "linkingText": [
5096
5117
  "BindThisValue",
5097
- "BindThisValue(envRec, value)"
5118
+ "BindThisValue(envRecord, value)"
5098
5119
  ],
5099
5120
  "localLinkingText": [],
5100
5121
  "type": "abstract-op",
@@ -5104,7 +5125,7 @@
5104
5125
  "heading": {
5105
5126
  "id": "sec-bindthisvalue",
5106
5127
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue",
5107
- "title": "BindThisValue ( envRec, value )",
5128
+ "title": "BindThisValue ( envRecord, value )",
5108
5129
  "number": "9.1.1.3.1"
5109
5130
  },
5110
5131
  "definedIn": "heading",
@@ -5181,7 +5202,7 @@
5181
5202
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase",
5182
5203
  "linkingText": [
5183
5204
  "GetSuperBase",
5184
- "GetSuperBase(envRec)"
5205
+ "GetSuperBase(envRecord)"
5185
5206
  ],
5186
5207
  "localLinkingText": [],
5187
5208
  "type": "abstract-op",
@@ -5191,7 +5212,7 @@
5191
5212
  "heading": {
5192
5213
  "id": "sec-getsuperbase",
5193
5214
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase",
5194
- "title": "GetSuperBase ( envRec )",
5215
+ "title": "GetSuperBase ( envRecord )",
5195
5216
  "number": "9.1.1.3.5"
5196
5217
  },
5197
5218
  "definedIn": "heading",
@@ -5467,7 +5488,7 @@
5467
5488
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration",
5468
5489
  "linkingText": [
5469
5490
  "HasLexicalDeclaration",
5470
- "HasLexicalDeclaration(envRec, name)"
5491
+ "HasLexicalDeclaration(envRecord, name)"
5471
5492
  ],
5472
5493
  "localLinkingText": [],
5473
5494
  "type": "abstract-op",
@@ -5477,7 +5498,7 @@
5477
5498
  "heading": {
5478
5499
  "id": "sec-haslexicaldeclaration",
5479
5500
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration",
5480
- "title": "HasLexicalDeclaration ( envRec, name )",
5501
+ "title": "HasLexicalDeclaration ( envRecord, name )",
5481
5502
  "number": "9.1.1.4.12"
5482
5503
  },
5483
5504
  "definedIn": "heading",
@@ -5488,7 +5509,7 @@
5488
5509
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty",
5489
5510
  "linkingText": [
5490
5511
  "HasRestrictedGlobalProperty",
5491
- "HasRestrictedGlobalProperty(envRec, name)"
5512
+ "HasRestrictedGlobalProperty(envRecord, name)"
5492
5513
  ],
5493
5514
  "localLinkingText": [],
5494
5515
  "type": "abstract-op",
@@ -5498,7 +5519,7 @@
5498
5519
  "heading": {
5499
5520
  "id": "sec-hasrestrictedglobalproperty",
5500
5521
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty",
5501
- "title": "HasRestrictedGlobalProperty ( envRec, name )",
5522
+ "title": "HasRestrictedGlobalProperty ( envRecord, name )",
5502
5523
  "number": "9.1.1.4.13"
5503
5524
  },
5504
5525
  "definedIn": "heading",
@@ -5509,7 +5530,7 @@
5509
5530
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar",
5510
5531
  "linkingText": [
5511
5532
  "CanDeclareGlobalVar",
5512
- "CanDeclareGlobalVar(envRec, name)"
5533
+ "CanDeclareGlobalVar(envRecord, name)"
5513
5534
  ],
5514
5535
  "localLinkingText": [],
5515
5536
  "type": "abstract-op",
@@ -5519,7 +5540,7 @@
5519
5540
  "heading": {
5520
5541
  "id": "sec-candeclareglobalvar",
5521
5542
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar",
5522
- "title": "CanDeclareGlobalVar ( envRec, name )",
5543
+ "title": "CanDeclareGlobalVar ( envRecord, name )",
5523
5544
  "number": "9.1.1.4.14"
5524
5545
  },
5525
5546
  "definedIn": "heading",
@@ -5530,7 +5551,7 @@
5530
5551
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction",
5531
5552
  "linkingText": [
5532
5553
  "CanDeclareGlobalFunction",
5533
- "CanDeclareGlobalFunction(envRec, name)"
5554
+ "CanDeclareGlobalFunction(envRecord, name)"
5534
5555
  ],
5535
5556
  "localLinkingText": [],
5536
5557
  "type": "abstract-op",
@@ -5540,7 +5561,7 @@
5540
5561
  "heading": {
5541
5562
  "id": "sec-candeclareglobalfunction",
5542
5563
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction",
5543
- "title": "CanDeclareGlobalFunction ( envRec, name )",
5564
+ "title": "CanDeclareGlobalFunction ( envRecord, name )",
5544
5565
  "number": "9.1.1.4.15"
5545
5566
  },
5546
5567
  "definedIn": "heading",
@@ -5551,7 +5572,7 @@
5551
5572
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding",
5552
5573
  "linkingText": [
5553
5574
  "CreateGlobalVarBinding",
5554
- "CreateGlobalVarBinding(envRec, name, deletable)"
5575
+ "CreateGlobalVarBinding(envRecord, name, deletable)"
5555
5576
  ],
5556
5577
  "localLinkingText": [],
5557
5578
  "type": "abstract-op",
@@ -5561,7 +5582,7 @@
5561
5582
  "heading": {
5562
5583
  "id": "sec-createglobalvarbinding",
5563
5584
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding",
5564
- "title": "CreateGlobalVarBinding ( envRec, name, deletable )",
5585
+ "title": "CreateGlobalVarBinding ( envRecord, name, deletable )",
5565
5586
  "number": "9.1.1.4.16"
5566
5587
  },
5567
5588
  "definedIn": "heading",
@@ -5572,7 +5593,7 @@
5572
5593
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding",
5573
5594
  "linkingText": [
5574
5595
  "CreateGlobalFunctionBinding",
5575
- "CreateGlobalFunctionBinding(envRec, name, value, deletable)"
5596
+ "CreateGlobalFunctionBinding(envRecord, name, value, deletable)"
5576
5597
  ],
5577
5598
  "localLinkingText": [],
5578
5599
  "type": "abstract-op",
@@ -5582,7 +5603,7 @@
5582
5603
  "heading": {
5583
5604
  "id": "sec-createglobalfunctionbinding",
5584
5605
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding",
5585
- "title": "CreateGlobalFunctionBinding ( envRec, name, value, deletable )",
5606
+ "title": "CreateGlobalFunctionBinding ( envRecord, name, value, deletable )",
5586
5607
  "number": "9.1.1.4.17"
5587
5608
  },
5588
5609
  "definedIn": "heading",
@@ -5704,7 +5725,7 @@
5704
5725
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding",
5705
5726
  "linkingText": [
5706
5727
  "CreateImportBinding",
5707
- "CreateImportBinding(envRec, name, targetModule, targetName)"
5728
+ "CreateImportBinding(envRecord, name, targetModule, targetName)"
5708
5729
  ],
5709
5730
  "localLinkingText": [],
5710
5731
  "type": "abstract-op",
@@ -5714,7 +5735,7 @@
5714
5735
  "heading": {
5715
5736
  "id": "sec-createimportbinding",
5716
5737
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding",
5717
- "title": "CreateImportBinding ( envRec, name, targetModule, targetName )",
5738
+ "title": "CreateImportBinding ( envRecord, name, targetModule, targetName )",
5718
5739
  "number": "9.1.1.5.5"
5719
5740
  },
5720
5741
  "definedIn": "heading",
@@ -5725,7 +5746,7 @@
5725
5746
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference",
5726
5747
  "linkingText": [
5727
5748
  "GetIdentifierReference",
5728
- "GetIdentifierReference(env, name, strict)"
5749
+ "GetIdentifierReference(envRecord, name, strict)"
5729
5750
  ],
5730
5751
  "localLinkingText": [],
5731
5752
  "type": "abstract-op",
@@ -5735,7 +5756,7 @@
5735
5756
  "heading": {
5736
5757
  "id": "sec-getidentifierreference",
5737
5758
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getidentifierreference",
5738
- "title": "GetIdentifierReference ( env, name, strict )",
5759
+ "title": "GetIdentifierReference ( envRecord, name, strict )",
5739
5760
  "number": "9.1.2.1"
5740
5761
  },
5741
5762
  "definedIn": "heading",
@@ -5767,7 +5788,7 @@
5767
5788
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment",
5768
5789
  "linkingText": [
5769
5790
  "NewObjectEnvironment",
5770
- "NewObjectEnvironment(obj, isWithEnvironment, outerEnv)"
5791
+ "NewObjectEnvironment(obj, isWithEnv, outerEnv)"
5771
5792
  ],
5772
5793
  "localLinkingText": [],
5773
5794
  "type": "abstract-op",
@@ -5777,7 +5798,7 @@
5777
5798
  "heading": {
5778
5799
  "id": "sec-newobjectenvironment",
5779
5800
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-newobjectenvironment",
5780
- "title": "NewObjectEnvironment ( obj, isWithEnvironment, outerEnv )",
5801
+ "title": "NewObjectEnvironment ( obj, isWithEnv, outerEnv )",
5781
5802
  "number": "9.1.2.3"
5782
5803
  },
5783
5804
  "definedIn": "heading",
@@ -5983,7 +6004,7 @@
5983
6004
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics",
5984
6005
  "linkingText": [
5985
6006
  "CreateIntrinsics",
5986
- "CreateIntrinsics(realmRec)"
6007
+ "CreateIntrinsics(realmRecord)"
5987
6008
  ],
5988
6009
  "localLinkingText": [],
5989
6010
  "type": "abstract-op",
@@ -5993,7 +6014,7 @@
5993
6014
  "heading": {
5994
6015
  "id": "sec-createintrinsics",
5995
6016
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createintrinsics",
5996
- "title": "CreateIntrinsics ( realmRec )",
6017
+ "title": "CreateIntrinsics ( realmRecord )",
5997
6018
  "number": "9.3.2"
5998
6019
  },
5999
6020
  "definedIn": "heading",
@@ -6004,7 +6025,7 @@
6004
6025
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings",
6005
6026
  "linkingText": [
6006
6027
  "SetDefaultGlobalBindings",
6007
- "SetDefaultGlobalBindings(realmRec)"
6028
+ "SetDefaultGlobalBindings(realmRecord)"
6008
6029
  ],
6009
6030
  "localLinkingText": [],
6010
6031
  "type": "abstract-op",
@@ -6014,7 +6035,7 @@
6014
6035
  "heading": {
6015
6036
  "id": "sec-setdefaultglobalbindings",
6016
6037
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-setdefaultglobalbindings",
6017
- "title": "SetDefaultGlobalBindings ( realmRec )",
6038
+ "title": "SetDefaultGlobalBindings ( realmRecord )",
6018
6039
  "number": "9.3.3"
6019
6040
  },
6020
6041
  "definedIn": "heading",
@@ -6358,7 +6379,7 @@
6358
6379
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding",
6359
6380
  "linkingText": [
6360
6381
  "ResolveBinding",
6361
- "ResolveBinding(name, env)"
6382
+ "ResolveBinding(name, envRecord)"
6362
6383
  ],
6363
6384
  "localLinkingText": [],
6364
6385
  "type": "abstract-op",
@@ -6368,7 +6389,7 @@
6368
6389
  "heading": {
6369
6390
  "id": "sec-resolvebinding",
6370
6391
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-resolvebinding",
6371
- "title": "ResolveBinding ( name [ , env ] )",
6392
+ "title": "ResolveBinding ( name [ , envRecord ] )",
6372
6393
  "number": "9.4.2"
6373
6394
  },
6374
6395
  "definedIn": "heading",
@@ -6595,7 +6616,7 @@
6595
6616
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback",
6596
6617
  "linkingText": [
6597
6618
  "HostCallJobCallback",
6598
- "HostCallJobCallback(jobCallback, value, argumentsList)"
6619
+ "HostCallJobCallback(jobCallback, value, argList)"
6599
6620
  ],
6600
6621
  "localLinkingText": [],
6601
6622
  "type": "abstract-op",
@@ -6605,7 +6626,7 @@
6605
6626
  "heading": {
6606
6627
  "id": "sec-hostcalljobcallback",
6607
6628
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hostcalljobcallback",
6608
- "title": "HostCallJobCallback ( jobCallback, value, argumentsList )",
6629
+ "title": "HostCallJobCallback ( jobCallback, value, argList )",
6609
6630
  "number": "9.5.3"
6610
6631
  },
6611
6632
  "definedIn": "heading",
@@ -7008,7 +7029,7 @@
7008
7029
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-canbeheldweakly",
7009
7030
  "linkingText": [
7010
7031
  "CanBeHeldWeakly",
7011
- "CanBeHeldWeakly(v)"
7032
+ "CanBeHeldWeakly(arg)"
7012
7033
  ],
7013
7034
  "localLinkingText": [],
7014
7035
  "type": "abstract-op",
@@ -7018,7 +7039,7 @@
7018
7039
  "heading": {
7019
7040
  "id": "sec-canbeheldweakly",
7020
7041
  "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-canbeheldweakly",
7021
- "title": "CanBeHeldWeakly ( v )",
7042
+ "title": "CanBeHeldWeakly ( arg )",
7022
7043
  "number": "9.13"
7023
7044
  },
7024
7045
  "definedIn": "heading",
@@ -7134,7 +7155,7 @@
7134
7155
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty",
7135
7156
  "linkingText": [
7136
7157
  "OrdinaryDefineOwnProperty",
7137
- "OrdinaryDefineOwnProperty(obj, propertyKey, desc)"
7158
+ "OrdinaryDefineOwnProperty(obj, propertyKey, propertyDesc)"
7138
7159
  ],
7139
7160
  "localLinkingText": [],
7140
7161
  "type": "abstract-op",
@@ -7144,7 +7165,7 @@
7144
7165
  "heading": {
7145
7166
  "id": "sec-ordinarydefineownproperty",
7146
7167
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarydefineownproperty",
7147
- "title": "OrdinaryDefineOwnProperty ( obj, propertyKey, desc )",
7168
+ "title": "OrdinaryDefineOwnProperty ( obj, propertyKey, propertyDesc )",
7148
7169
  "number": "10.1.6.1"
7149
7170
  },
7150
7171
  "definedIn": "heading",
@@ -7155,7 +7176,7 @@
7155
7176
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor",
7156
7177
  "linkingText": [
7157
7178
  "IsCompatiblePropertyDescriptor",
7158
- "IsCompatiblePropertyDescriptor(extensible, desc, current)"
7179
+ "IsCompatiblePropertyDescriptor(extensible, propertyDesc, current)"
7159
7180
  ],
7160
7181
  "localLinkingText": [],
7161
7182
  "type": "abstract-op",
@@ -7165,7 +7186,7 @@
7165
7186
  "heading": {
7166
7187
  "id": "sec-iscompatiblepropertydescriptor",
7167
7188
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-iscompatiblepropertydescriptor",
7168
- "title": "IsCompatiblePropertyDescriptor ( extensible, desc, current )",
7189
+ "title": "IsCompatiblePropertyDescriptor ( extensible, propertyDesc, current )",
7169
7190
  "number": "10.1.6.2"
7170
7191
  },
7171
7192
  "definedIn": "heading",
@@ -7176,7 +7197,7 @@
7176
7197
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor",
7177
7198
  "linkingText": [
7178
7199
  "ValidateAndApplyPropertyDescriptor",
7179
- "ValidateAndApplyPropertyDescriptor(obj, propertyKey, extensible, desc, current)"
7200
+ "ValidateAndApplyPropertyDescriptor(obj, propertyKey, extensible, propertyDesc, current)"
7180
7201
  ],
7181
7202
  "localLinkingText": [],
7182
7203
  "type": "abstract-op",
@@ -7186,7 +7207,7 @@
7186
7207
  "heading": {
7187
7208
  "id": "sec-validateandapplypropertydescriptor",
7188
7209
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-validateandapplypropertydescriptor",
7189
- "title": "ValidateAndApplyPropertyDescriptor ( obj, propertyKey, extensible, desc, current )",
7210
+ "title": "ValidateAndApplyPropertyDescriptor ( obj, propertyKey, extensible, propertyDesc, current )",
7190
7211
  "number": "10.1.6.3"
7191
7212
  },
7192
7213
  "definedIn": "heading",
@@ -7344,7 +7365,7 @@
7344
7365
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor",
7345
7366
  "linkingText": [
7346
7367
  "OrdinaryCreateFromConstructor",
7347
- "OrdinaryCreateFromConstructor(constructor, intrinsicDefaultProto, internalSlotsList)"
7368
+ "OrdinaryCreateFromConstructor(ctor, intrinsicDefaultProto, internalSlotsList)"
7348
7369
  ],
7349
7370
  "localLinkingText": [],
7350
7371
  "type": "abstract-op",
@@ -7354,7 +7375,7 @@
7354
7375
  "heading": {
7355
7376
  "id": "sec-ordinarycreatefromconstructor",
7356
7377
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycreatefromconstructor",
7357
- "title": "OrdinaryCreateFromConstructor ( constructor, intrinsicDefaultProto [ , internalSlotsList ] )",
7378
+ "title": "OrdinaryCreateFromConstructor ( ctor, intrinsicDefaultProto [ , internalSlotsList ] )",
7358
7379
  "number": "10.1.13"
7359
7380
  },
7360
7381
  "definedIn": "heading",
@@ -7365,7 +7386,7 @@
7365
7386
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor",
7366
7387
  "linkingText": [
7367
7388
  "GetPrototypeFromConstructor",
7368
- "GetPrototypeFromConstructor(constructor, intrinsicDefaultProto)"
7389
+ "GetPrototypeFromConstructor(ctor, intrinsicDefaultProto)"
7369
7390
  ],
7370
7391
  "localLinkingText": [],
7371
7392
  "type": "abstract-op",
@@ -7375,7 +7396,7 @@
7375
7396
  "heading": {
7376
7397
  "id": "sec-getprototypefromconstructor",
7377
7398
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-getprototypefromconstructor",
7378
- "title": "GetPrototypeFromConstructor ( constructor, intrinsicDefaultProto )",
7399
+ "title": "GetPrototypeFromConstructor ( ctor, intrinsicDefaultProto )",
7379
7400
  "number": "10.1.14"
7380
7401
  },
7381
7402
  "definedIn": "heading",
@@ -7474,7 +7495,7 @@
7474
7495
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis",
7475
7496
  "linkingText": [
7476
7497
  "OrdinaryCallBindThis",
7477
- "OrdinaryCallBindThis(func, calleeContext, thisArgument)"
7498
+ "OrdinaryCallBindThis(func, calleeContext, thisArg)"
7478
7499
  ],
7479
7500
  "localLinkingText": [],
7480
7501
  "type": "abstract-op",
@@ -7484,7 +7505,7 @@
7484
7505
  "heading": {
7485
7506
  "id": "sec-ordinarycallbindthis",
7486
7507
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallbindthis",
7487
- "title": "OrdinaryCallBindThis ( func, calleeContext, thisArgument )",
7508
+ "title": "OrdinaryCallBindThis ( func, calleeContext, thisArg )",
7488
7509
  "number": "10.2.1.2"
7489
7510
  },
7490
7511
  "definedIn": "heading",
@@ -7495,7 +7516,7 @@
7495
7516
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody",
7496
7517
  "linkingText": [
7497
7518
  "OrdinaryCallEvaluateBody",
7498
- "OrdinaryCallEvaluateBody(func, argumentsList)"
7519
+ "OrdinaryCallEvaluateBody(func, argList)"
7499
7520
  ],
7500
7521
  "localLinkingText": [],
7501
7522
  "type": "abstract-op",
@@ -7505,7 +7526,7 @@
7505
7526
  "heading": {
7506
7527
  "id": "sec-ordinarycallevaluatebody",
7507
7528
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinarycallevaluatebody",
7508
- "title": "OrdinaryCallEvaluateBody ( func, argumentsList )",
7529
+ "title": "OrdinaryCallEvaluateBody ( func, argList )",
7509
7530
  "number": "10.2.1.4"
7510
7531
  },
7511
7532
  "definedIn": "heading",
@@ -7516,7 +7537,7 @@
7516
7537
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate",
7517
7538
  "linkingText": [
7518
7539
  "OrdinaryFunctionCreate",
7519
- "OrdinaryFunctionCreate(functionPrototype, sourceText, parameterList, body, thisMode, env, privateEnv)"
7540
+ "OrdinaryFunctionCreate(proto, sourceText, paramList, body, thisMode, envRecord, privateEnv)"
7520
7541
  ],
7521
7542
  "localLinkingText": [],
7522
7543
  "type": "abstract-op",
@@ -7526,7 +7547,7 @@
7526
7547
  "heading": {
7527
7548
  "id": "sec-ordinaryfunctioncreate",
7528
7549
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-ordinaryfunctioncreate",
7529
- "title": "OrdinaryFunctionCreate ( functionPrototype, sourceText, parameterList, body, thisMode, env, privateEnv )",
7550
+ "title": "OrdinaryFunctionCreate ( proto, sourceText, paramList, body, thisMode, envRecord, privateEnv )",
7530
7551
  "number": "10.2.3"
7531
7552
  },
7532
7553
  "definedIn": "heading",
@@ -7578,7 +7599,7 @@
7578
7599
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor",
7579
7600
  "linkingText": [
7580
7601
  "MakeConstructor",
7581
- "MakeConstructor(func, writablePrototype, prototype)"
7602
+ "MakeConstructor(func, writableProto, proto)"
7582
7603
  ],
7583
7604
  "localLinkingText": [],
7584
7605
  "type": "abstract-op",
@@ -7588,7 +7609,7 @@
7588
7609
  "heading": {
7589
7610
  "id": "sec-makeconstructor",
7590
7611
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeconstructor",
7591
- "title": "MakeConstructor ( func [ , writablePrototype [ , prototype ] ] )",
7612
+ "title": "MakeConstructor ( func [ , writableProto [ , proto ] ] )",
7592
7613
  "number": "10.2.5"
7593
7614
  },
7594
7615
  "definedIn": "heading",
@@ -7620,7 +7641,7 @@
7620
7641
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod",
7621
7642
  "linkingText": [
7622
7643
  "MakeMethod",
7623
- "MakeMethod(func, homeObject)"
7644
+ "MakeMethod(func, homeObj)"
7624
7645
  ],
7625
7646
  "localLinkingText": [],
7626
7647
  "type": "abstract-op",
@@ -7630,7 +7651,7 @@
7630
7651
  "heading": {
7631
7652
  "id": "sec-makemethod",
7632
7653
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makemethod",
7633
- "title": "MakeMethod ( func, homeObject )",
7654
+ "title": "MakeMethod ( func, homeObj )",
7634
7655
  "number": "10.2.7"
7635
7656
  },
7636
7657
  "definedIn": "heading",
@@ -7641,7 +7662,7 @@
7641
7662
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty",
7642
7663
  "linkingText": [
7643
7664
  "DefineMethodProperty",
7644
- "DefineMethodProperty(homeObject, key, closure, enumerable)"
7665
+ "DefineMethodProperty(homeObj, name, closure, enumerable)"
7645
7666
  ],
7646
7667
  "localLinkingText": [],
7647
7668
  "type": "abstract-op",
@@ -7651,7 +7672,7 @@
7651
7672
  "heading": {
7652
7673
  "id": "sec-definemethodproperty",
7653
7674
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-definemethodproperty",
7654
- "title": "DefineMethodProperty ( homeObject, key, closure, enumerable )",
7675
+ "title": "DefineMethodProperty ( homeObj, name, closure, enumerable )",
7655
7676
  "number": "10.2.8"
7656
7677
  },
7657
7678
  "definedIn": "heading",
@@ -7704,7 +7725,7 @@
7704
7725
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation",
7705
7726
  "linkingText": [
7706
7727
  "FunctionDeclarationInstantiation",
7707
- "FunctionDeclarationInstantiation(func, argumentsList)"
7728
+ "FunctionDeclarationInstantiation(func, argList)"
7708
7729
  ],
7709
7730
  "localLinkingText": [],
7710
7731
  "type": "abstract-op",
@@ -7714,7 +7735,7 @@
7714
7735
  "heading": {
7715
7736
  "id": "sec-functiondeclarationinstantiation",
7716
7737
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation",
7717
- "title": "FunctionDeclarationInstantiation ( func, argumentsList )",
7738
+ "title": "FunctionDeclarationInstantiation ( func, argList )",
7718
7739
  "number": "10.2.11"
7719
7740
  },
7720
7741
  "definedIn": "heading",
@@ -7725,7 +7746,7 @@
7725
7746
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-builtincallorconstruct",
7726
7747
  "linkingText": [
7727
7748
  "BuiltinCallOrConstruct",
7728
- "BuiltinCallOrConstruct(func, thisArgument, argumentsList, newTarget)"
7749
+ "BuiltinCallOrConstruct(func, thisArg, argList, newTarget)"
7729
7750
  ],
7730
7751
  "localLinkingText": [],
7731
7752
  "type": "abstract-op",
@@ -7735,7 +7756,7 @@
7735
7756
  "heading": {
7736
7757
  "id": "sec-builtincallorconstruct",
7737
7758
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-builtincallorconstruct",
7738
- "title": "BuiltinCallOrConstruct ( func, thisArgument, argumentsList, newTarget )",
7759
+ "title": "BuiltinCallOrConstruct ( func, thisArg, argList, newTarget )",
7739
7760
  "number": "10.3.3"
7740
7761
  },
7741
7762
  "definedIn": "heading",
@@ -7746,7 +7767,7 @@
7746
7767
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction",
7747
7768
  "linkingText": [
7748
7769
  "CreateBuiltinFunction",
7749
- "CreateBuiltinFunction(behaviour, length, name, additionalInternalSlotsList, realm, prototype, prefix, async)"
7770
+ "CreateBuiltinFunction(behaviour, length, name, additionalInternalSlotsList, realm, proto, prefix, async)"
7750
7771
  ],
7751
7772
  "localLinkingText": [],
7752
7773
  "type": "abstract-op",
@@ -7756,7 +7777,7 @@
7756
7777
  "heading": {
7757
7778
  "id": "sec-createbuiltinfunction",
7758
7779
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createbuiltinfunction",
7759
- "title": "CreateBuiltinFunction ( behaviour, length, name, additionalInternalSlotsList [ , realm [ , prototype [ , prefix [ , async ] ] ] ] )",
7780
+ "title": "CreateBuiltinFunction ( behaviour, length, name, additionalInternalSlotsList [ , realm [ , proto [ , prefix [ , async ] ] ] ] )",
7760
7781
  "number": "10.3.4"
7761
7782
  },
7762
7783
  "definedIn": "heading",
@@ -7790,7 +7811,7 @@
7790
7811
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate",
7791
7812
  "linkingText": [
7792
7813
  "BoundFunctionCreate",
7793
- "BoundFunctionCreate(targetFunction, boundThis, boundArgs)"
7814
+ "BoundFunctionCreate(targetFunc, boundThis, boundArgs)"
7794
7815
  ],
7795
7816
  "localLinkingText": [],
7796
7817
  "type": "abstract-op",
@@ -7800,7 +7821,7 @@
7800
7821
  "heading": {
7801
7822
  "id": "sec-boundfunctioncreate",
7802
7823
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-boundfunctioncreate",
7803
- "title": "BoundFunctionCreate ( targetFunction, boundThis, boundArgs )",
7824
+ "title": "BoundFunctionCreate ( targetFunc, boundThis, boundArgs )",
7804
7825
  "number": "10.4.1.3"
7805
7826
  },
7806
7827
  "definedIn": "heading",
@@ -7876,7 +7897,7 @@
7876
7897
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength",
7877
7898
  "linkingText": [
7878
7899
  "ArraySetLength",
7879
- "ArraySetLength(array, desc)"
7900
+ "ArraySetLength(array, propertyDesc)"
7880
7901
  ],
7881
7902
  "localLinkingText": [],
7882
7903
  "type": "abstract-op",
@@ -7886,7 +7907,7 @@
7886
7907
  "heading": {
7887
7908
  "id": "sec-arraysetlength",
7888
7909
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-arraysetlength",
7889
- "title": "ArraySetLength ( array, desc )",
7910
+ "title": "ArraySetLength ( array, propertyDesc )",
7890
7911
  "number": "10.4.2.4"
7891
7912
  },
7892
7913
  "definedIn": "heading",
@@ -7920,7 +7941,7 @@
7920
7941
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate",
7921
7942
  "linkingText": [
7922
7943
  "StringCreate",
7923
- "StringCreate(value, prototype)"
7944
+ "StringCreate(value, proto)"
7924
7945
  ],
7925
7946
  "localLinkingText": [],
7926
7947
  "type": "abstract-op",
@@ -7930,7 +7951,7 @@
7930
7951
  "heading": {
7931
7952
  "id": "sec-stringcreate",
7932
7953
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringcreate",
7933
- "title": "StringCreate ( value, prototype )",
7954
+ "title": "StringCreate ( value, proto )",
7934
7955
  "number": "10.4.3.4"
7935
7956
  },
7936
7957
  "definedIn": "heading",
@@ -7941,7 +7962,7 @@
7941
7962
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty",
7942
7963
  "linkingText": [
7943
7964
  "StringGetOwnProperty",
7944
- "StringGetOwnProperty(str, propertyKey)"
7965
+ "StringGetOwnProperty(string, propertyKey)"
7945
7966
  ],
7946
7967
  "localLinkingText": [],
7947
7968
  "type": "abstract-op",
@@ -7951,7 +7972,7 @@
7951
7972
  "heading": {
7952
7973
  "id": "sec-stringgetownproperty",
7953
7974
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-stringgetownproperty",
7954
- "title": "StringGetOwnProperty ( str, propertyKey )",
7975
+ "title": "StringGetOwnProperty ( string, propertyKey )",
7955
7976
  "number": "10.4.3.5"
7956
7977
  },
7957
7978
  "definedIn": "heading",
@@ -7985,7 +8006,7 @@
7985
8006
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject",
7986
8007
  "linkingText": [
7987
8008
  "CreateUnmappedArgumentsObject",
7988
- "CreateUnmappedArgumentsObject(argumentsList)"
8009
+ "CreateUnmappedArgumentsObject(argList)"
7989
8010
  ],
7990
8011
  "localLinkingText": [],
7991
8012
  "type": "abstract-op",
@@ -7995,7 +8016,7 @@
7995
8016
  "heading": {
7996
8017
  "id": "sec-createunmappedargumentsobject",
7997
8018
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createunmappedargumentsobject",
7998
- "title": "CreateUnmappedArgumentsObject ( argumentsList )",
8019
+ "title": "CreateUnmappedArgumentsObject ( argList )",
7999
8020
  "number": "10.4.4.6"
8000
8021
  },
8001
8022
  "definedIn": "heading",
@@ -8006,7 +8027,7 @@
8006
8027
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject",
8007
8028
  "linkingText": [
8008
8029
  "CreateMappedArgumentsObject",
8009
- "CreateMappedArgumentsObject(func, formals, argumentsList, env)"
8030
+ "CreateMappedArgumentsObject(func, formals, argList, envRecord)"
8010
8031
  ],
8011
8032
  "localLinkingText": [],
8012
8033
  "type": "abstract-op",
@@ -8016,7 +8037,7 @@
8016
8037
  "heading": {
8017
8038
  "id": "sec-createmappedargumentsobject",
8018
8039
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-createmappedargumentsobject",
8019
- "title": "CreateMappedArgumentsObject ( func, formals, argumentsList, env )",
8040
+ "title": "CreateMappedArgumentsObject ( func, formals, argList, envRecord )",
8020
8041
  "number": "10.4.4.7"
8021
8042
  },
8022
8043
  "definedIn": "heading",
@@ -8027,7 +8048,7 @@
8027
8048
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter",
8028
8049
  "linkingText": [
8029
8050
  "MakeArgGetter",
8030
- "MakeArgGetter(name, env)"
8051
+ "MakeArgGetter(name, envRecord)"
8031
8052
  ],
8032
8053
  "localLinkingText": [],
8033
8054
  "type": "abstract-op",
@@ -8037,7 +8058,7 @@
8037
8058
  "heading": {
8038
8059
  "id": "sec-makearggetter",
8039
8060
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makearggetter",
8040
- "title": "MakeArgGetter ( name, env )",
8061
+ "title": "MakeArgGetter ( name, envRecord )",
8041
8062
  "number": "10.4.4.7.1"
8042
8063
  },
8043
8064
  "definedIn": "heading",
@@ -8048,7 +8069,7 @@
8048
8069
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter",
8049
8070
  "linkingText": [
8050
8071
  "MakeArgSetter",
8051
- "MakeArgSetter(name, env)"
8072
+ "MakeArgSetter(name, envRecord)"
8052
8073
  ],
8053
8074
  "localLinkingText": [],
8054
8075
  "type": "abstract-op",
@@ -8058,7 +8079,7 @@
8058
8079
  "heading": {
8059
8080
  "id": "sec-makeargsetter",
8060
8081
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-makeargsetter",
8061
- "title": "MakeArgSetter ( name, env )",
8082
+ "title": "MakeArgSetter ( name, envRecord )",
8062
8083
  "number": "10.4.4.7.2"
8063
8084
  },
8064
8085
  "definedIn": "heading",
@@ -8134,7 +8155,7 @@
8134
8155
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-typedarraycreate",
8135
8156
  "linkingText": [
8136
8157
  "TypedArrayCreate",
8137
- "TypedArrayCreate(prototype)"
8158
+ "TypedArrayCreate(proto)"
8138
8159
  ],
8139
8160
  "localLinkingText": [],
8140
8161
  "type": "abstract-op",
@@ -8144,7 +8165,7 @@
8144
8165
  "heading": {
8145
8166
  "id": "sec-typedarraycreate",
8146
8167
  "href": "https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-typedarraycreate",
8147
- "title": "TypedArrayCreate ( prototype )",
8168
+ "title": "TypedArrayCreate ( proto )",
8148
8169
  "number": "10.4.5.11"
8149
8170
  },
8150
8171
  "definedIn": "heading",
@@ -11664,7 +11685,7 @@
11664
11685
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key",
11665
11686
  "linkingText": [
11666
11687
  "EvaluatePropertyAccessWithExpressionKey",
11667
- "EvaluatePropertyAccessWithExpressionKey(baseValue, expression, strict)"
11688
+ "EvaluatePropertyAccessWithExpressionKey(baseValue, expr, strict)"
11668
11689
  ],
11669
11690
  "localLinkingText": [],
11670
11691
  "type": "abstract-op",
@@ -11674,7 +11695,7 @@
11674
11695
  "heading": {
11675
11696
  "id": "sec-evaluate-property-access-with-expression-key",
11676
11697
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-property-access-with-expression-key",
11677
- "title": "EvaluatePropertyAccessWithExpressionKey ( baseValue, expression, strict )",
11698
+ "title": "EvaluatePropertyAccessWithExpressionKey ( baseValue, expr, strict )",
11678
11699
  "number": "13.3.3"
11679
11700
  },
11680
11701
  "definedIn": "heading",
@@ -11706,7 +11727,7 @@
11706
11727
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew",
11707
11728
  "linkingText": [
11708
11729
  "EvaluateNew",
11709
- "EvaluateNew(constructExpr, arguments)"
11730
+ "EvaluateNew(constructExpr, argumentsNode)"
11710
11731
  ],
11711
11732
  "localLinkingText": [],
11712
11733
  "type": "abstract-op",
@@ -11716,7 +11737,7 @@
11716
11737
  "heading": {
11717
11738
  "id": "sec-evaluatenew",
11718
11739
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatenew",
11719
- "title": "EvaluateNew ( constructExpr, arguments )",
11740
+ "title": "EvaluateNew ( constructExpr, argumentsNode )",
11720
11741
  "number": "13.3.5.1.1"
11721
11742
  },
11722
11743
  "definedIn": "heading",
@@ -11750,7 +11771,7 @@
11750
11771
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall",
11751
11772
  "linkingText": [
11752
11773
  "EvaluateCall",
11753
- "EvaluateCall(func, ref, arguments, tailPosition)"
11774
+ "EvaluateCall(func, thisValueRef, argumentListNode, tailPosition)"
11754
11775
  ],
11755
11776
  "localLinkingText": [],
11756
11777
  "type": "abstract-op",
@@ -11760,7 +11781,7 @@
11760
11781
  "heading": {
11761
11782
  "id": "sec-evaluatecall",
11762
11783
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluatecall",
11763
- "title": "EvaluateCall ( func, ref, arguments, tailPosition )",
11784
+ "title": "EvaluateCall ( func, thisValueRef, argumentListNode, tailPosition )",
11764
11785
  "number": "13.3.6.2"
11765
11786
  },
11766
11787
  "definedIn": "heading",
@@ -11813,7 +11834,7 @@
11813
11834
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-import-call",
11814
11835
  "linkingText": [
11815
11836
  "EvaluateImportCall",
11816
- "EvaluateImportCall(specifierExpression, optionsExpression)"
11837
+ "EvaluateImportCall(specifierExpr, optionsExpr)"
11817
11838
  ],
11818
11839
  "localLinkingText": [],
11819
11840
  "type": "abstract-op",
@@ -11823,7 +11844,7 @@
11823
11844
  "heading": {
11824
11845
  "id": "sec-evaluate-import-call",
11825
11846
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-evaluate-import-call",
11826
- "title": "EvaluateImportCall ( specifierExpression [ , optionsExpression ] )",
11847
+ "title": "EvaluateImportCall ( specifierExpr [ , optionsExpr ] )",
11827
11848
  "number": "13.3.10.2"
11828
11849
  },
11829
11850
  "definedIn": "heading",
@@ -12318,7 +12339,7 @@
12318
12339
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator",
12319
12340
  "linkingText": [
12320
12341
  "ApplyStringOrNumericBinaryOperator",
12321
- "ApplyStringOrNumericBinaryOperator(lVal, opText, rVal)"
12342
+ "ApplyStringOrNumericBinaryOperator(leftValue, opText, rightValue)"
12322
12343
  ],
12323
12344
  "localLinkingText": [],
12324
12345
  "type": "abstract-op",
@@ -12328,7 +12349,7 @@
12328
12349
  "heading": {
12329
12350
  "id": "sec-applystringornumericbinaryoperator",
12330
12351
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator",
12331
- "title": "ApplyStringOrNumericBinaryOperator ( lVal, opText, rVal )",
12352
+ "title": "ApplyStringOrNumericBinaryOperator ( leftValue, opText, rightValue )",
12332
12353
  "number": "13.15.3"
12333
12354
  },
12334
12355
  "definedIn": "heading",
@@ -12756,7 +12777,7 @@
12756
12777
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation",
12757
12778
  "linkingText": [
12758
12779
  "BlockDeclarationInstantiation",
12759
- "BlockDeclarationInstantiation(code, env)"
12780
+ "BlockDeclarationInstantiation(code, envRecord)"
12760
12781
  ],
12761
12782
  "localLinkingText": [],
12762
12783
  "type": "abstract-op",
@@ -12766,7 +12787,7 @@
12766
12787
  "heading": {
12767
12788
  "id": "sec-blockdeclarationinstantiation",
12768
12789
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-blockdeclarationinstantiation",
12769
- "title": "BlockDeclarationInstantiation ( code, env )",
12790
+ "title": "BlockDeclarationInstantiation ( code, envRecord )",
12770
12791
  "number": "14.2.3"
12771
12792
  },
12772
12793
  "definedIn": "heading",
@@ -13444,7 +13465,7 @@
13444
13465
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator",
13445
13466
  "linkingText": [
13446
13467
  "CreateForInIterator",
13447
- "CreateForInIterator(object)"
13468
+ "CreateForInIterator(obj)"
13448
13469
  ],
13449
13470
  "localLinkingText": [],
13450
13471
  "type": "abstract-op",
@@ -13454,7 +13475,7 @@
13454
13475
  "heading": {
13455
13476
  "id": "sec-createforiniterator",
13456
13477
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-createforiniterator",
13457
- "title": "CreateForInIterator ( object )",
13478
+ "title": "CreateForInIterator ( obj )",
13458
13479
  "number": "14.7.5.10.1"
13459
13480
  },
13460
13481
  "definedIn": "heading",
@@ -13665,7 +13686,7 @@
13665
13686
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected",
13666
13687
  "linkingText": [
13667
13688
  "CaseClauseIsSelected",
13668
- "CaseClauseIsSelected(constructor, input)"
13689
+ "CaseClauseIsSelected(caseClauseNode, input)"
13669
13690
  ],
13670
13691
  "localLinkingText": [],
13671
13692
  "type": "abstract-op",
@@ -13675,7 +13696,7 @@
13675
13696
  "heading": {
13676
13697
  "id": "sec-runtime-semantics-caseclauseisselected",
13677
13698
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-runtime-semantics-caseclauseisselected",
13678
- "title": "CaseClauseIsSelected ( constructor, input )",
13699
+ "title": "CaseClauseIsSelected ( caseClauseNode, input )",
13679
13700
  "number": "14.12.3"
13680
13701
  },
13681
13702
  "definedIn": "heading",
@@ -14912,7 +14933,7 @@
14912
14933
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation",
14913
14934
  "linkingText": [
14914
14935
  "GlobalDeclarationInstantiation",
14915
- "GlobalDeclarationInstantiation(script, env)"
14936
+ "GlobalDeclarationInstantiation(script, envRecord)"
14916
14937
  ],
14917
14938
  "localLinkingText": [],
14918
14939
  "type": "abstract-op",
@@ -14922,7 +14943,7 @@
14922
14943
  "heading": {
14923
14944
  "id": "sec-globaldeclarationinstantiation",
14924
14945
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-globaldeclarationinstantiation",
14925
- "title": "GlobalDeclarationInstantiation ( script, env )",
14946
+ "title": "GlobalDeclarationInstantiation ( script, envRecord )",
14926
14947
  "number": "16.1.7"
14927
14948
  },
14928
14949
  "definedIn": "heading",
@@ -15102,7 +15123,7 @@
15102
15123
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-ModuleRequestsEqual",
15103
15124
  "linkingText": [
15104
15125
  "ModuleRequestsEqual",
15105
- "ModuleRequestsEqual(left, right)"
15126
+ "ModuleRequestsEqual(x, y)"
15106
15127
  ],
15107
15128
  "localLinkingText": [],
15108
15129
  "type": "abstract-op",
@@ -15112,7 +15133,7 @@
15112
15133
  "heading": {
15113
15134
  "id": "sec-ModuleRequestsEqual",
15114
15135
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-ModuleRequestsEqual",
15115
- "title": "ModuleRequestsEqual ( left, right )",
15136
+ "title": "ModuleRequestsEqual ( x, y )",
15116
15137
  "number": "16.2.1.3.1"
15117
15138
  },
15118
15139
  "definedIn": "heading",
@@ -15907,7 +15928,7 @@
15907
15928
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-AllImportAttributesSupported",
15908
15929
  "linkingText": [
15909
15930
  "AllImportAttributesSupported",
15910
- "AllImportAttributesSupported(attributes)"
15931
+ "AllImportAttributesSupported(attrs)"
15911
15932
  ],
15912
15933
  "localLinkingText": [],
15913
15934
  "type": "abstract-op",
@@ -15917,7 +15938,7 @@
15917
15938
  "heading": {
15918
15939
  "id": "sec-AllImportAttributesSupported",
15919
15940
  "href": "https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-AllImportAttributesSupported",
15920
- "title": "AllImportAttributesSupported ( attributes )",
15941
+ "title": "AllImportAttributesSupported ( attrs )",
15921
15942
  "number": "16.2.1.12"
15922
15943
  },
15923
15944
  "definedIn": "heading",
@@ -16527,7 +16548,7 @@
16527
16548
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings",
16528
16549
  "linkingText": [
16529
16550
  "HostEnsureCanCompileStrings",
16530
- "HostEnsureCanCompileStrings(calleeRealm, parameterStrings, bodyString, direct)"
16551
+ "HostEnsureCanCompileStrings(calleeRealm, paramStrings, bodyString, direct)"
16531
16552
  ],
16532
16553
  "localLinkingText": [],
16533
16554
  "type": "abstract-op",
@@ -16537,7 +16558,7 @@
16537
16558
  "heading": {
16538
16559
  "id": "sec-hostensurecancompilestrings",
16539
16560
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-hostensurecancompilestrings",
16540
- "title": "HostEnsureCanCompileStrings ( calleeRealm, parameterStrings, bodyString, direct )",
16561
+ "title": "HostEnsureCanCompileStrings ( calleeRealm, paramStrings, bodyString, direct )",
16541
16562
  "number": "19.2.1.2"
16542
16563
  },
16543
16564
  "definedIn": "heading",
@@ -16548,7 +16569,7 @@
16548
16569
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation",
16549
16570
  "linkingText": [
16550
16571
  "EvalDeclarationInstantiation",
16551
- "EvalDeclarationInstantiation(body, varEnv, lexEnv, privateEnv, strict)"
16572
+ "EvalDeclarationInstantiation(body, variableEnv, lexicalEnv, privateEnv, strict)"
16552
16573
  ],
16553
16574
  "localLinkingText": [],
16554
16575
  "type": "abstract-op",
@@ -16558,7 +16579,7 @@
16558
16579
  "heading": {
16559
16580
  "id": "sec-evaldeclarationinstantiation",
16560
16581
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-evaldeclarationinstantiation",
16561
- "title": "EvalDeclarationInstantiation ( body, varEnv, lexEnv, privateEnv, strict )",
16582
+ "title": "EvalDeclarationInstantiation ( body, variableEnv, lexicalEnv, privateEnv, strict )",
16562
16583
  "number": "19.2.1.3"
16563
16584
  },
16564
16585
  "definedIn": "heading",
@@ -16568,7 +16589,7 @@
16568
16589
  "id": "sec-isfinite-number",
16569
16590
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number",
16570
16591
  "linkingText": [
16571
- "isFinite(number)"
16592
+ "isFinite(value)"
16572
16593
  ],
16573
16594
  "localLinkingText": [],
16574
16595
  "type": "method",
@@ -16580,7 +16601,7 @@
16580
16601
  "heading": {
16581
16602
  "id": "sec-isfinite-number",
16582
16603
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number",
16583
- "title": "isFinite ( number )",
16604
+ "title": "isFinite ( value )",
16584
16605
  "number": "19.2.2"
16585
16606
  },
16586
16607
  "definedIn": "heading",
@@ -16602,7 +16623,7 @@
16602
16623
  "heading": {
16603
16624
  "id": "sec-isfinite-number",
16604
16625
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isfinite-number",
16605
- "title": "isFinite ( number )",
16626
+ "title": "isFinite ( value )",
16606
16627
  "number": "19.2.2"
16607
16628
  },
16608
16629
  "definedIn": "prose",
@@ -16612,7 +16633,7 @@
16612
16633
  "id": "sec-isnan-number",
16613
16634
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number",
16614
16635
  "linkingText": [
16615
- "isNaN(number)"
16636
+ "isNaN(value)"
16616
16637
  ],
16617
16638
  "localLinkingText": [],
16618
16639
  "type": "method",
@@ -16624,7 +16645,7 @@
16624
16645
  "heading": {
16625
16646
  "id": "sec-isnan-number",
16626
16647
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number",
16627
- "title": "isNaN ( number )",
16648
+ "title": "isNaN ( value )",
16628
16649
  "number": "19.2.3"
16629
16650
  },
16630
16651
  "definedIn": "heading",
@@ -16646,7 +16667,7 @@
16646
16667
  "heading": {
16647
16668
  "id": "sec-isnan-number",
16648
16669
  "href": "https://tc39.es/ecma262/multipage/global-object.html#sec-isnan-number",
16649
- "title": "isNaN ( number )",
16670
+ "title": "isNaN ( value )",
16650
16671
  "number": "19.2.3"
16651
16672
  },
16652
16673
  "definedIn": "prose",
@@ -17132,7 +17153,7 @@
17132
17153
  "id": "sec-object.defineproperty",
17133
17154
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty",
17134
17155
  "linkingText": [
17135
- "defineProperty(obj, propertyKey, attributes)"
17156
+ "defineProperty(obj, key, attrs)"
17136
17157
  ],
17137
17158
  "localLinkingText": [],
17138
17159
  "type": "method",
@@ -17144,7 +17165,7 @@
17144
17165
  "heading": {
17145
17166
  "id": "sec-object.defineproperty",
17146
17167
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.defineproperty",
17147
- "title": "Object.defineProperty ( obj, propertyKey, attributes )",
17168
+ "title": "Object.defineProperty ( obj, key, attrs )",
17148
17169
  "number": "20.1.2.4"
17149
17170
  },
17150
17171
  "definedIn": "heading",
@@ -17220,7 +17241,7 @@
17220
17241
  "id": "sec-object.getownpropertydescriptor",
17221
17242
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor",
17222
17243
  "linkingText": [
17223
- "getOwnPropertyDescriptor(obj, propertyKey)"
17244
+ "getOwnPropertyDescriptor(obj, key)"
17224
17245
  ],
17225
17246
  "localLinkingText": [],
17226
17247
  "type": "method",
@@ -17232,7 +17253,7 @@
17232
17253
  "heading": {
17233
17254
  "id": "sec-object.getownpropertydescriptor",
17234
17255
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.getownpropertydescriptor",
17235
- "title": "Object.getOwnPropertyDescriptor ( obj, propertyKey )",
17256
+ "title": "Object.getOwnPropertyDescriptor ( obj, key )",
17236
17257
  "number": "20.1.2.8"
17237
17258
  },
17238
17259
  "definedIn": "heading",
@@ -17373,7 +17394,7 @@
17373
17394
  "id": "sec-object.hasown",
17374
17395
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown",
17375
17396
  "linkingText": [
17376
- "hasOwn(obj, propertyKey)"
17397
+ "hasOwn(obj, key)"
17377
17398
  ],
17378
17399
  "localLinkingText": [],
17379
17400
  "type": "method",
@@ -17385,7 +17406,7 @@
17385
17406
  "heading": {
17386
17407
  "id": "sec-object.hasown",
17387
17408
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.hasown",
17388
- "title": "Object.hasOwn ( obj, propertyKey )",
17409
+ "title": "Object.hasOwn ( obj, key )",
17389
17410
  "number": "20.1.2.14"
17390
17411
  },
17391
17412
  "definedIn": "heading",
@@ -17785,7 +17806,7 @@
17785
17806
  "id": "sec-function-p1-p2-pn-body",
17786
17807
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body",
17787
17808
  "linkingText": [
17788
- "Function(...parameterArgs, bodyArg)"
17809
+ "Function(...paramArgs, bodyArg)"
17789
17810
  ],
17790
17811
  "localLinkingText": [],
17791
17812
  "type": "constructor",
@@ -17797,7 +17818,7 @@
17797
17818
  "heading": {
17798
17819
  "id": "sec-function-p1-p2-pn-body",
17799
17820
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-p1-p2-pn-body",
17800
- "title": "Function ( ...parameterArgs, bodyArg )",
17821
+ "title": "Function ( ...paramArgs, bodyArg )",
17801
17822
  "number": "20.2.1.1"
17802
17823
  },
17803
17824
  "definedIn": "heading",
@@ -17808,7 +17829,7 @@
17808
17829
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction",
17809
17830
  "linkingText": [
17810
17831
  "CreateDynamicFunction",
17811
- "CreateDynamicFunction(constructor, newTarget, kind, parameterArgs, bodyArg)"
17832
+ "CreateDynamicFunction(ctor, newTarget, kind, paramArgs, bodyArg)"
17812
17833
  ],
17813
17834
  "localLinkingText": [],
17814
17835
  "type": "abstract-op",
@@ -17818,7 +17839,7 @@
17818
17839
  "heading": {
17819
17840
  "id": "sec-createdynamicfunction",
17820
17841
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-createdynamicfunction",
17821
- "title": "CreateDynamicFunction ( constructor, newTarget, kind, parameterArgs, bodyArg )",
17842
+ "title": "CreateDynamicFunction ( ctor, newTarget, kind, paramArgs, bodyArg )",
17822
17843
  "number": "20.2.1.1.1"
17823
17844
  },
17824
17845
  "definedIn": "heading",
@@ -18146,7 +18167,7 @@
18146
18167
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thisbooleanvalue",
18147
18168
  "linkingText": [
18148
18169
  "ThisBooleanValue",
18149
- "ThisBooleanValue(value)"
18170
+ "ThisBooleanValue(arg)"
18150
18171
  ],
18151
18172
  "localLinkingText": [],
18152
18173
  "type": "abstract-op",
@@ -18156,7 +18177,7 @@
18156
18177
  "heading": {
18157
18178
  "id": "sec-thisbooleanvalue",
18158
18179
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thisbooleanvalue",
18159
- "title": "ThisBooleanValue ( value )",
18180
+ "title": "ThisBooleanValue ( arg )",
18160
18181
  "number": "20.3.3.3.1"
18161
18182
  },
18162
18183
  "definedIn": "heading",
@@ -18360,7 +18381,7 @@
18360
18381
  "id": "sec-symbol.keyfor",
18361
18382
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor",
18362
18383
  "linkingText": [
18363
- "keyFor(sym)"
18384
+ "keyFor(symbol)"
18364
18385
  ],
18365
18386
  "localLinkingText": [],
18366
18387
  "type": "method",
@@ -18372,7 +18393,7 @@
18372
18393
  "heading": {
18373
18394
  "id": "sec-symbol.keyfor",
18374
18395
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol.keyfor",
18375
- "title": "Symbol.keyFor ( sym )",
18396
+ "title": "Symbol.keyFor ( symbol )",
18376
18397
  "number": "20.4.2.6"
18377
18398
  },
18378
18399
  "definedIn": "heading",
@@ -18645,7 +18666,7 @@
18645
18666
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring",
18646
18667
  "linkingText": [
18647
18668
  "SymbolDescriptiveString",
18648
- "SymbolDescriptiveString(sym)"
18669
+ "SymbolDescriptiveString(symbol)"
18649
18670
  ],
18650
18671
  "localLinkingText": [],
18651
18672
  "type": "abstract-op",
@@ -18655,7 +18676,7 @@
18655
18676
  "heading": {
18656
18677
  "id": "sec-symboldescriptivestring",
18657
18678
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symboldescriptivestring",
18658
- "title": "SymbolDescriptiveString ( sym )",
18679
+ "title": "SymbolDescriptiveString ( symbol )",
18659
18680
  "number": "20.4.3.3.1"
18660
18681
  },
18661
18682
  "definedIn": "heading",
@@ -18688,7 +18709,7 @@
18688
18709
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thissymbolvalue",
18689
18710
  "linkingText": [
18690
18711
  "ThisSymbolValue",
18691
- "ThisSymbolValue(value)"
18712
+ "ThisSymbolValue(arg)"
18692
18713
  ],
18693
18714
  "localLinkingText": [],
18694
18715
  "type": "abstract-op",
@@ -18698,7 +18719,7 @@
18698
18719
  "heading": {
18699
18720
  "id": "sec-thissymbolvalue",
18700
18721
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-thissymbolvalue",
18701
- "title": "ThisSymbolValue ( value )",
18722
+ "title": "ThisSymbolValue ( arg )",
18702
18723
  "number": "20.4.3.4.1"
18703
18724
  },
18704
18725
  "definedIn": "heading",
@@ -18731,7 +18752,7 @@
18731
18752
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-keyforsymbol",
18732
18753
  "linkingText": [
18733
18754
  "KeyForSymbol",
18734
- "KeyForSymbol(sym)"
18755
+ "KeyForSymbol(symbol)"
18735
18756
  ],
18736
18757
  "localLinkingText": [],
18737
18758
  "type": "abstract-op",
@@ -18741,7 +18762,7 @@
18741
18762
  "heading": {
18742
18763
  "id": "sec-keyforsymbol",
18743
18764
  "href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-keyforsymbol",
18744
- "title": "KeyForSymbol ( sym )",
18765
+ "title": "KeyForSymbol ( symbol )",
18745
18766
  "number": "20.4.5.1"
18746
18767
  },
18747
18768
  "definedIn": "heading",
@@ -19939,7 +19960,7 @@
19939
19960
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisnumbervalue",
19940
19961
  "linkingText": [
19941
19962
  "ThisNumberValue",
19942
- "ThisNumberValue(value)"
19963
+ "ThisNumberValue(arg)"
19943
19964
  ],
19944
19965
  "localLinkingText": [],
19945
19966
  "type": "abstract-op",
@@ -19949,7 +19970,7 @@
19949
19970
  "heading": {
19950
19971
  "id": "sec-thisnumbervalue",
19951
19972
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisnumbervalue",
19952
- "title": "ThisNumberValue ( value )",
19973
+ "title": "ThisNumberValue ( arg )",
19953
19974
  "number": "21.1.3.7.1"
19954
19975
  },
19955
19976
  "definedIn": "heading",
@@ -20173,7 +20194,7 @@
20173
20194
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue",
20174
20195
  "linkingText": [
20175
20196
  "ThisBigIntValue",
20176
- "ThisBigIntValue(value)"
20197
+ "ThisBigIntValue(arg)"
20177
20198
  ],
20178
20199
  "localLinkingText": [],
20179
20200
  "type": "abstract-op",
@@ -20183,7 +20204,7 @@
20183
20204
  "heading": {
20184
20205
  "id": "sec-thisbigintvalue",
20185
20206
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-thisbigintvalue",
20186
- "title": "ThisBigIntValue ( value )",
20207
+ "title": "ThisBigIntValue ( arg )",
20187
20208
  "number": "21.2.3.4.1"
20188
20209
  },
20189
20210
  "definedIn": "heading",
@@ -21289,7 +21310,7 @@
21289
21310
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-day",
21290
21311
  "linkingText": [
21291
21312
  "Day",
21292
- "Day(t)"
21313
+ "Day(tv)"
21293
21314
  ],
21294
21315
  "localLinkingText": [],
21295
21316
  "type": "abstract-op",
@@ -21299,7 +21320,7 @@
21299
21320
  "heading": {
21300
21321
  "id": "sec-day",
21301
21322
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-day",
21302
- "title": "Day ( t )",
21323
+ "title": "Day ( tv )",
21303
21324
  "number": "21.4.1.3"
21304
21325
  },
21305
21326
  "definedIn": "heading",
@@ -21310,7 +21331,7 @@
21310
21331
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timewithinday",
21311
21332
  "linkingText": [
21312
21333
  "TimeWithinDay",
21313
- "TimeWithinDay(t)"
21334
+ "TimeWithinDay(tv)"
21314
21335
  ],
21315
21336
  "localLinkingText": [],
21316
21337
  "type": "abstract-op",
@@ -21320,7 +21341,7 @@
21320
21341
  "heading": {
21321
21342
  "id": "sec-timewithinday",
21322
21343
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-timewithinday",
21323
- "title": "TimeWithinDay ( t )",
21344
+ "title": "TimeWithinDay ( tv )",
21324
21345
  "number": "21.4.1.4"
21325
21346
  },
21326
21347
  "definedIn": "heading",
@@ -21394,7 +21415,7 @@
21394
21415
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-yearfromtime",
21395
21416
  "linkingText": [
21396
21417
  "YearFromTime",
21397
- "YearFromTime(t)"
21418
+ "YearFromTime(tv)"
21398
21419
  ],
21399
21420
  "localLinkingText": [],
21400
21421
  "type": "abstract-op",
@@ -21404,7 +21425,7 @@
21404
21425
  "heading": {
21405
21426
  "id": "sec-yearfromtime",
21406
21427
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-yearfromtime",
21407
- "title": "YearFromTime ( t )",
21428
+ "title": "YearFromTime ( tv )",
21408
21429
  "number": "21.4.1.8"
21409
21430
  },
21410
21431
  "definedIn": "heading",
@@ -21415,7 +21436,7 @@
21415
21436
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-daywithinyear",
21416
21437
  "linkingText": [
21417
21438
  "DayWithinYear",
21418
- "DayWithinYear(t)"
21439
+ "DayWithinYear(tv)"
21419
21440
  ],
21420
21441
  "localLinkingText": [],
21421
21442
  "type": "abstract-op",
@@ -21425,7 +21446,7 @@
21425
21446
  "heading": {
21426
21447
  "id": "sec-daywithinyear",
21427
21448
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-daywithinyear",
21428
- "title": "DayWithinYear ( t )",
21449
+ "title": "DayWithinYear ( tv )",
21429
21450
  "number": "21.4.1.9"
21430
21451
  },
21431
21452
  "definedIn": "heading",
@@ -21436,7 +21457,7 @@
21436
21457
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-inleapyear",
21437
21458
  "linkingText": [
21438
21459
  "InLeapYear",
21439
- "InLeapYear(t)"
21460
+ "InLeapYear(tv)"
21440
21461
  ],
21441
21462
  "localLinkingText": [],
21442
21463
  "type": "abstract-op",
@@ -21446,7 +21467,7 @@
21446
21467
  "heading": {
21447
21468
  "id": "sec-inleapyear",
21448
21469
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-inleapyear",
21449
- "title": "InLeapYear ( t )",
21470
+ "title": "InLeapYear ( tv )",
21450
21471
  "number": "21.4.1.10"
21451
21472
  },
21452
21473
  "definedIn": "heading",
@@ -21457,7 +21478,7 @@
21457
21478
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-monthfromtime",
21458
21479
  "linkingText": [
21459
21480
  "MonthFromTime",
21460
- "MonthFromTime(t)"
21481
+ "MonthFromTime(tv)"
21461
21482
  ],
21462
21483
  "localLinkingText": [],
21463
21484
  "type": "abstract-op",
@@ -21467,7 +21488,7 @@
21467
21488
  "heading": {
21468
21489
  "id": "sec-monthfromtime",
21469
21490
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-monthfromtime",
21470
- "title": "MonthFromTime ( t )",
21491
+ "title": "MonthFromTime ( tv )",
21471
21492
  "number": "21.4.1.11"
21472
21493
  },
21473
21494
  "definedIn": "heading",
@@ -21478,7 +21499,7 @@
21478
21499
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datefromtime",
21479
21500
  "linkingText": [
21480
21501
  "DateFromTime",
21481
- "DateFromTime(t)"
21502
+ "DateFromTime(tv)"
21482
21503
  ],
21483
21504
  "localLinkingText": [],
21484
21505
  "type": "abstract-op",
@@ -21488,7 +21509,7 @@
21488
21509
  "heading": {
21489
21510
  "id": "sec-datefromtime",
21490
21511
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-datefromtime",
21491
- "title": "DateFromTime ( t )",
21512
+ "title": "DateFromTime ( tv )",
21492
21513
  "number": "21.4.1.12"
21493
21514
  },
21494
21515
  "definedIn": "heading",
@@ -21499,7 +21520,7 @@
21499
21520
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-weekday",
21500
21521
  "linkingText": [
21501
21522
  "WeekDay",
21502
- "WeekDay(t)"
21523
+ "WeekDay(tv)"
21503
21524
  ],
21504
21525
  "localLinkingText": [],
21505
21526
  "type": "abstract-op",
@@ -21509,7 +21530,7 @@
21509
21530
  "heading": {
21510
21531
  "id": "sec-weekday",
21511
21532
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-weekday",
21512
- "title": "WeekDay ( t )",
21533
+ "title": "WeekDay ( tv )",
21513
21534
  "number": "21.4.1.13"
21514
21535
  },
21515
21536
  "definedIn": "heading",
@@ -21520,7 +21541,7 @@
21520
21541
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hourfromtime",
21521
21542
  "linkingText": [
21522
21543
  "HourFromTime",
21523
- "HourFromTime(t)"
21544
+ "HourFromTime(tv)"
21524
21545
  ],
21525
21546
  "localLinkingText": [],
21526
21547
  "type": "abstract-op",
@@ -21530,7 +21551,7 @@
21530
21551
  "heading": {
21531
21552
  "id": "sec-hourfromtime",
21532
21553
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-hourfromtime",
21533
- "title": "HourFromTime ( t )",
21554
+ "title": "HourFromTime ( tv )",
21534
21555
  "number": "21.4.1.14"
21535
21556
  },
21536
21557
  "definedIn": "heading",
@@ -21541,7 +21562,7 @@
21541
21562
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-minfromtime",
21542
21563
  "linkingText": [
21543
21564
  "MinFromTime",
21544
- "MinFromTime(t)"
21565
+ "MinFromTime(tv)"
21545
21566
  ],
21546
21567
  "localLinkingText": [],
21547
21568
  "type": "abstract-op",
@@ -21551,7 +21572,7 @@
21551
21572
  "heading": {
21552
21573
  "id": "sec-minfromtime",
21553
21574
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-minfromtime",
21554
- "title": "MinFromTime ( t )",
21575
+ "title": "MinFromTime ( tv )",
21555
21576
  "number": "21.4.1.15"
21556
21577
  },
21557
21578
  "definedIn": "heading",
@@ -21562,7 +21583,7 @@
21562
21583
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-secfromtime",
21563
21584
  "linkingText": [
21564
21585
  "SecFromTime",
21565
- "SecFromTime(t)"
21586
+ "SecFromTime(tv)"
21566
21587
  ],
21567
21588
  "localLinkingText": [],
21568
21589
  "type": "abstract-op",
@@ -21572,7 +21593,7 @@
21572
21593
  "heading": {
21573
21594
  "id": "sec-secfromtime",
21574
21595
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-secfromtime",
21575
- "title": "SecFromTime ( t )",
21596
+ "title": "SecFromTime ( tv )",
21576
21597
  "number": "21.4.1.16"
21577
21598
  },
21578
21599
  "definedIn": "heading",
@@ -21582,7 +21603,7 @@
21582
21603
  "id": "sec-msfromtime",
21583
21604
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-msfromtime",
21584
21605
  "linkingText": [
21585
- "msFromTime(t)"
21606
+ "msFromTime(tv)"
21586
21607
  ],
21587
21608
  "localLinkingText": [],
21588
21609
  "type": "abstract-op",
@@ -21594,7 +21615,7 @@
21594
21615
  "heading": {
21595
21616
  "id": "sec-msfromtime",
21596
21617
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-msfromtime",
21597
- "title": "msFromTime ( t )",
21618
+ "title": "msFromTime ( tv )",
21598
21619
  "number": "21.4.1.17"
21599
21620
  },
21600
21621
  "definedIn": "heading",
@@ -21893,7 +21914,7 @@
21893
21914
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime",
21894
21915
  "linkingText": [
21895
21916
  "LocalTime",
21896
- "LocalTime(t)"
21917
+ "LocalTime(tv)"
21897
21918
  ],
21898
21919
  "localLinkingText": [],
21899
21920
  "type": "abstract-op",
@@ -21903,7 +21924,7 @@
21903
21924
  "heading": {
21904
21925
  "id": "sec-localtime",
21905
21926
  "href": "https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-localtime",
21906
- "title": "LocalTime ( t )",
21927
+ "title": "LocalTime ( tv )",
21907
21928
  "number": "21.4.1.25"
21908
21929
  },
21909
21930
  "definedIn": "heading",
@@ -23591,7 +23612,7 @@
23591
23612
  "id": "sec-string.prototype.charat",
23592
23613
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat",
23593
23614
  "linkingText": [
23594
- "charAt(pos)"
23615
+ "charAt(position)"
23595
23616
  ],
23596
23617
  "localLinkingText": [],
23597
23618
  "type": "method",
@@ -23603,7 +23624,7 @@
23603
23624
  "heading": {
23604
23625
  "id": "sec-string.prototype.charat",
23605
23626
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charat",
23606
- "title": "String.prototype.charAt ( pos )",
23627
+ "title": "String.prototype.charAt ( position )",
23607
23628
  "number": "22.1.3.2"
23608
23629
  },
23609
23630
  "definedIn": "heading",
@@ -23613,7 +23634,7 @@
23613
23634
  "id": "sec-string.prototype.charcodeat",
23614
23635
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat",
23615
23636
  "linkingText": [
23616
- "charCodeAt(pos)"
23637
+ "charCodeAt(position)"
23617
23638
  ],
23618
23639
  "localLinkingText": [],
23619
23640
  "type": "method",
@@ -23625,7 +23646,7 @@
23625
23646
  "heading": {
23626
23647
  "id": "sec-string.prototype.charcodeat",
23627
23648
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.charcodeat",
23628
- "title": "String.prototype.charCodeAt ( pos )",
23649
+ "title": "String.prototype.charCodeAt ( position )",
23629
23650
  "number": "22.1.3.3"
23630
23651
  },
23631
23652
  "definedIn": "heading",
@@ -23635,7 +23656,7 @@
23635
23656
  "id": "sec-string.prototype.codepointat",
23636
23657
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat",
23637
23658
  "linkingText": [
23638
- "codePointAt(pos)"
23659
+ "codePointAt(position)"
23639
23660
  ],
23640
23661
  "localLinkingText": [],
23641
23662
  "type": "method",
@@ -23647,7 +23668,7 @@
23647
23668
  "heading": {
23648
23669
  "id": "sec-string.prototype.codepointat",
23649
23670
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.codepointat",
23650
- "title": "String.prototype.codePointAt ( pos )",
23671
+ "title": "String.prototype.codePointAt ( position )",
23651
23672
  "number": "22.1.3.4"
23652
23673
  },
23653
23674
  "definedIn": "heading",
@@ -23943,7 +23964,7 @@
23943
23964
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad",
23944
23965
  "linkingText": [
23945
23966
  "StringPad",
23946
- "StringPad(str, maxLength, fillString, placement)"
23967
+ "StringPad(string, maxLength, fillString, placement)"
23947
23968
  ],
23948
23969
  "localLinkingText": [],
23949
23970
  "type": "abstract-op",
@@ -23953,7 +23974,7 @@
23953
23974
  "heading": {
23954
23975
  "id": "sec-stringpad",
23955
23976
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad",
23956
- "title": "StringPad ( str, maxLength, fillString, placement )",
23977
+ "title": "StringPad ( string, maxLength, fillString, placement )",
23957
23978
  "number": "22.1.3.17.2"
23958
23979
  },
23959
23980
  "definedIn": "heading",
@@ -24029,7 +24050,7 @@
24029
24050
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution",
24030
24051
  "linkingText": [
24031
24052
  "GetSubstitution",
24032
- "GetSubstitution(matched, str, position, captures, namedCaptures, replacementTemplate)"
24053
+ "GetSubstitution(matched, string, position, captures, namedCaptures, replacementTemplate)"
24033
24054
  ],
24034
24055
  "localLinkingText": [],
24035
24056
  "type": "abstract-op",
@@ -24039,7 +24060,7 @@
24039
24060
  "heading": {
24040
24061
  "id": "sec-getsubstitution",
24041
24062
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution",
24042
- "title": "GetSubstitution ( matched, str, position, captures, namedCaptures, replacementTemplate )",
24063
+ "title": "GetSubstitution ( matched, string, position, captures, namedCaptures, replacementTemplate )",
24043
24064
  "number": "22.1.3.19.1"
24044
24065
  },
24045
24066
  "definedIn": "heading",
@@ -24336,7 +24357,7 @@
24336
24357
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring",
24337
24358
  "linkingText": [
24338
24359
  "TrimString",
24339
- "TrimString(string, where)"
24360
+ "TrimString(arg, where)"
24340
24361
  ],
24341
24362
  "localLinkingText": [],
24342
24363
  "type": "abstract-op",
@@ -24346,7 +24367,7 @@
24346
24367
  "heading": {
24347
24368
  "id": "sec-trimstring",
24348
24369
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring",
24349
- "title": "TrimString ( string, where )",
24370
+ "title": "TrimString ( arg, where )",
24350
24371
  "number": "22.1.3.32.1"
24351
24372
  },
24352
24373
  "definedIn": "heading",
@@ -24423,7 +24444,7 @@
24423
24444
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-thisstringvalue",
24424
24445
  "linkingText": [
24425
24446
  "ThisStringValue",
24426
- "ThisStringValue(value)"
24447
+ "ThisStringValue(arg)"
24427
24448
  ],
24428
24449
  "localLinkingText": [],
24429
24450
  "type": "abstract-op",
@@ -24433,7 +24454,7 @@
24433
24454
  "heading": {
24434
24455
  "id": "sec-thisstringvalue",
24435
24456
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-thisstringvalue",
24436
- "title": "ThisStringValue ( value )",
24457
+ "title": "ThisStringValue ( arg )",
24437
24458
  "number": "22.1.3.35.1"
24438
24459
  },
24439
24460
  "definedIn": "heading",
@@ -25721,7 +25742,7 @@
25721
25742
  "heading": {
25722
25743
  "id": "sec-countleftcapturingparenswithin",
25723
25744
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-countleftcapturingparenswithin",
25724
- "title": "Static Semantics: CountLeftCapturingParensWithin ( node )",
25745
+ "title": "Static Semantics: CountLeftCapturingParensWithin ( parseNode )",
25725
25746
  "number": "22.2.1.2"
25726
25747
  },
25727
25748
  "definedIn": "prose",
@@ -26039,7 +26060,7 @@
26039
26060
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch",
26040
26061
  "linkingText": [
26041
26062
  "Canonicalize",
26042
- "Canonicalize(regexpRecord, ch)"
26063
+ "Canonicalize(regexpRecord, char)"
26043
26064
  ],
26044
26065
  "localLinkingText": [],
26045
26066
  "type": "abstract-op",
@@ -26049,7 +26070,7 @@
26049
26070
  "heading": {
26050
26071
  "id": "sec-runtime-semantics-canonicalize-ch",
26051
26072
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-canonicalize-ch",
26052
- "title": "Canonicalize ( regexpRecord, ch )",
26073
+ "title": "Canonicalize ( regexpRecord, char )",
26053
26074
  "number": "22.2.2.7.3"
26054
26075
  },
26055
26076
  "definedIn": "heading",
@@ -26373,7 +26394,7 @@
26373
26394
  "id": "sec-regexp.escape",
26374
26395
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.escape",
26375
26396
  "linkingText": [
26376
- "escape(str)"
26397
+ "escape(string)"
26377
26398
  ],
26378
26399
  "localLinkingText": [],
26379
26400
  "type": "method",
@@ -26385,7 +26406,7 @@
26385
26406
  "heading": {
26386
26407
  "id": "sec-regexp.escape",
26387
26408
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.escape",
26388
- "title": "RegExp.escape ( str )",
26409
+ "title": "RegExp.escape ( string )",
26389
26410
  "number": "22.2.5.1"
26390
26411
  },
26391
26412
  "definedIn": "heading",
@@ -26396,7 +26417,7 @@
26396
26417
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-encodeforregexpescape",
26397
26418
  "linkingText": [
26398
26419
  "EncodeForRegExpEscape",
26399
- "EncodeForRegExpEscape(cp)"
26420
+ "EncodeForRegExpEscape(codePoint)"
26400
26421
  ],
26401
26422
  "localLinkingText": [],
26402
26423
  "type": "abstract-op",
@@ -26406,7 +26427,7 @@
26406
26427
  "heading": {
26407
26428
  "id": "sec-encodeforregexpescape",
26408
26429
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-encodeforregexpescape",
26409
- "title": "EncodeForRegExpEscape ( cp )",
26430
+ "title": "EncodeForRegExpEscape ( codePoint )",
26410
26431
  "number": "22.2.5.1.1"
26411
26432
  },
26412
26433
  "definedIn": "heading",
@@ -26786,7 +26807,7 @@
26786
26807
  "id": "sec-regexp.prototype.test",
26787
26808
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test",
26788
26809
  "linkingText": [
26789
- "test(str)"
26810
+ "test(string)"
26790
26811
  ],
26791
26812
  "localLinkingText": [],
26792
26813
  "type": "method",
@@ -26798,7 +26819,7 @@
26798
26819
  "heading": {
26799
26820
  "id": "sec-regexp.prototype.test",
26800
26821
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test",
26801
- "title": "RegExp.prototype.test ( str )",
26822
+ "title": "RegExp.prototype.test ( string )",
26802
26823
  "number": "22.2.6.16"
26803
26824
  },
26804
26825
  "definedIn": "heading",
@@ -26875,7 +26896,7 @@
26875
26896
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec",
26876
26897
  "linkingText": [
26877
26898
  "RegExpExec",
26878
- "RegExpExec(regexp, str)"
26899
+ "RegExpExec(regexp, string)"
26879
26900
  ],
26880
26901
  "localLinkingText": [],
26881
26902
  "type": "abstract-op",
@@ -26885,7 +26906,7 @@
26885
26906
  "heading": {
26886
26907
  "id": "sec-regexpexec",
26887
26908
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpexec",
26888
- "title": "RegExpExec ( regexp, str )",
26909
+ "title": "RegExpExec ( regexp, string )",
26889
26910
  "number": "22.2.7.1"
26890
26911
  },
26891
26912
  "definedIn": "heading",
@@ -26896,7 +26917,7 @@
26896
26917
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec",
26897
26918
  "linkingText": [
26898
26919
  "RegExpBuiltinExec",
26899
- "RegExpBuiltinExec(regexp, str)"
26920
+ "RegExpBuiltinExec(regexp, string)"
26900
26921
  ],
26901
26922
  "localLinkingText": [],
26902
26923
  "type": "abstract-op",
@@ -26906,7 +26927,7 @@
26906
26927
  "heading": {
26907
26928
  "id": "sec-regexpbuiltinexec",
26908
26929
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpbuiltinexec",
26909
- "title": "RegExpBuiltinExec ( regexp, str )",
26930
+ "title": "RegExpBuiltinExec ( regexp, string )",
26910
26931
  "number": "22.2.7.2"
26911
26932
  },
26912
26933
  "definedIn": "heading",
@@ -26917,7 +26938,7 @@
26917
26938
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex",
26918
26939
  "linkingText": [
26919
26940
  "AdvanceStringIndex",
26920
- "AdvanceStringIndex(str, index, unicode)"
26941
+ "AdvanceStringIndex(string, index, unicode)"
26921
26942
  ],
26922
26943
  "localLinkingText": [],
26923
26944
  "type": "abstract-op",
@@ -26927,7 +26948,7 @@
26927
26948
  "heading": {
26928
26949
  "id": "sec-advancestringindex",
26929
26950
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-advancestringindex",
26930
- "title": "AdvanceStringIndex ( str, index, unicode )",
26951
+ "title": "AdvanceStringIndex ( string, index, unicode )",
26931
26952
  "number": "22.2.7.3"
26932
26953
  },
26933
26954
  "definedIn": "heading",
@@ -26938,7 +26959,7 @@
26938
26959
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex",
26939
26960
  "linkingText": [
26940
26961
  "GetStringIndex",
26941
- "GetStringIndex(str, codePointIndex)"
26962
+ "GetStringIndex(string, codePointIndex)"
26942
26963
  ],
26943
26964
  "localLinkingText": [],
26944
26965
  "type": "abstract-op",
@@ -26948,7 +26969,7 @@
26948
26969
  "heading": {
26949
26970
  "id": "sec-getstringindex",
26950
26971
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex",
26951
- "title": "GetStringIndex ( str, codePointIndex )",
26972
+ "title": "GetStringIndex ( string, codePointIndex )",
26952
26973
  "number": "22.2.7.4"
26953
26974
  },
26954
26975
  "definedIn": "heading",
@@ -26982,7 +27003,7 @@
26982
27003
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring",
26983
27004
  "linkingText": [
26984
27005
  "GetMatchString",
26985
- "GetMatchString(str, match)"
27006
+ "GetMatchString(string, match)"
26986
27007
  ],
26987
27008
  "localLinkingText": [],
26988
27009
  "type": "abstract-op",
@@ -26992,7 +27013,7 @@
26992
27013
  "heading": {
26993
27014
  "id": "sec-getmatchstring",
26994
27015
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring",
26995
- "title": "GetMatchString ( str, match )",
27016
+ "title": "GetMatchString ( string, match )",
26996
27017
  "number": "22.2.7.6"
26997
27018
  },
26998
27019
  "definedIn": "heading",
@@ -27003,7 +27024,7 @@
27003
27024
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair",
27004
27025
  "linkingText": [
27005
27026
  "GetMatchIndexPair",
27006
- "GetMatchIndexPair(str, match)"
27027
+ "GetMatchIndexPair(string, match)"
27007
27028
  ],
27008
27029
  "localLinkingText": [],
27009
27030
  "type": "abstract-op",
@@ -27013,7 +27034,7 @@
27013
27034
  "heading": {
27014
27035
  "id": "sec-getmatchindexpair",
27015
27036
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair",
27016
- "title": "GetMatchIndexPair ( str, match )",
27037
+ "title": "GetMatchIndexPair ( string, match )",
27017
27038
  "number": "22.2.7.7"
27018
27039
  },
27019
27040
  "definedIn": "heading",
@@ -27024,7 +27045,7 @@
27024
27045
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray",
27025
27046
  "linkingText": [
27026
27047
  "MakeMatchIndicesIndexPairArray",
27027
- "MakeMatchIndicesIndexPairArray(str, indices, groupNames, hasGroups)"
27048
+ "MakeMatchIndicesIndexPairArray(string, indices, groupNames, hasGroups)"
27028
27049
  ],
27029
27050
  "localLinkingText": [],
27030
27051
  "type": "abstract-op",
@@ -27034,7 +27055,7 @@
27034
27055
  "heading": {
27035
27056
  "id": "sec-makematchindicesindexpairarray",
27036
27057
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray",
27037
- "title": "MakeMatchIndicesIndexPairArray ( str, indices, groupNames, hasGroups )",
27058
+ "title": "MakeMatchIndicesIndexPairArray ( string, indices, groupNames, hasGroups )",
27038
27059
  "number": "22.2.7.8"
27039
27060
  },
27040
27061
  "definedIn": "heading",
@@ -27068,7 +27089,7 @@
27068
27089
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator",
27069
27090
  "linkingText": [
27070
27091
  "CreateRegExpStringIterator",
27071
- "CreateRegExpStringIterator(regexp, str, global, fullUnicode)"
27092
+ "CreateRegExpStringIterator(regexp, string, global, fullUnicode)"
27072
27093
  ],
27073
27094
  "localLinkingText": [],
27074
27095
  "type": "abstract-op",
@@ -27078,7 +27099,7 @@
27078
27099
  "heading": {
27079
27100
  "id": "sec-createregexpstringiterator",
27080
27101
  "href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-createregexpstringiterator",
27081
- "title": "CreateRegExpStringIterator ( regexp, str, global, fullUnicode )",
27102
+ "title": "CreateRegExpStringIterator ( regexp, string, global, fullUnicode )",
27082
27103
  "number": "22.2.9.1"
27083
27104
  },
27084
27105
  "definedIn": "heading",
@@ -27542,7 +27563,7 @@
27542
27563
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-findviapredicate",
27543
27564
  "linkingText": [
27544
27565
  "FindViaPredicate",
27545
- "FindViaPredicate(obj, len, direction, predicate, thisArg)"
27566
+ "FindViaPredicate(obj, length, direction, predicate, thisArg)"
27546
27567
  ],
27547
27568
  "localLinkingText": [],
27548
27569
  "type": "abstract-op",
@@ -27552,7 +27573,7 @@
27552
27573
  "heading": {
27553
27574
  "id": "sec-findviapredicate",
27554
27575
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-findviapredicate",
27555
- "title": "FindViaPredicate ( obj, len, direction, predicate, thisArg )",
27576
+ "title": "FindViaPredicate ( obj, length, direction, predicate, thisArg )",
27556
27577
  "number": "23.1.3.12.1"
27557
27578
  },
27558
27579
  "definedIn": "heading",
@@ -27585,7 +27606,7 @@
27585
27606
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray",
27586
27607
  "linkingText": [
27587
27608
  "FlattenIntoArray",
27588
- "FlattenIntoArray(target, source, sourceLen, start, depth, mapperFunction, thisArg)"
27609
+ "FlattenIntoArray(target, source, sourceLength, start, depth, mapperFunc, thisArg)"
27589
27610
  ],
27590
27611
  "localLinkingText": [],
27591
27612
  "type": "abstract-op",
@@ -27595,7 +27616,7 @@
27595
27616
  "heading": {
27596
27617
  "id": "sec-flattenintoarray",
27597
27618
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-flattenintoarray",
27598
- "title": "FlattenIntoArray ( target, source, sourceLen, start, depth [ , mapperFunction [ , thisArg ] ] )",
27619
+ "title": "FlattenIntoArray ( target, source, sourceLength, start, depth [ , mapperFunc [ , thisArg ] ] )",
27599
27620
  "number": "23.1.3.13.1"
27600
27621
  },
27601
27622
  "definedIn": "heading",
@@ -27605,7 +27626,7 @@
27605
27626
  "id": "sec-array.prototype.flatmap",
27606
27627
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap",
27607
27628
  "linkingText": [
27608
- "flatMap(mapperFunction, thisArg)"
27629
+ "flatMap(mapperFunc, thisArg)"
27609
27630
  ],
27610
27631
  "localLinkingText": [],
27611
27632
  "type": "method",
@@ -27617,7 +27638,7 @@
27617
27638
  "heading": {
27618
27639
  "id": "sec-array.prototype.flatmap",
27619
27640
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap",
27620
- "title": "Array.prototype.flatMap ( mapperFunction [ , thisArg ] )",
27641
+ "title": "Array.prototype.flatMap ( mapperFunc [ , thisArg ] )",
27621
27642
  "number": "23.1.3.14"
27622
27643
  },
27623
27644
  "definedIn": "heading",
@@ -27980,7 +28001,7 @@
27980
28001
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties",
27981
28002
  "linkingText": [
27982
28003
  "SortIndexedProperties",
27983
- "SortIndexedProperties(obj, len, sortCompare, holes)"
28004
+ "SortIndexedProperties(obj, length, sortCompare, holes)"
27984
28005
  ],
27985
28006
  "localLinkingText": [],
27986
28007
  "type": "abstract-op",
@@ -27990,7 +28011,7 @@
27990
28011
  "heading": {
27991
28012
  "id": "sec-sortindexedproperties",
27992
28013
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties",
27993
- "title": "SortIndexedProperties ( obj, len, sortCompare, holes )",
28014
+ "title": "SortIndexedProperties ( obj, length, sortCompare, holes )",
27994
28015
  "number": "23.1.3.30.1"
27995
28016
  },
27996
28017
  "definedIn": "heading",
@@ -28012,7 +28033,7 @@
28012
28033
  "heading": {
28013
28034
  "id": "sec-sortindexedproperties",
28014
28035
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties",
28015
- "title": "SortIndexedProperties ( obj, len, sortCompare, holes )",
28036
+ "title": "SortIndexedProperties ( obj, length, sortCompare, holes )",
28016
28037
  "number": "23.1.3.30.1"
28017
28038
  },
28018
28039
  "definedIn": "prose",
@@ -28034,7 +28055,7 @@
28034
28055
  "heading": {
28035
28056
  "id": "sec-sortindexedproperties",
28036
28057
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-sortindexedproperties",
28037
- "title": "SortIndexedProperties ( obj, len, sortCompare, holes )",
28058
+ "title": "SortIndexedProperties ( obj, length, sortCompare, holes )",
28038
28059
  "number": "23.1.3.30.1"
28039
28060
  },
28040
28061
  "definedIn": "prose",
@@ -29551,7 +29572,7 @@
29551
29572
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraycreatefromconstructor",
29552
29573
  "linkingText": [
29553
29574
  "TypedArrayCreateFromConstructor",
29554
- "TypedArrayCreateFromConstructor(constructor, argumentList)"
29575
+ "TypedArrayCreateFromConstructor(ctor, argList)"
29555
29576
  ],
29556
29577
  "localLinkingText": [],
29557
29578
  "type": "abstract-op",
@@ -29561,7 +29582,7 @@
29561
29582
  "heading": {
29562
29583
  "id": "sec-typedarraycreatefromconstructor",
29563
29584
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarraycreatefromconstructor",
29564
- "title": "TypedArrayCreateFromConstructor ( constructor, argumentList )",
29585
+ "title": "TypedArrayCreateFromConstructor ( ctor, argList )",
29565
29586
  "number": "23.2.4.1"
29566
29587
  },
29567
29588
  "definedIn": "heading",
@@ -29593,7 +29614,7 @@
29593
29614
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create",
29594
29615
  "linkingText": [
29595
29616
  "TypedArraySpeciesCreate",
29596
- "TypedArraySpeciesCreate(exemplar, argumentList)"
29617
+ "TypedArraySpeciesCreate(exemplar, argList)"
29597
29618
  ],
29598
29619
  "localLinkingText": [],
29599
29620
  "type": "abstract-op",
@@ -29603,7 +29624,7 @@
29603
29624
  "heading": {
29604
29625
  "id": "typedarray-species-create",
29605
29626
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#typedarray-species-create",
29606
- "title": "TypedArraySpeciesCreate ( exemplar, argumentList )",
29627
+ "title": "TypedArraySpeciesCreate ( exemplar, argList )",
29607
29628
  "number": "23.2.4.3"
29608
29629
  },
29609
29630
  "definedIn": "heading",
@@ -29720,7 +29741,7 @@
29720
29741
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray",
29721
29742
  "linkingText": [
29722
29743
  "AllocateTypedArray",
29723
- "AllocateTypedArray(constructorName, newTarget, defaultProto, length)"
29744
+ "AllocateTypedArray(ctorName, newTarget, defaultProto, length)"
29724
29745
  ],
29725
29746
  "localLinkingText": [],
29726
29747
  "type": "abstract-op",
@@ -29730,7 +29751,7 @@
29730
29751
  "heading": {
29731
29752
  "id": "sec-allocatetypedarray",
29732
29753
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-allocatetypedarray",
29733
- "title": "AllocateTypedArray ( constructorName, newTarget, defaultProto [ , length ] )",
29754
+ "title": "AllocateTypedArray ( ctorName, newTarget, defaultProto [ , length ] )",
29734
29755
  "number": "23.2.5.1.1"
29735
29756
  },
29736
29757
  "definedIn": "heading",
@@ -29741,7 +29762,7 @@
29741
29762
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray",
29742
29763
  "linkingText": [
29743
29764
  "InitializeTypedArrayFromTypedArray",
29744
- "InitializeTypedArrayFromTypedArray(obj, srcArray)"
29765
+ "InitializeTypedArrayFromTypedArray(obj, sourceArray)"
29745
29766
  ],
29746
29767
  "localLinkingText": [],
29747
29768
  "type": "abstract-op",
@@ -29751,7 +29772,7 @@
29751
29772
  "heading": {
29752
29773
  "id": "sec-initializetypedarrayfromtypedarray",
29753
29774
  "href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-initializetypedarrayfromtypedarray",
29754
- "title": "InitializeTypedArrayFromTypedArray ( obj, srcArray )",
29775
+ "title": "InitializeTypedArrayFromTypedArray ( obj, sourceArray )",
29755
29776
  "number": "23.2.5.1.2"
29756
29777
  },
29757
29778
  "definedIn": "heading",
@@ -31785,7 +31806,7 @@
31785
31806
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer",
31786
31807
  "linkingText": [
31787
31808
  "AllocateArrayBuffer",
31788
- "AllocateArrayBuffer(constructor, byteLength, maxByteLength)"
31809
+ "AllocateArrayBuffer(ctor, byteLength, maxByteLength)"
31789
31810
  ],
31790
31811
  "localLinkingText": [],
31791
31812
  "type": "abstract-op",
@@ -31795,7 +31816,7 @@
31795
31816
  "heading": {
31796
31817
  "id": "sec-allocatearraybuffer",
31797
31818
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatearraybuffer",
31798
- "title": "AllocateArrayBuffer ( constructor, byteLength [ , maxByteLength ] )",
31819
+ "title": "AllocateArrayBuffer ( ctor, byteLength [ , maxByteLength ] )",
31799
31820
  "number": "25.1.3.1"
31800
31821
  },
31801
31822
  "definedIn": "heading",
@@ -31890,7 +31911,7 @@
31890
31911
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer",
31891
31912
  "linkingText": [
31892
31913
  "CloneArrayBuffer",
31893
- "CloneArrayBuffer(srcBuffer, srcByteOffset, srcLength)"
31914
+ "CloneArrayBuffer(sourceBuffer, sourceByteOffset, sourceLength)"
31894
31915
  ],
31895
31916
  "localLinkingText": [],
31896
31917
  "type": "abstract-op",
@@ -31900,7 +31921,7 @@
31900
31921
  "heading": {
31901
31922
  "id": "sec-clonearraybuffer",
31902
31923
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-clonearraybuffer",
31903
- "title": "CloneArrayBuffer ( srcBuffer, srcByteOffset, srcLength )",
31924
+ "title": "CloneArrayBuffer ( sourceBuffer, sourceByteOffset, sourceLength )",
31904
31925
  "number": "25.1.3.6"
31905
31926
  },
31906
31927
  "definedIn": "heading",
@@ -32508,7 +32529,7 @@
32508
32529
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer",
32509
32530
  "linkingText": [
32510
32531
  "AllocateSharedArrayBuffer",
32511
- "AllocateSharedArrayBuffer(constructor, byteLength, maxByteLength)"
32532
+ "AllocateSharedArrayBuffer(ctor, byteLength, maxByteLength)"
32512
32533
  ],
32513
32534
  "localLinkingText": [],
32514
32535
  "type": "abstract-op",
@@ -32518,7 +32539,7 @@
32518
32539
  "heading": {
32519
32540
  "id": "sec-allocatesharedarraybuffer",
32520
32541
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-allocatesharedarraybuffer",
32521
- "title": "AllocateSharedArrayBuffer ( constructor, byteLength [ , maxByteLength ] )",
32542
+ "title": "AllocateSharedArrayBuffer ( ctor, byteLength [ , maxByteLength ] )",
32522
32543
  "number": "25.2.2.1"
32523
32544
  },
32524
32545
  "definedIn": "heading",
@@ -33633,7 +33654,7 @@
33633
33654
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray",
33634
33655
  "linkingText": [
33635
33656
  "ValidateIntegerTypedArray",
33636
- "ValidateIntegerTypedArray(typedArray, waitable)"
33657
+ "ValidateIntegerTypedArray(ta, waitable)"
33637
33658
  ],
33638
33659
  "localLinkingText": [],
33639
33660
  "type": "abstract-op",
@@ -33643,7 +33664,7 @@
33643
33664
  "heading": {
33644
33665
  "id": "sec-validateintegertypedarray",
33645
33666
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray",
33646
- "title": "ValidateIntegerTypedArray ( typedArray, waitable )",
33667
+ "title": "ValidateIntegerTypedArray ( ta, waitable )",
33647
33668
  "number": "25.4.3.1"
33648
33669
  },
33649
33670
  "definedIn": "heading",
@@ -33675,7 +33696,7 @@
33675
33696
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccessonintegertypedarray",
33676
33697
  "linkingText": [
33677
33698
  "ValidateAtomicAccessOnIntegerTypedArray",
33678
- "ValidateAtomicAccessOnIntegerTypedArray(typedArray, requestIndex)"
33699
+ "ValidateAtomicAccessOnIntegerTypedArray(ta, requestIndex)"
33679
33700
  ],
33680
33701
  "localLinkingText": [],
33681
33702
  "type": "abstract-op",
@@ -33685,7 +33706,7 @@
33685
33706
  "heading": {
33686
33707
  "id": "sec-validateatomicaccessonintegertypedarray",
33687
33708
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-validateatomicaccessonintegertypedarray",
33688
- "title": "ValidateAtomicAccessOnIntegerTypedArray ( typedArray, requestIndex )",
33709
+ "title": "ValidateAtomicAccessOnIntegerTypedArray ( ta, requestIndex )",
33689
33710
  "number": "25.4.3.3"
33690
33711
  },
33691
33712
  "definedIn": "heading",
@@ -33696,7 +33717,7 @@
33696
33717
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-revalidateatomicaccess",
33697
33718
  "linkingText": [
33698
33719
  "RevalidateAtomicAccess",
33699
- "RevalidateAtomicAccess(typedArray, byteIndexInBuffer)"
33720
+ "RevalidateAtomicAccess(ta, byteIndexInBuffer)"
33700
33721
  ],
33701
33722
  "localLinkingText": [],
33702
33723
  "type": "abstract-op",
@@ -33706,7 +33727,7 @@
33706
33727
  "heading": {
33707
33728
  "id": "sec-revalidateatomicaccess",
33708
33729
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-revalidateatomicaccess",
33709
- "title": "RevalidateAtomicAccess ( typedArray, byteIndexInBuffer )",
33730
+ "title": "RevalidateAtomicAccess ( ta, byteIndexInBuffer )",
33710
33731
  "number": "25.4.3.4"
33711
33732
  },
33712
33733
  "definedIn": "heading",
@@ -33928,7 +33949,7 @@
33928
33949
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dowait",
33929
33950
  "linkingText": [
33930
33951
  "DoWait",
33931
- "DoWait(mode, typedArray, index, value, timeout)"
33952
+ "DoWait(mode, ta, index, value, timeout)"
33932
33953
  ],
33933
33954
  "localLinkingText": [],
33934
33955
  "type": "abstract-op",
@@ -33938,7 +33959,7 @@
33938
33959
  "heading": {
33939
33960
  "id": "sec-dowait",
33940
33961
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-dowait",
33941
- "title": "DoWait ( mode, typedArray, index, value, timeout )",
33962
+ "title": "DoWait ( mode, ta, index, value, timeout )",
33942
33963
  "number": "25.4.3.14"
33943
33964
  },
33944
33965
  "definedIn": "heading",
@@ -33991,7 +34012,7 @@
33991
34012
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite",
33992
34013
  "linkingText": [
33993
34014
  "AtomicReadModifyWrite",
33994
- "AtomicReadModifyWrite(typedArray, index, value, op)"
34015
+ "AtomicReadModifyWrite(ta, index, value, op)"
33995
34016
  ],
33996
34017
  "localLinkingText": [],
33997
34018
  "type": "abstract-op",
@@ -34001,7 +34022,7 @@
34001
34022
  "heading": {
34002
34023
  "id": "sec-atomicreadmodifywrite",
34003
34024
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite",
34004
- "title": "AtomicReadModifyWrite ( typedArray, index, value, op )",
34025
+ "title": "AtomicReadModifyWrite ( ta, index, value, op )",
34005
34026
  "number": "25.4.3.17"
34006
34027
  },
34007
34028
  "definedIn": "heading",
@@ -34053,7 +34074,7 @@
34053
34074
  "id": "sec-atomics.add",
34054
34075
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add",
34055
34076
  "linkingText": [
34056
- "add(typedArray, index, value)"
34077
+ "add(ta, index, value)"
34057
34078
  ],
34058
34079
  "localLinkingText": [],
34059
34080
  "type": "method",
@@ -34065,7 +34086,7 @@
34065
34086
  "heading": {
34066
34087
  "id": "sec-atomics.add",
34067
34088
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.add",
34068
- "title": "Atomics.add ( typedArray, index, value )",
34089
+ "title": "Atomics.add ( ta, index, value )",
34069
34090
  "number": "25.4.4"
34070
34091
  },
34071
34092
  "definedIn": "heading",
@@ -34075,7 +34096,7 @@
34075
34096
  "id": "sec-atomics.and",
34076
34097
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and",
34077
34098
  "linkingText": [
34078
- "and(typedArray, index, value)"
34099
+ "and(ta, index, value)"
34079
34100
  ],
34080
34101
  "localLinkingText": [],
34081
34102
  "type": "method",
@@ -34087,7 +34108,7 @@
34087
34108
  "heading": {
34088
34109
  "id": "sec-atomics.and",
34089
34110
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.and",
34090
- "title": "Atomics.and ( typedArray, index, value )",
34111
+ "title": "Atomics.and ( ta, index, value )",
34091
34112
  "number": "25.4.5"
34092
34113
  },
34093
34114
  "definedIn": "heading",
@@ -34097,7 +34118,7 @@
34097
34118
  "id": "sec-atomics.compareexchange",
34098
34119
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange",
34099
34120
  "linkingText": [
34100
- "compareExchange(typedArray, index, expectedValue, replacementValue)"
34121
+ "compareExchange(ta, index, expectedValue, replacementValue)"
34101
34122
  ],
34102
34123
  "localLinkingText": [],
34103
34124
  "type": "method",
@@ -34109,7 +34130,7 @@
34109
34130
  "heading": {
34110
34131
  "id": "sec-atomics.compareexchange",
34111
34132
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.compareexchange",
34112
- "title": "Atomics.compareExchange ( typedArray, index, expectedValue, replacementValue )",
34133
+ "title": "Atomics.compareExchange ( ta, index, expectedValue, replacementValue )",
34113
34134
  "number": "25.4.6"
34114
34135
  },
34115
34136
  "definedIn": "heading",
@@ -34119,7 +34140,7 @@
34119
34140
  "id": "sec-atomics.exchange",
34120
34141
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange",
34121
34142
  "linkingText": [
34122
- "exchange(typedArray, index, value)"
34143
+ "exchange(ta, index, value)"
34123
34144
  ],
34124
34145
  "localLinkingText": [],
34125
34146
  "type": "method",
@@ -34131,7 +34152,7 @@
34131
34152
  "heading": {
34132
34153
  "id": "sec-atomics.exchange",
34133
34154
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.exchange",
34134
- "title": "Atomics.exchange ( typedArray, index, value )",
34155
+ "title": "Atomics.exchange ( ta, index, value )",
34135
34156
  "number": "25.4.7"
34136
34157
  },
34137
34158
  "definedIn": "heading",
@@ -34163,7 +34184,7 @@
34163
34184
  "id": "sec-atomics.load",
34164
34185
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load",
34165
34186
  "linkingText": [
34166
- "load(typedArray, index)"
34187
+ "load(ta, index)"
34167
34188
  ],
34168
34189
  "localLinkingText": [],
34169
34190
  "type": "method",
@@ -34175,7 +34196,7 @@
34175
34196
  "heading": {
34176
34197
  "id": "sec-atomics.load",
34177
34198
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.load",
34178
- "title": "Atomics.load ( typedArray, index )",
34199
+ "title": "Atomics.load ( ta, index )",
34179
34200
  "number": "25.4.9"
34180
34201
  },
34181
34202
  "definedIn": "heading",
@@ -34185,7 +34206,7 @@
34185
34206
  "id": "sec-atomics.or",
34186
34207
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or",
34187
34208
  "linkingText": [
34188
- "or(typedArray, index, value)"
34209
+ "or(ta, index, value)"
34189
34210
  ],
34190
34211
  "localLinkingText": [],
34191
34212
  "type": "method",
@@ -34197,7 +34218,7 @@
34197
34218
  "heading": {
34198
34219
  "id": "sec-atomics.or",
34199
34220
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.or",
34200
- "title": "Atomics.or ( typedArray, index, value )",
34221
+ "title": "Atomics.or ( ta, index, value )",
34201
34222
  "number": "25.4.10"
34202
34223
  },
34203
34224
  "definedIn": "heading",
@@ -34207,7 +34228,7 @@
34207
34228
  "id": "sec-atomics.store",
34208
34229
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store",
34209
34230
  "linkingText": [
34210
- "store(typedArray, index, value)"
34231
+ "store(ta, index, value)"
34211
34232
  ],
34212
34233
  "localLinkingText": [],
34213
34234
  "type": "method",
@@ -34219,7 +34240,7 @@
34219
34240
  "heading": {
34220
34241
  "id": "sec-atomics.store",
34221
34242
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.store",
34222
- "title": "Atomics.store ( typedArray, index, value )",
34243
+ "title": "Atomics.store ( ta, index, value )",
34223
34244
  "number": "25.4.11"
34224
34245
  },
34225
34246
  "definedIn": "heading",
@@ -34229,7 +34250,7 @@
34229
34250
  "id": "sec-atomics.sub",
34230
34251
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub",
34231
34252
  "linkingText": [
34232
- "sub(typedArray, index, value)"
34253
+ "sub(ta, index, value)"
34233
34254
  ],
34234
34255
  "localLinkingText": [],
34235
34256
  "type": "method",
@@ -34241,7 +34262,7 @@
34241
34262
  "heading": {
34242
34263
  "id": "sec-atomics.sub",
34243
34264
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.sub",
34244
- "title": "Atomics.sub ( typedArray, index, value )",
34265
+ "title": "Atomics.sub ( ta, index, value )",
34245
34266
  "number": "25.4.12"
34246
34267
  },
34247
34268
  "definedIn": "heading",
@@ -34251,7 +34272,7 @@
34251
34272
  "id": "sec-atomics.wait",
34252
34273
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait",
34253
34274
  "linkingText": [
34254
- "wait(typedArray, index, value, timeout)"
34275
+ "wait(ta, index, value, timeout)"
34255
34276
  ],
34256
34277
  "localLinkingText": [],
34257
34278
  "type": "method",
@@ -34263,7 +34284,7 @@
34263
34284
  "heading": {
34264
34285
  "id": "sec-atomics.wait",
34265
34286
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.wait",
34266
- "title": "Atomics.wait ( typedArray, index, value, timeout )",
34287
+ "title": "Atomics.wait ( ta, index, value, timeout )",
34267
34288
  "number": "25.4.13"
34268
34289
  },
34269
34290
  "definedIn": "heading",
@@ -34273,7 +34294,7 @@
34273
34294
  "id": "sec-atomics.waitasync",
34274
34295
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.waitasync",
34275
34296
  "linkingText": [
34276
- "waitAsync(typedArray, index, value, timeout)"
34297
+ "waitAsync(ta, index, value, timeout)"
34277
34298
  ],
34278
34299
  "localLinkingText": [],
34279
34300
  "type": "method",
@@ -34285,7 +34306,7 @@
34285
34306
  "heading": {
34286
34307
  "id": "sec-atomics.waitasync",
34287
34308
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.waitasync",
34288
- "title": "Atomics.waitAsync ( typedArray, index, value, timeout )",
34309
+ "title": "Atomics.waitAsync ( ta, index, value, timeout )",
34289
34310
  "number": "25.4.14"
34290
34311
  },
34291
34312
  "definedIn": "heading",
@@ -34295,7 +34316,7 @@
34295
34316
  "id": "sec-atomics.notify",
34296
34317
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify",
34297
34318
  "linkingText": [
34298
- "notify(typedArray, index, count)"
34319
+ "notify(ta, index, count)"
34299
34320
  ],
34300
34321
  "localLinkingText": [],
34301
34322
  "type": "method",
@@ -34307,17 +34328,39 @@
34307
34328
  "heading": {
34308
34329
  "id": "sec-atomics.notify",
34309
34330
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.notify",
34310
- "title": "Atomics.notify ( typedArray, index, count )",
34331
+ "title": "Atomics.notify ( ta, index, count )",
34311
34332
  "number": "25.4.15"
34312
34333
  },
34313
34334
  "definedIn": "heading",
34314
34335
  "links": []
34315
34336
  },
34337
+ {
34338
+ "id": "Atomics.pause",
34339
+ "href": "https://tc39.es/ecma262/multipage/structured-data.html#Atomics.pause",
34340
+ "linkingText": [
34341
+ "pause()"
34342
+ ],
34343
+ "localLinkingText": [],
34344
+ "type": "method",
34345
+ "for": [
34346
+ "Atomics"
34347
+ ],
34348
+ "access": "public",
34349
+ "informative": false,
34350
+ "heading": {
34351
+ "id": "Atomics.pause",
34352
+ "href": "https://tc39.es/ecma262/multipage/structured-data.html#Atomics.pause",
34353
+ "title": "Atomics.pause ( )",
34354
+ "number": "25.4.16"
34355
+ },
34356
+ "definedIn": "heading",
34357
+ "links": []
34358
+ },
34316
34359
  {
34317
34360
  "id": "sec-atomics.xor",
34318
34361
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor",
34319
34362
  "linkingText": [
34320
- "xor(typedArray, index, value)"
34363
+ "xor(ta, index, value)"
34321
34364
  ],
34322
34365
  "localLinkingText": [],
34323
34366
  "type": "method",
@@ -34329,8 +34372,8 @@
34329
34372
  "heading": {
34330
34373
  "id": "sec-atomics.xor",
34331
34374
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.xor",
34332
- "title": "Atomics.xor ( typedArray, index, value )",
34333
- "number": "25.4.16"
34375
+ "title": "Atomics.xor ( ta, index, value )",
34376
+ "number": "25.4.17"
34334
34377
  },
34335
34378
  "definedIn": "heading",
34336
34379
  "links": []
@@ -34468,7 +34511,7 @@
34468
34511
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-createjsonparserecord",
34469
34512
  "linkingText": [
34470
34513
  "CreateJSONParseRecord",
34471
- "CreateJSONParseRecord(parseNode, key, val)"
34514
+ "CreateJSONParseRecord(parseNode, key, value)"
34472
34515
  ],
34473
34516
  "localLinkingText": [],
34474
34517
  "type": "abstract-op",
@@ -34478,7 +34521,7 @@
34478
34521
  "heading": {
34479
34522
  "id": "sec-createjsonparserecord",
34480
34523
  "href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-createjsonparserecord",
34481
- "title": "CreateJSONParseRecord ( parseNode, key, val )",
34524
+ "title": "CreateJSONParseRecord ( parseNode, key, value )",
34482
34525
  "number": "25.5.2.3"
34483
34526
  },
34484
34527
  "definedIn": "heading",
@@ -35212,6 +35255,50 @@
35212
35255
  "definedIn": "prose",
35213
35256
  "links": []
35214
35257
  },
35258
+ {
35259
+ "id": "sec-iterator.zip",
35260
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator.zip",
35261
+ "linkingText": [
35262
+ "zip(iterables, options)"
35263
+ ],
35264
+ "localLinkingText": [],
35265
+ "type": "method",
35266
+ "for": [
35267
+ "Iterator"
35268
+ ],
35269
+ "access": "public",
35270
+ "informative": false,
35271
+ "heading": {
35272
+ "id": "sec-iterator.zip",
35273
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator.zip",
35274
+ "title": "Iterator.zip ( iterables [ , options ] )",
35275
+ "number": "27.1.3.2.4"
35276
+ },
35277
+ "definedIn": "heading",
35278
+ "links": []
35279
+ },
35280
+ {
35281
+ "id": "sec-iterator.zipkeyed",
35282
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator.zipkeyed",
35283
+ "linkingText": [
35284
+ "zipKeyed(iterables, options)"
35285
+ ],
35286
+ "localLinkingText": [],
35287
+ "type": "method",
35288
+ "for": [
35289
+ "Iterator"
35290
+ ],
35291
+ "access": "public",
35292
+ "informative": false,
35293
+ "heading": {
35294
+ "id": "sec-iterator.zipkeyed",
35295
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iterator.zipkeyed",
35296
+ "title": "Iterator.zipKeyed ( iterables [ , options ] )",
35297
+ "number": "27.1.3.2.5"
35298
+ },
35299
+ "definedIn": "heading",
35300
+ "links": []
35301
+ },
35215
35302
  {
35216
35303
  "id": "sec-%iterator.prototype%-object",
35217
35304
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%25iterator.prototype%25-object",
@@ -35540,6 +35627,27 @@
35540
35627
  "definedIn": "heading",
35541
35628
  "links": []
35542
35629
  },
35630
+ {
35631
+ "id": "sec-iteratorzip",
35632
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteratorzip",
35633
+ "linkingText": [
35634
+ "IteratorZip",
35635
+ "IteratorZip(iters, mode, padding, finishResults)"
35636
+ ],
35637
+ "localLinkingText": [],
35638
+ "type": "abstract-op",
35639
+ "for": [],
35640
+ "access": "public",
35641
+ "informative": false,
35642
+ "heading": {
35643
+ "id": "sec-iteratorzip",
35644
+ "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-iteratorzip",
35645
+ "title": "IteratorZip ( iters, mode, padding, finishResults )",
35646
+ "number": "27.1.3.4.1"
35647
+ },
35648
+ "definedIn": "heading",
35649
+ "links": []
35650
+ },
35543
35651
  {
35544
35652
  "id": "sec-asynciteratorprototype",
35545
35653
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asynciteratorprototype",
@@ -35779,7 +35887,7 @@
35779
35887
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability",
35780
35888
  "linkingText": [
35781
35889
  "NewPromiseCapability",
35782
- "NewPromiseCapability(constructor)"
35890
+ "NewPromiseCapability(ctor)"
35783
35891
  ],
35784
35892
  "localLinkingText": [],
35785
35893
  "type": "abstract-op",
@@ -35789,7 +35897,7 @@
35789
35897
  "heading": {
35790
35898
  "id": "sec-newpromisecapability",
35791
35899
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisecapability",
35792
- "title": "NewPromiseCapability ( constructor )",
35900
+ "title": "NewPromiseCapability ( ctor )",
35793
35901
  "number": "27.2.1.5"
35794
35902
  },
35795
35903
  "definedIn": "heading",
@@ -35800,7 +35908,7 @@
35800
35908
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise",
35801
35909
  "linkingText": [
35802
35910
  "IsPromise",
35803
- "IsPromise(value)"
35911
+ "IsPromise(arg)"
35804
35912
  ],
35805
35913
  "localLinkingText": [],
35806
35914
  "type": "abstract-op",
@@ -35810,7 +35918,7 @@
35810
35918
  "heading": {
35811
35919
  "id": "sec-ispromise",
35812
35920
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-ispromise",
35813
- "title": "IsPromise ( value )",
35921
+ "title": "IsPromise ( arg )",
35814
35922
  "number": "27.2.1.6"
35815
35923
  },
35816
35924
  "definedIn": "heading",
@@ -35842,7 +35950,7 @@
35842
35950
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions",
35843
35951
  "linkingText": [
35844
35952
  "TriggerPromiseReactions",
35845
- "TriggerPromiseReactions(reactions, argument)"
35953
+ "TriggerPromiseReactions(reactions, arg)"
35846
35954
  ],
35847
35955
  "localLinkingText": [],
35848
35956
  "type": "abstract-op",
@@ -35852,7 +35960,7 @@
35852
35960
  "heading": {
35853
35961
  "id": "sec-triggerpromisereactions",
35854
35962
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-triggerpromisereactions",
35855
- "title": "TriggerPromiseReactions ( reactions, argument )",
35963
+ "title": "TriggerPromiseReactions ( reactions, arg )",
35856
35964
  "number": "27.2.1.8"
35857
35965
  },
35858
35966
  "definedIn": "heading",
@@ -35884,7 +35992,7 @@
35884
35992
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob",
35885
35993
  "linkingText": [
35886
35994
  "NewPromiseReactionJob",
35887
- "NewPromiseReactionJob(reaction, argument)"
35995
+ "NewPromiseReactionJob(reaction, arg)"
35888
35996
  ],
35889
35997
  "localLinkingText": [],
35890
35998
  "type": "abstract-op",
@@ -35894,7 +36002,7 @@
35894
36002
  "heading": {
35895
36003
  "id": "sec-newpromisereactionjob",
35896
36004
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-newpromisereactionjob",
35897
- "title": "NewPromiseReactionJob ( reaction, argument )",
36005
+ "title": "NewPromiseReactionJob ( reaction, arg )",
35898
36006
  "number": "27.2.2.1"
35899
36007
  },
35900
36008
  "definedIn": "heading",
@@ -35990,7 +36098,7 @@
35990
36098
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve",
35991
36099
  "linkingText": [
35992
36100
  "GetPromiseResolve",
35993
- "GetPromiseResolve(promiseConstructor)"
36101
+ "GetPromiseResolve(promiseCtor)"
35994
36102
  ],
35995
36103
  "localLinkingText": [],
35996
36104
  "type": "abstract-op",
@@ -36000,7 +36108,7 @@
36000
36108
  "heading": {
36001
36109
  "id": "sec-getpromiseresolve",
36002
36110
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-getpromiseresolve",
36003
- "title": "GetPromiseResolve ( promiseConstructor )",
36111
+ "title": "GetPromiseResolve ( promiseCtor )",
36004
36112
  "number": "27.2.4.1.1"
36005
36113
  },
36006
36114
  "definedIn": "heading",
@@ -36011,7 +36119,7 @@
36011
36119
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall",
36012
36120
  "linkingText": [
36013
36121
  "PerformPromiseAll",
36014
- "PerformPromiseAll(iteratorRecord, constructor, resultCapability, promiseResolve)"
36122
+ "PerformPromiseAll(iteratorRecord, ctor, resultCapability, promiseResolve)"
36015
36123
  ],
36016
36124
  "localLinkingText": [],
36017
36125
  "type": "abstract-op",
@@ -36021,7 +36129,7 @@
36021
36129
  "heading": {
36022
36130
  "id": "sec-performpromiseall",
36023
36131
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseall",
36024
- "title": "PerformPromiseAll ( iteratorRecord, constructor, resultCapability, promiseResolve )",
36132
+ "title": "PerformPromiseAll ( iteratorRecord, ctor, resultCapability, promiseResolve )",
36025
36133
  "number": "27.2.4.1.2"
36026
36134
  },
36027
36135
  "definedIn": "heading",
@@ -36054,7 +36162,7 @@
36054
36162
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled",
36055
36163
  "linkingText": [
36056
36164
  "PerformPromiseAllSettled",
36057
- "PerformPromiseAllSettled(iteratorRecord, constructor, resultCapability, promiseResolve)"
36165
+ "PerformPromiseAllSettled(iteratorRecord, ctor, resultCapability, promiseResolve)"
36058
36166
  ],
36059
36167
  "localLinkingText": [],
36060
36168
  "type": "abstract-op",
@@ -36064,7 +36172,7 @@
36064
36172
  "heading": {
36065
36173
  "id": "sec-performpromiseallsettled",
36066
36174
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseallsettled",
36067
- "title": "PerformPromiseAllSettled ( iteratorRecord, constructor, resultCapability, promiseResolve )",
36175
+ "title": "PerformPromiseAllSettled ( iteratorRecord, ctor, resultCapability, promiseResolve )",
36068
36176
  "number": "27.2.4.2.1"
36069
36177
  },
36070
36178
  "definedIn": "heading",
@@ -36097,7 +36205,7 @@
36097
36205
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany",
36098
36206
  "linkingText": [
36099
36207
  "PerformPromiseAny",
36100
- "PerformPromiseAny(iteratorRecord, constructor, resultCapability, promiseResolve)"
36208
+ "PerformPromiseAny(iteratorRecord, ctor, resultCapability, promiseResolve)"
36101
36209
  ],
36102
36210
  "localLinkingText": [],
36103
36211
  "type": "abstract-op",
@@ -36107,7 +36215,7 @@
36107
36215
  "heading": {
36108
36216
  "id": "sec-performpromiseany",
36109
36217
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiseany",
36110
- "title": "PerformPromiseAny ( iteratorRecord, constructor, resultCapability, promiseResolve )",
36218
+ "title": "PerformPromiseAny ( iteratorRecord, ctor, resultCapability, promiseResolve )",
36111
36219
  "number": "27.2.4.3.1"
36112
36220
  },
36113
36221
  "definedIn": "heading",
@@ -36140,7 +36248,7 @@
36140
36248
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace",
36141
36249
  "linkingText": [
36142
36250
  "PerformPromiseRace",
36143
- "PerformPromiseRace(iteratorRecord, constructor, resultCapability, promiseResolve)"
36251
+ "PerformPromiseRace(iteratorRecord, ctor, resultCapability, promiseResolve)"
36144
36252
  ],
36145
36253
  "localLinkingText": [],
36146
36254
  "type": "abstract-op",
@@ -36150,7 +36258,7 @@
36150
36258
  "heading": {
36151
36259
  "id": "sec-performpromiserace",
36152
36260
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-performpromiserace",
36153
- "title": "PerformPromiseRace ( iteratorRecord, constructor, resultCapability, promiseResolve )",
36261
+ "title": "PerformPromiseRace ( iteratorRecord, ctor, resultCapability, promiseResolve )",
36154
36262
  "number": "27.2.4.5.1"
36155
36263
  },
36156
36264
  "definedIn": "heading",
@@ -36205,7 +36313,7 @@
36205
36313
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve",
36206
36314
  "linkingText": [
36207
36315
  "PromiseResolve",
36208
- "PromiseResolve(constructor, resolution)"
36316
+ "PromiseResolve(ctor, resolution)"
36209
36317
  ],
36210
36318
  "localLinkingText": [],
36211
36319
  "type": "abstract-op",
@@ -36215,7 +36323,7 @@
36215
36323
  "heading": {
36216
36324
  "id": "sec-promise-resolve",
36217
36325
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve",
36218
- "title": "PromiseResolve ( constructor, resolution )",
36326
+ "title": "PromiseResolve ( ctor, resolution )",
36219
36327
  "number": "27.2.4.7.1"
36220
36328
  },
36221
36329
  "definedIn": "heading",
@@ -36416,7 +36524,7 @@
36416
36524
  "id": "sec-generatorfunction",
36417
36525
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction",
36418
36526
  "linkingText": [
36419
- "GeneratorFunction(...parameterArgs, bodyArg)"
36527
+ "GeneratorFunction(...paramArgs, bodyArg)"
36420
36528
  ],
36421
36529
  "localLinkingText": [],
36422
36530
  "type": "constructor",
@@ -36428,7 +36536,7 @@
36428
36536
  "heading": {
36429
36537
  "id": "sec-generatorfunction",
36430
36538
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction",
36431
- "title": "GeneratorFunction ( ...parameterArgs, bodyArg )",
36539
+ "title": "GeneratorFunction ( ...paramArgs, bodyArg )",
36432
36540
  "number": "27.3.1.1"
36433
36541
  },
36434
36542
  "definedIn": "heading",
@@ -36520,7 +36628,7 @@
36520
36628
  "id": "sec-asyncgeneratorfunction",
36521
36629
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction",
36522
36630
  "linkingText": [
36523
- "AsyncGeneratorFunction(...parameterArgs, bodyArg)"
36631
+ "AsyncGeneratorFunction(...paramArgs, bodyArg)"
36524
36632
  ],
36525
36633
  "localLinkingText": [],
36526
36634
  "type": "constructor",
@@ -36532,7 +36640,7 @@
36532
36640
  "heading": {
36533
36641
  "id": "sec-asyncgeneratorfunction",
36534
36642
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction",
36535
- "title": "AsyncGeneratorFunction ( ...parameterArgs, bodyArg )",
36643
+ "title": "AsyncGeneratorFunction ( ...paramArgs, bodyArg )",
36536
36644
  "number": "27.4.1.1"
36537
36645
  },
36538
36646
  "definedIn": "heading",
@@ -36711,7 +36819,7 @@
36711
36819
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart",
36712
36820
  "linkingText": [
36713
36821
  "GeneratorStart",
36714
- "GeneratorStart(generator, generatorBody)"
36822
+ "GeneratorStart(gen, genBody)"
36715
36823
  ],
36716
36824
  "localLinkingText": [],
36717
36825
  "type": "abstract-op",
@@ -36721,7 +36829,7 @@
36721
36829
  "heading": {
36722
36830
  "id": "sec-generatorstart",
36723
36831
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorstart",
36724
- "title": "GeneratorStart ( generator, generatorBody )",
36832
+ "title": "GeneratorStart ( gen, genBody )",
36725
36833
  "number": "27.5.3.1"
36726
36834
  },
36727
36835
  "definedIn": "heading",
@@ -36732,7 +36840,7 @@
36732
36840
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate",
36733
36841
  "linkingText": [
36734
36842
  "GeneratorValidate",
36735
- "GeneratorValidate(generator, generatorBrand)"
36843
+ "GeneratorValidate(gen, genBrand)"
36736
36844
  ],
36737
36845
  "localLinkingText": [],
36738
36846
  "type": "abstract-op",
@@ -36742,7 +36850,7 @@
36742
36850
  "heading": {
36743
36851
  "id": "sec-generatorvalidate",
36744
36852
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorvalidate",
36745
- "title": "GeneratorValidate ( generator, generatorBrand )",
36853
+ "title": "GeneratorValidate ( gen, genBrand )",
36746
36854
  "number": "27.5.3.2"
36747
36855
  },
36748
36856
  "definedIn": "heading",
@@ -36753,7 +36861,7 @@
36753
36861
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume",
36754
36862
  "linkingText": [
36755
36863
  "GeneratorResume",
36756
- "GeneratorResume(generator, value, generatorBrand)"
36864
+ "GeneratorResume(gen, value, genBrand)"
36757
36865
  ],
36758
36866
  "localLinkingText": [],
36759
36867
  "type": "abstract-op",
@@ -36763,7 +36871,7 @@
36763
36871
  "heading": {
36764
36872
  "id": "sec-generatorresume",
36765
36873
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresume",
36766
- "title": "GeneratorResume ( generator, value, generatorBrand )",
36874
+ "title": "GeneratorResume ( gen, value, genBrand )",
36767
36875
  "number": "27.5.3.3"
36768
36876
  },
36769
36877
  "definedIn": "heading",
@@ -36774,7 +36882,7 @@
36774
36882
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt",
36775
36883
  "linkingText": [
36776
36884
  "GeneratorResumeAbrupt",
36777
- "GeneratorResumeAbrupt(generator, abruptCompletion, generatorBrand)"
36885
+ "GeneratorResumeAbrupt(gen, abruptCompletion, genBrand)"
36778
36886
  ],
36779
36887
  "localLinkingText": [],
36780
36888
  "type": "abstract-op",
@@ -36784,7 +36892,7 @@
36784
36892
  "heading": {
36785
36893
  "id": "sec-generatorresumeabrupt",
36786
36894
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorresumeabrupt",
36787
- "title": "GeneratorResumeAbrupt ( generator, abruptCompletion, generatorBrand )",
36895
+ "title": "GeneratorResumeAbrupt ( gen, abruptCompletion, genBrand )",
36788
36896
  "number": "27.5.3.4"
36789
36897
  },
36790
36898
  "definedIn": "heading",
@@ -36837,7 +36945,7 @@
36837
36945
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield",
36838
36946
  "linkingText": [
36839
36947
  "Yield",
36840
- "Yield(value)"
36948
+ "Yield(arg)"
36841
36949
  ],
36842
36950
  "localLinkingText": [],
36843
36951
  "type": "abstract-op",
@@ -36847,7 +36955,7 @@
36847
36955
  "heading": {
36848
36956
  "id": "sec-yield",
36849
36957
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-yield",
36850
- "title": "Yield ( value )",
36958
+ "title": "Yield ( arg )",
36851
36959
  "number": "27.5.3.7"
36852
36960
  },
36853
36961
  "definedIn": "heading",
@@ -36858,7 +36966,7 @@
36858
36966
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure",
36859
36967
  "linkingText": [
36860
36968
  "CreateIteratorFromClosure",
36861
- "CreateIteratorFromClosure(closure, generatorBrand, generatorPrototype, extraSlots)"
36969
+ "CreateIteratorFromClosure(closure, genBrand, genProto, extraSlots)"
36862
36970
  ],
36863
36971
  "localLinkingText": [],
36864
36972
  "type": "abstract-op",
@@ -36868,7 +36976,7 @@
36868
36976
  "heading": {
36869
36977
  "id": "sec-createiteratorfromclosure",
36870
36978
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-createiteratorfromclosure",
36871
- "title": "CreateIteratorFromClosure ( closure, generatorBrand, generatorPrototype [ , extraSlots ] )",
36979
+ "title": "CreateIteratorFromClosure ( closure, genBrand, genProto [ , extraSlots ] )",
36872
36980
  "number": "27.5.3.8"
36873
36981
  },
36874
36982
  "definedIn": "heading",
@@ -37028,7 +37136,7 @@
37028
37136
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart",
37029
37137
  "linkingText": [
37030
37138
  "AsyncGeneratorStart",
37031
- "AsyncGeneratorStart(generator, generatorBody)"
37139
+ "AsyncGeneratorStart(gen, genBody)"
37032
37140
  ],
37033
37141
  "localLinkingText": [],
37034
37142
  "type": "abstract-op",
@@ -37038,7 +37146,7 @@
37038
37146
  "heading": {
37039
37147
  "id": "sec-asyncgeneratorstart",
37040
37148
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorstart",
37041
- "title": "AsyncGeneratorStart ( generator, generatorBody )",
37149
+ "title": "AsyncGeneratorStart ( gen, genBody )",
37042
37150
  "number": "27.6.3.2"
37043
37151
  },
37044
37152
  "definedIn": "heading",
@@ -37049,7 +37157,7 @@
37049
37157
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate",
37050
37158
  "linkingText": [
37051
37159
  "AsyncGeneratorValidate",
37052
- "AsyncGeneratorValidate(generator, generatorBrand)"
37160
+ "AsyncGeneratorValidate(gen, genBrand)"
37053
37161
  ],
37054
37162
  "localLinkingText": [],
37055
37163
  "type": "abstract-op",
@@ -37059,7 +37167,7 @@
37059
37167
  "heading": {
37060
37168
  "id": "sec-asyncgeneratorvalidate",
37061
37169
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorvalidate",
37062
- "title": "AsyncGeneratorValidate ( generator, generatorBrand )",
37170
+ "title": "AsyncGeneratorValidate ( gen, genBrand )",
37063
37171
  "number": "27.6.3.3"
37064
37172
  },
37065
37173
  "definedIn": "heading",
@@ -37070,7 +37178,7 @@
37070
37178
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue",
37071
37179
  "linkingText": [
37072
37180
  "AsyncGeneratorEnqueue",
37073
- "AsyncGeneratorEnqueue(generator, completion, promiseCapability)"
37181
+ "AsyncGeneratorEnqueue(gen, completion, promiseCapability)"
37074
37182
  ],
37075
37183
  "localLinkingText": [],
37076
37184
  "type": "abstract-op",
@@ -37080,7 +37188,7 @@
37080
37188
  "heading": {
37081
37189
  "id": "sec-asyncgeneratorenqueue",
37082
37190
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorenqueue",
37083
- "title": "AsyncGeneratorEnqueue ( generator, completion, promiseCapability )",
37191
+ "title": "AsyncGeneratorEnqueue ( gen, completion, promiseCapability )",
37084
37192
  "number": "27.6.3.4"
37085
37193
  },
37086
37194
  "definedIn": "heading",
@@ -37091,7 +37199,7 @@
37091
37199
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep",
37092
37200
  "linkingText": [
37093
37201
  "AsyncGeneratorCompleteStep",
37094
- "AsyncGeneratorCompleteStep(generator, completion, done, realm)"
37202
+ "AsyncGeneratorCompleteStep(gen, completion, done, realm)"
37095
37203
  ],
37096
37204
  "localLinkingText": [],
37097
37205
  "type": "abstract-op",
@@ -37101,7 +37209,7 @@
37101
37209
  "heading": {
37102
37210
  "id": "sec-asyncgeneratorcompletestep",
37103
37211
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorcompletestep",
37104
- "title": "AsyncGeneratorCompleteStep ( generator, completion, done [ , realm ] )",
37212
+ "title": "AsyncGeneratorCompleteStep ( gen, completion, done [ , realm ] )",
37105
37213
  "number": "27.6.3.5"
37106
37214
  },
37107
37215
  "definedIn": "heading",
@@ -37112,7 +37220,7 @@
37112
37220
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume",
37113
37221
  "linkingText": [
37114
37222
  "AsyncGeneratorResume",
37115
- "AsyncGeneratorResume(generator, completion)"
37223
+ "AsyncGeneratorResume(gen, completion)"
37116
37224
  ],
37117
37225
  "localLinkingText": [],
37118
37226
  "type": "abstract-op",
@@ -37122,7 +37230,7 @@
37122
37230
  "heading": {
37123
37231
  "id": "sec-asyncgeneratorresume",
37124
37232
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorresume",
37125
- "title": "AsyncGeneratorResume ( generator, completion )",
37233
+ "title": "AsyncGeneratorResume ( gen, completion )",
37126
37234
  "number": "27.6.3.6"
37127
37235
  },
37128
37236
  "definedIn": "heading",
@@ -37154,7 +37262,7 @@
37154
37262
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield",
37155
37263
  "linkingText": [
37156
37264
  "AsyncGeneratorYield",
37157
- "AsyncGeneratorYield(value)"
37265
+ "AsyncGeneratorYield(arg)"
37158
37266
  ],
37159
37267
  "localLinkingText": [],
37160
37268
  "type": "abstract-op",
@@ -37164,7 +37272,7 @@
37164
37272
  "heading": {
37165
37273
  "id": "sec-asyncgeneratoryield",
37166
37274
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratoryield",
37167
- "title": "AsyncGeneratorYield ( value )",
37275
+ "title": "AsyncGeneratorYield ( arg )",
37168
37276
  "number": "27.6.3.8"
37169
37277
  },
37170
37278
  "definedIn": "heading",
@@ -37175,7 +37283,7 @@
37175
37283
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn",
37176
37284
  "linkingText": [
37177
37285
  "AsyncGeneratorAwaitReturn",
37178
- "AsyncGeneratorAwaitReturn(generator)"
37286
+ "AsyncGeneratorAwaitReturn(gen)"
37179
37287
  ],
37180
37288
  "localLinkingText": [],
37181
37289
  "type": "abstract-op",
@@ -37185,7 +37293,7 @@
37185
37293
  "heading": {
37186
37294
  "id": "sec-asyncgeneratorawaitreturn",
37187
37295
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorawaitreturn",
37188
- "title": "AsyncGeneratorAwaitReturn ( generator )",
37296
+ "title": "AsyncGeneratorAwaitReturn ( gen )",
37189
37297
  "number": "27.6.3.9"
37190
37298
  },
37191
37299
  "definedIn": "heading",
@@ -37196,7 +37304,7 @@
37196
37304
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue",
37197
37305
  "linkingText": [
37198
37306
  "AsyncGeneratorDrainQueue",
37199
- "AsyncGeneratorDrainQueue(generator)"
37307
+ "AsyncGeneratorDrainQueue(gen)"
37200
37308
  ],
37201
37309
  "localLinkingText": [],
37202
37310
  "type": "abstract-op",
@@ -37206,7 +37314,7 @@
37206
37314
  "heading": {
37207
37315
  "id": "sec-asyncgeneratordrainqueue",
37208
37316
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratordrainqueue",
37209
- "title": "AsyncGeneratorDrainQueue ( generator )",
37317
+ "title": "AsyncGeneratorDrainQueue ( gen )",
37210
37318
  "number": "27.6.3.10"
37211
37319
  },
37212
37320
  "definedIn": "heading",
@@ -37256,7 +37364,7 @@
37256
37364
  "id": "sec-async-function-constructor-arguments",
37257
37365
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments",
37258
37366
  "linkingText": [
37259
- "AsyncFunction(...parameterArgs, bodyArg)"
37367
+ "AsyncFunction(...paramArgs, bodyArg)"
37260
37368
  ],
37261
37369
  "localLinkingText": [],
37262
37370
  "type": "constructor",
@@ -37268,7 +37376,7 @@
37268
37376
  "heading": {
37269
37377
  "id": "sec-async-function-constructor-arguments",
37270
37378
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-function-constructor-arguments",
37271
- "title": "AsyncFunction ( ...parameterArgs, bodyArg )",
37379
+ "title": "AsyncFunction ( ...paramArgs, bodyArg )",
37272
37380
  "number": "27.7.1.1"
37273
37381
  },
37274
37382
  "definedIn": "heading",
@@ -37299,7 +37407,7 @@
37299
37407
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start",
37300
37408
  "linkingText": [
37301
37409
  "AsyncFunctionStart",
37302
- "AsyncFunctionStart(promiseCapability, asyncFunctionBody)"
37410
+ "AsyncFunctionStart(promiseCapability, asyncFuncBody)"
37303
37411
  ],
37304
37412
  "localLinkingText": [],
37305
37413
  "type": "abstract-op",
@@ -37309,7 +37417,7 @@
37309
37417
  "heading": {
37310
37418
  "id": "sec-async-functions-abstract-operations-async-function-start",
37311
37419
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-async-functions-abstract-operations-async-function-start",
37312
- "title": "AsyncFunctionStart ( promiseCapability, asyncFunctionBody )",
37420
+ "title": "AsyncFunctionStart ( promiseCapability, asyncFuncBody )",
37313
37421
  "number": "27.7.5.1"
37314
37422
  },
37315
37423
  "definedIn": "heading",
@@ -37341,7 +37449,7 @@
37341
37449
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#await",
37342
37450
  "linkingText": [
37343
37451
  "Await",
37344
- "Await(value)"
37452
+ "Await(arg)"
37345
37453
  ],
37346
37454
  "localLinkingText": [],
37347
37455
  "type": "abstract-op",
@@ -37351,7 +37459,7 @@
37351
37459
  "heading": {
37352
37460
  "id": "await",
37353
37461
  "href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#await",
37354
- "title": "Await ( value )",
37462
+ "title": "Await ( arg )",
37355
37463
  "number": "27.7.5.3"
37356
37464
  },
37357
37465
  "definedIn": "heading",
@@ -37401,7 +37509,7 @@
37401
37509
  "id": "sec-reflect.apply",
37402
37510
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply",
37403
37511
  "linkingText": [
37404
- "apply(target, thisArgument, argumentsList)"
37512
+ "apply(target, thisArg, args)"
37405
37513
  ],
37406
37514
  "localLinkingText": [],
37407
37515
  "type": "method",
@@ -37413,7 +37521,7 @@
37413
37521
  "heading": {
37414
37522
  "id": "sec-reflect.apply",
37415
37523
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.apply",
37416
- "title": "Reflect.apply ( target, thisArgument, argumentsList )",
37524
+ "title": "Reflect.apply ( target, thisArg, args )",
37417
37525
  "number": "28.1.1"
37418
37526
  },
37419
37527
  "definedIn": "heading",
@@ -37423,7 +37531,7 @@
37423
37531
  "id": "sec-reflect.construct",
37424
37532
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct",
37425
37533
  "linkingText": [
37426
- "construct(target, argumentsList, newTarget)"
37534
+ "construct(target, args, newTarget)"
37427
37535
  ],
37428
37536
  "localLinkingText": [],
37429
37537
  "type": "method",
@@ -37435,7 +37543,7 @@
37435
37543
  "heading": {
37436
37544
  "id": "sec-reflect.construct",
37437
37545
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.construct",
37438
- "title": "Reflect.construct ( target, argumentsList [ , newTarget ] )",
37546
+ "title": "Reflect.construct ( target, args [ , newTarget ] )",
37439
37547
  "number": "28.1.2"
37440
37548
  },
37441
37549
  "definedIn": "heading",
@@ -37445,7 +37553,7 @@
37445
37553
  "id": "sec-reflect.defineproperty",
37446
37554
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty",
37447
37555
  "linkingText": [
37448
- "defineProperty(target, propertyKey, attributes)"
37556
+ "defineProperty(target, key, attrs)"
37449
37557
  ],
37450
37558
  "localLinkingText": [],
37451
37559
  "type": "method",
@@ -37457,7 +37565,7 @@
37457
37565
  "heading": {
37458
37566
  "id": "sec-reflect.defineproperty",
37459
37567
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.defineproperty",
37460
- "title": "Reflect.defineProperty ( target, propertyKey, attributes )",
37568
+ "title": "Reflect.defineProperty ( target, key, attrs )",
37461
37569
  "number": "28.1.3"
37462
37570
  },
37463
37571
  "definedIn": "heading",
@@ -37467,7 +37575,7 @@
37467
37575
  "id": "sec-reflect.deleteproperty",
37468
37576
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty",
37469
37577
  "linkingText": [
37470
- "deleteProperty(target, propertyKey)"
37578
+ "deleteProperty(target, key)"
37471
37579
  ],
37472
37580
  "localLinkingText": [],
37473
37581
  "type": "method",
@@ -37479,7 +37587,7 @@
37479
37587
  "heading": {
37480
37588
  "id": "sec-reflect.deleteproperty",
37481
37589
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.deleteproperty",
37482
- "title": "Reflect.deleteProperty ( target, propertyKey )",
37590
+ "title": "Reflect.deleteProperty ( target, key )",
37483
37591
  "number": "28.1.4"
37484
37592
  },
37485
37593
  "definedIn": "heading",
@@ -37489,7 +37597,7 @@
37489
37597
  "id": "sec-reflect.get",
37490
37598
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get",
37491
37599
  "linkingText": [
37492
- "get(target, propertyKey, receiver)"
37600
+ "get(target, key, receiver)"
37493
37601
  ],
37494
37602
  "localLinkingText": [],
37495
37603
  "type": "method",
@@ -37501,7 +37609,7 @@
37501
37609
  "heading": {
37502
37610
  "id": "sec-reflect.get",
37503
37611
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.get",
37504
- "title": "Reflect.get ( target, propertyKey [ , receiver ] )",
37612
+ "title": "Reflect.get ( target, key [ , receiver ] )",
37505
37613
  "number": "28.1.5"
37506
37614
  },
37507
37615
  "definedIn": "heading",
@@ -37511,7 +37619,7 @@
37511
37619
  "id": "sec-reflect.getownpropertydescriptor",
37512
37620
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor",
37513
37621
  "linkingText": [
37514
- "getOwnPropertyDescriptor(target, propertyKey)"
37622
+ "getOwnPropertyDescriptor(target, key)"
37515
37623
  ],
37516
37624
  "localLinkingText": [],
37517
37625
  "type": "method",
@@ -37523,7 +37631,7 @@
37523
37631
  "heading": {
37524
37632
  "id": "sec-reflect.getownpropertydescriptor",
37525
37633
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.getownpropertydescriptor",
37526
- "title": "Reflect.getOwnPropertyDescriptor ( target, propertyKey )",
37634
+ "title": "Reflect.getOwnPropertyDescriptor ( target, key )",
37527
37635
  "number": "28.1.6"
37528
37636
  },
37529
37637
  "definedIn": "heading",
@@ -37555,7 +37663,7 @@
37555
37663
  "id": "sec-reflect.has",
37556
37664
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has",
37557
37665
  "linkingText": [
37558
- "has(target, propertyKey)"
37666
+ "has(target, key)"
37559
37667
  ],
37560
37668
  "localLinkingText": [],
37561
37669
  "type": "method",
@@ -37567,7 +37675,7 @@
37567
37675
  "heading": {
37568
37676
  "id": "sec-reflect.has",
37569
37677
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.has",
37570
- "title": "Reflect.has ( target, propertyKey )",
37678
+ "title": "Reflect.has ( target, key )",
37571
37679
  "number": "28.1.8"
37572
37680
  },
37573
37681
  "definedIn": "heading",
@@ -37643,7 +37751,7 @@
37643
37751
  "id": "sec-reflect.set",
37644
37752
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set",
37645
37753
  "linkingText": [
37646
- "set(target, propertyKey, value, receiver)"
37754
+ "set(target, key, value, receiver)"
37647
37755
  ],
37648
37756
  "localLinkingText": [],
37649
37757
  "type": "method",
@@ -37655,7 +37763,7 @@
37655
37763
  "heading": {
37656
37764
  "id": "sec-reflect.set",
37657
37765
  "href": "https://tc39.es/ecma262/multipage/reflection.html#sec-reflect.set",
37658
- "title": "Reflect.set ( target, propertyKey, value [ , receiver ] )",
37766
+ "title": "Reflect.set ( target, key, value [ , receiver ] )",
37659
37767
  "number": "28.1.12"
37660
37768
  },
37661
37769
  "definedIn": "heading",
@@ -39118,7 +39226,7 @@
39118
39226
  "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml",
39119
39227
  "linkingText": [
39120
39228
  "CreateHTML",
39121
- "CreateHTML(contents, tag, attribute, attrValue)"
39229
+ "CreateHTML(contents, tag, attr, attrValue)"
39122
39230
  ],
39123
39231
  "localLinkingText": [],
39124
39232
  "type": "abstract-op",
@@ -39128,7 +39236,7 @@
39128
39236
  "heading": {
39129
39237
  "id": "sec-createhtml",
39130
39238
  "href": "https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-createhtml",
39131
- "title": "CreateHTML ( contents, tag, attribute, attrValue )",
39239
+ "title": "CreateHTML ( contents, tag, attr, attrValue )",
39132
39240
  "number": "B.2.2.2.1"
39133
39241
  },
39134
39242
  "definedIn": "heading",