1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 23:58:23 -05:00
denoland-deno/ext
Luca Casonato 16c422ce43 fix(ext/node): inspector with seggregated globals (#19917)
V8 doesn't like having internal slots on the "real" globalThis object.

This commit works around this limitation by storing the inner globalThis
objects for segregated globals in a context slot.
2023-07-26 08:54:12 -04:00
..
broadcast_channel 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
cache 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
console 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
crypto 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
fetch 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
ffi 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
fs 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
http refactor(ext/http): Use const thread-local initializer for slightly better perf (#19881) 2023-07-26 08:53:19 -04:00
io 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
kv 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
napi 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
net 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
node fix(ext/node): inspector with seggregated globals (#19917) 2023-07-26 08:54:12 -04:00
tls 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
url 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
web 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
webidl 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
websocket 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00
webstorage 1.35.2 (#19885) 2023-07-20 03:29:23 +02:00