diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-06-13 09:19:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 09:19:33 +0530 |
commit | 5bcb46cacf9320bfa5088fbbda4f5a241cf9da1b (patch) | |
tree | 0ebe5dc2c4955bbfbd66640fda55dc1dff975d68 /ext/node/ops/vm.rs | |
parent | efb2085b61812d9615d945f1b3c6517d9d94a255 (diff) |
chore(ext/node): remove old vm ops (#24187)
Unused; before the recent rewrite of node:vm
Diffstat (limited to 'ext/node/ops/vm.rs')
-rw-r--r-- | ext/node/ops/vm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/ops/vm.rs b/ext/node/ops/vm.rs index a0a63cc6e..7b12b72b7 100644 --- a/ext/node/ops/vm.rs +++ b/ext/node/ops/vm.rs @@ -10,6 +10,7 @@ use super::vm_internal as i; pub use i::create_v8_context; pub use i::init_global_template; pub use i::ContextInitMode; +pub use i::VM_CONTEXT_INDEX; pub use i::DEFINER_MAP_FN; pub use i::DELETER_MAP_FN; |