summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r--ext/node/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index 85abe49e4..f91ed0b1a 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -260,7 +260,11 @@ deno_core::extension!(deno_node,
ops::winerror::op_node_sys_to_uv_error,
ops::v8::op_v8_cached_data_version_tag,
ops::v8::op_v8_get_heap_statistics,
- ops::v8::op_vm_run_in_new_context,
+ ops::vm::op_vm_create_script,
+ ops::vm::op_vm_create_context,
+ ops::vm::op_vm_script_run_in_context,
+ ops::vm::op_vm_script_run_in_this_context,
+ ops::vm::op_vm_is_context,
ops::idna::op_node_idna_domain_to_ascii,
ops::idna::op_node_idna_domain_to_unicode,
ops::idna::op_node_idna_punycode_to_ascii,