summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs
index 30a14f3e4..2f8d9142c 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -144,6 +144,9 @@ pub mod _ops {
pub use super::runtime::ops::queue_async_op;
pub use super::runtime::ops::queue_fast_async_op;
pub use super::runtime::ops::to_i32;
+ pub use super::runtime::ops::to_str;
+ pub use super::runtime::ops::to_str_ptr;
+ pub use super::runtime::ops::to_string_ptr;
pub use super::runtime::ops::to_u32;
pub use super::runtime::V8_WRAPPER_OBJECT_INDEX;
pub use super::runtime::V8_WRAPPER_TYPE_INDEX;