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

realm.js: don't freeze globals #104

Merged
merged 3 commits into from
Jun 18, 2018
Merged

Commits on Jun 15, 2018

  1. realm.js: don't freeze globals

    The spec says the initial Realm state should have writable+configurable
    global properties (except for three).
    
    We'll want this to happen for frozen/SES realms, eventually, but not here. We
    need to be able to run a shim that replaces Realm, or others.
    warner committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    4f2a977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b91fb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. stdlib: update comment

    warner committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    4b3f818 View commit details
    Browse the repository at this point in the history