0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-22 23:20:03 -05:00
denoland-rusty-v8/tests
Bert Belder d4cd5d2733
Move error constructors and helper functions under v8::Exception (#215)
* The purpose of this change is to match the C++ API more closely.
* This patch also increases consistency between the 'extern "C"'
  function definitions on the Rust side with those on the C++ side.
* The 'message' parameter (a v8::String) to the various error
  constructors no longer needs to be mutable.
2020-01-17 08:22:16 +01:00
..
compile_fail Get rid of HandleScope closure, add CallbackScope (#119) 2019-12-25 00:31:36 +01:00
test_api.rs Move error constructors and helper functions under v8::Exception (#215) 2020-01-17 08:22:16 +01:00