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

Implement Deref<Target=T> for JS<T> where T: Reflectable #8060

Merged
merged 21 commits into from Oct 19, 2015

Commits on Oct 16, 2015

  1. Implement Deref<Target=T> for JS<T> where T: Reflectable

    We can only borrow JS<T> from rooted things, so it's safe to deref it.
    The only types that provide mutable JS<T> things are MutHeap<JS<T>> and
    MutNullableHeap<JS<T>>, which don't actually expose that they contain
    JS<T> values.
    nox committed Oct 16, 2015
You can’t perform that action at this time.