Skip to content

Conversation

@caiolima
Copy link
Contributor

@caiolima caiolima commented Oct 30, 2025

This PR is adding cases when namespace object is in the prototype chain go another object for [[Get]] and [[HasProperty]]. It also adds a case that validates that Private Names installation, set and get don't trigger deferred modules evaluation.

@caiolima caiolima requested a review from a team as a code owner October 30, 2025 14:55
Marker.mark(ns);
});

assert.sameValue(globalThis.evaluations.length, 0, "It does not trigger evaluation");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also check that #mark in ns does not trigger evaluation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants