mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
cleanup(runtime): remove last references to Deno.core.sharedQueue (#11503)
`Deno.core.sharedQueue` was killed in #9843
This commit is contained in:
parent
28f2f02b7a
commit
3e08b6ae89
1 changed files with 0 additions and 2 deletions
|
@ -526,7 +526,6 @@ delete Object.prototype.__proto__;
|
|||
// `Deno` with `Deno` namespace from "./deno.ts".
|
||||
ObjectDefineProperty(globalThis, "Deno", util.readOnly(finalDenoNs));
|
||||
ObjectFreeze(globalThis.Deno.core);
|
||||
ObjectFreeze(globalThis.Deno.core.sharedQueue);
|
||||
signals.setSignals();
|
||||
|
||||
util.log("args", args);
|
||||
|
@ -599,7 +598,6 @@ delete Object.prototype.__proto__;
|
|||
util.immutableDefine(globalThis, "Deno", finalDenoNs);
|
||||
ObjectFreeze(globalThis.Deno);
|
||||
ObjectFreeze(globalThis.Deno.core);
|
||||
ObjectFreeze(globalThis.Deno.core.sharedQueue);
|
||||
signals.setSignals();
|
||||
} else {
|
||||
delete globalThis.Deno;
|
||||
|
|
Loading…
Add table
Reference in a new issue