mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
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:
parent
71375491d1
commit
b009c84bc6
4 changed files with 11 additions and 13 deletions
|
@ -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!";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue