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

Make Runtime::new safe #267

Merged
merged 2 commits into from May 30, 2016
Merged

Make Runtime::new safe #267

merged 2 commits into from May 30, 2016

Commits on May 30, 2016

  1. Make Runtime::new safe

    For this, we remove the parent_rt parameter and instead always create
    a "top-level runtime" for the self hosting compartment and static atoms.
    
    To do this safely, we now call JS_Init ourselves.
    nox committed May 30, 2016
  2. Remove dead code

    nox committed May 30, 2016
You can’t perform that action at this time.