From b009c84bc6f773326d41bbd7f86cec2a5309291a Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 May 2024 21:04:59 -0600 Subject: feat: enable pointer compression via deno_core bump (#23838) v8 12.6 w/pointer compression enabled. Closes https://github.com/denoland/deno/issues/18935 --- runtime/js/99_main.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/js') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 6e423af6b..3fa9fc41b 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -98,8 +98,6 @@ import { SymbolMetadata, } from "ext:deno_web/00_infra.js"; // deno-lint-ignore prefer-primordials -if (Symbol.dispose) throw "V8 supports Symbol.dispose now, no need to shim it!"; -// deno-lint-ignore prefer-primordials if (Symbol.asyncDispose) { throw "V8 supports Symbol.asyncDispose now, no need to shim it!"; } -- cgit v1.2.3