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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 13, 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 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5a2237d View commit details
    Browse the repository at this point in the history