From a17ea9150d08312ecd2779324fff09ee7cd99037 Mon Sep 17 00:00:00 2001 From: Moritz Gunz Date: Fri, 14 Aug 2020 19:39:51 +0200 Subject: Add missing export of HeapLimits (#7047) Currently this blocks using the ::with_heap_limits constructor of CoreIsolate, because you cannot access the struct. --- core/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index e31cc3222..810025431 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -27,6 +27,7 @@ pub use rusty_v8 as v8; pub use crate::core_isolate::js_check; pub use crate::core_isolate::CoreIsolate; pub use crate::core_isolate::CoreIsolateState; +pub use crate::core_isolate::HeapLimits; pub use crate::core_isolate::Script; pub use crate::core_isolate::Snapshot; pub use crate::core_isolate::StartupData; -- cgit v1.2.3