mozjs-sys-v0.128.3-1: Fix unsound use of Rooted<T> with RootKind::Traceable (#514)
·
44 commits
to main
since this release
* Add vtable to Rooted<T> when T has a Traceable RootKind value. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update version number. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Automatically use Traceable-compatible Rooted with any T that implements TraceableTrace. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Make TraceableTrace::do_trace unsafe. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>