mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-15 01:55:56 -05:00
fix: expose v8::WriteOptions (#1698)
This commit is contained in:
parent
7df61836e3
commit
94fb73700d
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ pub use string::OneByteConst;
|
|||
pub use string::ValueView;
|
||||
pub use string::ValueViewData;
|
||||
pub use string::WriteFlags;
|
||||
pub use string::WriteOptions;
|
||||
pub use support::SharedPtr;
|
||||
pub use support::SharedRef;
|
||||
pub use support::UniquePtr;
|
||||
|
|
Loading…
Add table
Reference in a new issue