@@ -49,33 +49,33 @@ Stage 2 indicates that the committee expects these features to be developed and
49
49
50
50
### Stage 2
51
51
52
- | Proposal | Author | Champion | <sub >Last Presented</sub > |
53
- | ------------------------------------------------------------------------------ | ----------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
54
- | [ ` function.sent ` metaproperty] [ function-sent ] | Allen Wirfs-Brock | HE Shi-Jun | <sub >[ July  ; 2019] [ function-sent-notes ] </sub > |
55
- | [ ` throw ` expressions] [ throw-expressions ] | Ron Buckton | Ron Buckton | <sub >[ February  ; 2024] [ throw-expressions-notes ] </sub > |
56
- | [ Function implementation hiding] [ censorship ] | Domenic Denicola<br />Michael Ficarra | Michael Ficarra | <sub >[ June  ; 2020] [ censorship-notes ] </sub > |
57
- | [ collection normalization] [ collection-rekey ] | Bradley Farias | Bradley Farias | <sub >[ January  ; 2019] [ richer-keys-notes ] </sub > |
58
- | [ isTemplateObject] [ isTemplateObject ] | Mike Samuel, Krzysztof Kotowicz | Daniel Ehrenberg<br />Jordan Harband | <sub >[ April  ; 2024] [ isTemplateObject-notes ] </sub > |
59
- | [ ` Map.prototype.emplace ` ] [ map-emplace ] | Bradley Farias | Erica Pramer | <sub >[ July  ; 2020] [ map-emplace-notes ] </sub > |
60
- | [ Dynamic Import Host Adjustment] [ ] | Mike Samuel, Krzysztof Kotowicz | Krzysztof Kotowicz | <sub >[ December  ; 2019] [ Dynamic Import Host Adjustment notes ] </sub > |
61
- | [ Record & Tuple] [ record-tuple ] | Robin Ricard<br />Richard Button | Robin Ricard<br />Richard Button | <sub >[ April  ; 2024] [ record-tuple-notes ] </sub > |
62
- | [ Module Expressions] [ module-expressions ] | Surma<br />Daniel Ehrenberg<br />Nicolò Ribaudo | Surma<br />Nicolò Ribaudo | <sub >[ November  ; 2022] [ module-expressions-notes ] </sub > |
63
- | [ Pipeline Operator] [ pipeline ] | J. S. Choi<br />James DiGioia<br />Ron Buckton<br />Tab Atkins | J. S. Choi<br />Ron Buckton<br />Tab Atkins | <sub >[ August  ; 2021] [ pipe-notes ] </sub > |
64
- | [ Destructure Private Fields] [ destructure-private ] | Justin Ridgewell | Justin Ridgewell | <sub >[ December  ; 2021] [ destructure-private-notes ] </sub > |
65
- | [ RegExp Buffer Boundaries (` \A ` , ` \z ` , ` \Z ` )] [ regexp-buffer-boundaries ] | Ron Buckton | Ron Buckton | <sub >[ December  ; 2021] [ regexp-buffer-boundaries-notes ] </sub > |
66
- | [ String.dedent] [ string.dedent ] | Misha Kaletsky<br />Hemanth HM<br />Justin Ridgewell | Hemanth HM<br />Justin Ridgewell | <sub >[ June  ; 2022] [ string.dedent-notes ] </sub > |
67
- | [ JSON.parseImmutable] [ json-parse-immutable ] | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | <sub >[ July  ; 2022] [ json-parse-source-notes ] </sub > |
68
- | [ Module Declarations] [ module-declarations ] | Daniel Ehrenberg<br />Nicolò Ribaudo | Daniel Ehrenberg<br />Mark Miller<br />Nicolò Ribaudo | <sub >[ November  ; 2022] [ module-declarations-notes ] </sub > |
69
- | [ Symbol Predicates] [ symbol-predicates ] | Robin Ricard<br />Jordan Harband | Ashley Claymore<br />Jordan Harband | <sub >[ May  ; 2023] [ symbol-predicates-notes ] </sub > |
70
- | [ Async Iterator helpers] [ async-iterator-helpers ] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | <sub >[ June  ; 2024] [ async-it-helper-notes ] </sub > |
71
- | [ Iterator.range] [ iterator-range ] | Jack Works | Jack Works | <sub >[ April  ; 2024] [ iterator-range-notes ] </sub > |
72
- | [ Async Context] [ async-context ] | Chengzhong Wu | Andreu Botella<br />Chengzhong Wu<br />Justin Ridgewell | <sub >[ April  ; 2024] [ async-context-notes ] </sub > |
73
- | [ "Discard" (` void ` ) Bindings] [ discards ] | Ron Buckton | Ron Buckton | <sub >[ June  ; 2024] [ discards-notes ] </sub > |
74
- | [ Propagate active ScriptOrModule with JobCallback Record] [ scriptormodule ] | Chengzhong Wu | Chengzhong Wu | <sub >[ July  ; 2024] [ scriptormodule-notes ] </sub > |
75
- | [ Structs: Fixed Layout Objects and Some Synchronization Primitives] [ structs ] | Shu-yu Guo | Shu-yu Guo | <sub >[ October  ; 2024] [ structs-notes ] </sub > |
76
- | [ Extractors] [ extractors ] | Ron Buckton | Ron Buckton | <sub >[ October  ; 2024] [ extractors-notes ] </sub > |
77
- | [ iterator chunking] [ chunking ] | Michael Ficarra | Michael Ficarra | <sub >[ October  ; 2024] [ chunking-notes ] </sub > |
78
- | [ Error Stack Accessor] [ stack-accessor ] | Jordan Harband | Jordan Harband<br />Mark Miller | <sub >February  ; 2025</sub > |
52
+ | Proposal | Author | Champion | Stage 2.7 reviewers | <sub >Last Presented</sub > |
53
+ | ------------------------------------------------------------------------------ | ----------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------ | ------------------------------------------ --------------------------- |
54
+ | [ ` function.sent ` metaproperty] [ function-sent ] | Allen Wirfs-Brock | HE Shi-Jun | | <sub >[ July  ; 2019] [ function-sent-notes ] </sub > |
55
+ | [ ` throw ` expressions] [ throw-expressions ] | Ron Buckton | Ron Buckton | | <sub >[ February  ; 2024] [ throw-expressions-notes ] </sub > |
56
+ | [ Function implementation hiding] [ censorship ] | Domenic Denicola<br />Michael Ficarra | Michael Ficarra | | <sub >[ June  ; 2020] [ censorship-notes ] </sub > |
57
+ | [ collection normalization] [ collection-rekey ] | Bradley Farias | Bradley Farias | | <sub >[ January  ; 2019] [ richer-keys-notes ] </sub > |
58
+ | [ isTemplateObject] [ isTemplateObject ] | Mike Samuel, Krzysztof Kotowicz | Daniel Ehrenberg<br />Jordan Harband | | <sub >[ April  ; 2024] [ isTemplateObject-notes ] </sub > |
59
+ | [ ` Map.prototype.emplace ` ] [ map-emplace ] | Bradley Farias | Erica Pramer | | <sub >[ July  ; 2020] [ map-emplace-notes ] </sub > |
60
+ | [ Dynamic Import Host Adjustment] [ ] | Mike Samuel, Krzysztof Kotowicz | Krzysztof Kotowicz | | <sub >[ December  ; 2019] [ Dynamic Import Host Adjustment notes ] </sub > |
61
+ | [ Record & Tuple] [ record-tuple ] | Robin Ricard<br />Richard Button | Robin Ricard<br />Richard Button | | <sub >[ April  ; 2024] [ record-tuple-notes ] </sub > |
62
+ | [ Module Expressions] [ module-expressions ] | Surma<br />Daniel Ehrenberg<br />Nicolò Ribaudo | Surma<br />Nicolò Ribaudo | | <sub >[ November  ; 2022] [ module-expressions-notes ] </sub > |
63
+ | [ Pipeline Operator] [ pipeline ] | J. S. Choi<br />James DiGioia<br />Ron Buckton<br />Tab Atkins | J. S. Choi<br />Ron Buckton<br />Tab Atkins | | <sub >[ August  ; 2021] [ pipe-notes ] </sub > |
64
+ | [ Destructure Private Fields] [ destructure-private ] | Justin Ridgewell | Justin Ridgewell | | <sub >[ December  ; 2021] [ destructure-private-notes ] </sub > |
65
+ | [ RegExp Buffer Boundaries (` \A ` , ` \z ` , ` \Z ` )] [ regexp-buffer-boundaries ] | Ron Buckton | Ron Buckton | | <sub >[ December  ; 2021] [ regexp-buffer-boundaries-notes ] </sub > |
66
+ | [ String.dedent] [ string.dedent ] | Misha Kaletsky<br />Hemanth HM<br />Justin Ridgewell | Hemanth HM<br />Justin Ridgewell | | <sub >[ June  ; 2022] [ string.dedent-notes ] </sub > |
67
+ | [ JSON.parseImmutable] [ json-parse-immutable ] | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | | <sub >[ July  ; 2022] [ json-parse-source-notes ] </sub > |
68
+ | [ Module Declarations] [ module-declarations ] | Daniel Ehrenberg<br />Nicolò Ribaudo | Daniel Ehrenberg<br />Mark Miller<br />Nicolò Ribaudo | | <sub >[ November  ; 2022] [ module-declarations-notes ] </sub > |
69
+ | [ Symbol Predicates] [ symbol-predicates ] | Robin Ricard<br />Jordan Harband | Ashley Claymore<br />Jordan Harband | | <sub >[ May  ; 2023] [ symbol-predicates-notes ] </sub > |
70
+ | [ Async Iterator helpers] [ async-iterator-helpers ] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | | <sub >[ June  ; 2024] [ async-it-helper-notes ] </sub > |
71
+ | [ Iterator.range] [ iterator-range ] | Jack Works | Jack Works | | <sub >[ April  ; 2024] [ iterator-range-notes ] </sub > |
72
+ | [ Async Context] [ async-context ] | Chengzhong Wu | Andreu Botella<br />Chengzhong Wu<br />Justin Ridgewell | | <sub >[ April  ; 2024] [ async-context-notes ] </sub > |
73
+ | [ "Discard" (` void ` ) Bindings] [ discards ] | Ron Buckton | Ron Buckton | | <sub >[ June  ; 2024] [ discards-notes ] </sub > |
74
+ | [ Propagate active ScriptOrModule with JobCallback Record] [ scriptormodule ] | Chengzhong Wu | Chengzhong Wu | | <sub >[ July  ; 2024] [ scriptormodule-notes ] </sub > |
75
+ | [ Structs: Fixed Layout Objects and Some Synchronization Primitives] [ structs ] | Shu-yu Guo | Shu-yu Guo | | <sub >[ October  ; 2024] [ structs-notes ] </sub > |
76
+ | [ Extractors] [ extractors ] | Ron Buckton | Ron Buckton | | <sub >[ October  ; 2024] [ extractors-notes ] </sub > |
77
+ | [ iterator chunking] [ chunking ] | Michael Ficarra | Michael Ficarra | | <sub >[ October  ; 2024] [ chunking-notes ] </sub > |
78
+ | [ Error Stack Accessor] [ stack-accessor ] | Jordan Harband | Jordan Harband<br />Mark Miller | Nicolò Ribaudo< br />Michael Ficarra | <sub >February  ; 2025</sub > |
79
79
80
80
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
81
81
The :question : means there is no feature flag for tests yet.
0 commit comments