0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-02 12:49:57 -05:00
denoland-rusty-v8/tests
Bert Belder fc582316db
Refactor C++ shared pointer wrappers (#355)
* 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>]`.
2020-04-20 19:38:08 +02:00
..
compile_fail Revert "Add HandleScope::new2 hack to construct from const ref (#290)" 2020-02-25 17:22:05 -08:00
test_api.rs Refactor C++ shared pointer wrappers (#355) 2020-04-20 19:38:08 +02:00
test_ui.rs Split compile_fail tests to have only one error in each test (#277) 2020-02-12 15:21:02 -08:00