You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not. I assume both should be private to this crate(In both cases one should not directly call new, but rather use set on a newly rooted undefined value?).
The text was updated successfully, but these errors were encountered:
mozjs/mozjs/src/gc/root.rs
Line 123 in 0081fc4
is private to this crate, but
mozjs/mozjs/src/gc/root.rs
Line 177 in 0081fc4
is not. I assume both should be private to this crate(In both cases one should not directly call
new
, but rather useset
on a newly rooted undefined value?).The text was updated successfully, but these errors were encountered: