Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve coverage for reference type in various contexts #4216

Merged
merged 1 commit into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Improve coverage for reference type in various contexts

    Missing coverage encountered while implementing
    <tc39/ecma262#3307> in SpiderMonkey.
    
    Ensure environment lookups are performed in the correct order:
    - keyed-destructuring-property-reference-target-evaluation-order-with-bindings.js
    
    Ensure `delete super[elem]` steps are correctly performed:
    - delete/super-property-topropertykey.js
    - delete/super-property-uninitialized-this.js
    
    Ensure ToPropertyKey for computed property names in object literals
    correctly performed:
    - object/computed-property-name-topropertykey-before-value-evaluation.js
    
    Ensure `GetSuperBase` is executed before `ToPropertKey`:
    - super/prop-expr-getsuperbase-before-topropertykey-*
    
    Ensure `GetThisBinding` is executed first:
    - super/prop-expr-uninitialized-this-*
    anba authored and Ms2ger committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d9c88d3 View commit details
    Browse the repository at this point in the history