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

Remove all uses of &Root<T> #11522

Merged
merged 3 commits into from Jun 1, 2016
Merged

Remove all uses of &Root<T> #11522

merged 3 commits into from Jun 1, 2016

Commits on May 31, 2016

  1. Remove JS::from_rooted

    nox committed May 31, 2016
  2. Cleanup RootCollection methods

    The methods `root` and `unroot` should both be unsafe and take
    a `*const Reflector`.
    nox committed May 31, 2016
  3. Avoid a literal "&Root<T>" in its PartialEq impl

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