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
{{ message }}
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Auto merge of #445 - CYBAI:reexport-intohandle, r=asajeffrey
Re-export IntoHandle
When implementing `rejectionhandled` event, we'll need to add consumed rejection in task and we'll need to convert `HandleObject` into `RawHandleObject` which is `js::jsapi::HandleObject`. With exporting this trait, we can leverage the power of `into_handle` to do the conversion instead of writing a new method to get the `RawHandleObject`.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/445)
<!-- Reviewable:end -->
0 commit comments