feat: enable pointer compression via deno_core bump (#23838)

v8 12.6 w/pointer compression enabled.

Closes https://github.com/denoland/deno/issues/18935
This commit is contained in:
Matt Mastracci 2024-05-22 21:04:59 -06:00 committed by GitHub
parent 71375491d1
commit b009c84bc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 13 deletions

View file

@ -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!";
}