Open
Bug 1243700
Opened 7 years ago
Updated 21 days ago
[META] function.sent metaproperty proposal
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: 446240525, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta, Whiteboard: [DocArea=JS])
function.sent is a better alternative to ES6's yield expression's value. https://github.com/allenwb/ESideas/blob/master/Generator%20metaproperty.md And V8 has implemented it today.
Updated•7 years ago
|
Keywords: dev-doc-needed
Whiteboard: [DocArea=JS]
Summary: Implement the function.sent metaproperty (ES7 proposal) → Implement the function.sent metaproperty proposal
V8: Remove always-disabled support for function.sent https://bugs.chromium.org/p/v8/issues/detail?id=4700#c5
Updated•4 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Type: defect → enhancement
Updated•22 days ago
|
Summary: Implement the function.sent metaproperty proposal → [META] function.sent metaproperty proposal
You need to log in
before you can comment on or make changes to this bug.
Description
•