tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.32k stars 459 forks source link

[explicit-resource-management] Add DisposableStack constructor, use and dispose method #4076

Closed test262-pr-bot closed 4 months ago

test262-pr-bot commented 4 months ago

This CL adds DisposableStack constructor, use() and dispose() methods as developer exposed methods. Also, this CL fixed the use of using keyword with null and undefined and adds tests for them.

Bug: 42203506 Change-Id: If50b9e33d9cbb3de2be41dc81e656d9d202b8fa8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5498999 Commit-Queue: Rezvan Mahdavi Hezaveh \rezvan@chromium.org Reviewed-by: Simon Zünd \szuend@chromium.org Cr-Commit-Position: refs/heads/main@{#93807}