mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-03-09 21:47:00 -04:00
![]() * Rename `Object::new2()` to `Object::with_prototype_and_properties()`. * Make `Object::with_prototype_and_properties()` take a slice of keys and a slice of values as arguments, instead of using `Vec<v8::Local<v8::Name>>` and `Vec<v8::Local<v8::Value>>>`. * Remove type `MaybeBool` from the public interface. These methods now return `Option<bool>` instead. * Fix parameter type mismatches between Rust and C++ APIs. |
||
---|---|---|
.. | ||
compile_fail | ||
test_api.rs | ||
test_ui.rs |