0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-02 17:01:55 -05:00
denoland-rusty-v8/tests
Bert Belder d1ac68f0c8
Always use raw pointers to send V8 handles between C++ and Rust (#349)
And other pointer usage touch-ups on the C++ side:
- const parameters are passed by & reference.
- mutable parameters are passed by * pointer.
2020-04-14 00:34:32 +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 Always use raw pointers to send V8 handles between C++ and Rust (#349) 2020-04-14 00:34:32 +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