mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-24 08:09:16 -05:00
8617f77fd3
* 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 |