Closed
Bug 1917491
Opened 1 year ago
Closed 1 year ago
Introduce special call-like syntax that generates bytecode for Dispose Resources.
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: debadree333, Assigned: debadree333)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → debadree333
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9429160 -
Attachment description: Bug 1917491 - Part 1: Move disposal emission functions to a dedicated base class. r?arai! → Bug 1917491 - Part 1: Move disposal emission functions to a dedicated class. r?arai!
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D224642
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D225448
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/d7f9c0b54a71
Part 1: Move disposal emission functions to a dedicated class. r=arai
https://hg.mozilla.org/integration/autoland/rev/fcb4b438806a
Part 2: Introduce call-like syntax for resource disposal in AsyncDisposableStack. r=arai
https://hg.mozilla.org/integration/autoland/rev/d0454173ade6
Part 3: Introduce call-like syntax for resource disposal in DisposableStack. r=arai
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d7f9c0b54a71
https://hg.mozilla.org/mozilla-central/rev/fcb4b438806a
https://hg.mozilla.org/mozilla-central/rev/d0454173ade6
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•