Skip to content

[defer-import-eval] fixing expectation for super property access#4999

Open
caiolima wants to merge 1 commit intotc39:mainfrom
caiolima:fix-deferred-ns-super-set
Open

[defer-import-eval] fixing expectation for super property access#4999
caiolima wants to merge 1 commit intotc39:mainfrom
caiolima:fix-deferred-ns-super-set

Conversation

@caiolima
Copy link
Contributor

This PR actually changes a couple of tests we have using super.prop that are incorrect. They expect that a deferred module won't trigger, however they should trigger evaluation, because the execution path eventually calls [[GetOwnProperty]] on deferred namespaces.

It closes #4980.

@caiolima caiolima requested a review from a team as a code owner March 18, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect ignore-super-property-set(-not)-exported.js tests

1 participant