tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.4k stars 466 forks source link

[rab/gsab] Return false in [[PreventExtensions]] for variable-length TAs #4325

Closed test262-pr-bot closed 1 week ago

test262-pr-bot commented 1 week ago

This is a spec normative change: https://github.com/tc39/ecma262/pull/3453

Fixed: 374310073 Change-Id: I085260fea077bc27cf1e4f06d4389519e12c4e14 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6014979 Commit-Queue: Shu-yu Guo \syg@chromium.org Auto-Submit: Shu-yu Guo \syg@chromium.org Commit-Queue: Rezvan Mahdavi Hezaveh \rezvan@chromium.org Reviewed-by: Rezvan Mahdavi Hezaveh \rezvan@chromium.org Cr-Commit-Position: refs/heads/main@{#97166}

ljharb commented 1 week ago

is this a duplicate of #4324?

syg commented 1 week ago

is this a duplicate of https://github.com/tc39/test262/pull/4324?

No, this PR adds tests for seal and preventExtensions. #4324 updates existing freeze tests.