mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-02 12:49:57 -05:00
fc582316db
* Add `SharedPtr` as a nullable sibling to `SharedRef`. * Add `Borrow`, `AsRef` and `AsMut` implementations as appropriate. * `SharedRef<T>` now derefs to `T` rather than to `UnsafeCell<T>`. * `array_buffer::BackingStore` now derefs to `[Cell<u8>]`. |
||
---|---|---|
.. | ||
compile_fail | ||
test_api.rs | ||
test_ui.rs |