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

Clean up some parts of object creation #663

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 26, 2019

  1. Some stylistic editing

    TimothyGu committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    4945941 View commit details
    Browse the repository at this point in the history
  2. Define internal slots of objects directly

    Either the object being created is an ordinary object (and follows the
    rules for it), or we now specify the internal slots of the exotic
    objects.
    
    Addresses part of whatwg#655 that have to do with reducing "unless otherwise
    specified" clauses.
    TimothyGu committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    2eb3347 View commit details
    Browse the repository at this point in the history