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

Editorial: Object Environment Record improvements #2287

Merged
merged 5 commits into from
Mar 18, 2021

Commits on Mar 18, 2021

  1. Editorial: Have NewGlobalEnvironment invoke NewObjectEnvironment (tc3…

    …9#2287)
    
    ... rather than creating "a new object Environment Record" directly.
    
    (Now, all object Environment Records are created via NewObjectEnvironment.)
    jmdyck authored and ljharb committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    f8ecdd0 View commit details
    Browse the repository at this point in the history
  2. Editorial: Set _withEnvironment_ explicitly (tc39#2287)

    ... when creating an object Environment Record.
    
    (So _withEnvironment_ no longer needs to have a "default" value.)
    jmdyck authored and ljharb committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    12f93fd View commit details
    Browse the repository at this point in the history
  3. Editorial: Add parameter to NewObjectEnvironemt (tc39#2287)

    ... that gives the value for the new environment's _withEnvironment_ flag.
    jmdyck authored and ljharb committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    90d7dbb View commit details
    Browse the repository at this point in the history
  4. Editorial: Introduce fields to specify object Env Rec (tc39#2287)

    Specifically: [[BindingObject]] and [[IsWithEnvironment]]
    jmdyck authored and ljharb committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d7be463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dae76f8 View commit details
    Browse the repository at this point in the history