0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-25 15:29:43 -05:00
denoland-rusty-v8/tests
Ben Noordhuis 0df04f2129
Add Isolate::take_heap_snapshot() (#302)
This doesn't really follow the current V8 API (it's pretty close to how
V8 used to be back in 2012 though.) However:

1. The C++ API is very C++-y and doesn't carry over well to Rust, and
2. It addresses the immediate need of being able to take heap snapshots.

Refs #298
2020-03-09 10:30:25 -07: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 Add Isolate::take_heap_snapshot() (#302) 2020-03-09 10:30:25 -07: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