mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
15290499b5
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. |
||
---|---|---|
.. | ||
ops | ||
polyfills | ||
analyze.rs | ||
Cargo.toml | ||
clippy.toml | ||
errors.rs | ||
global.rs | ||
lib.rs | ||
package_json.rs | ||
path.rs | ||
polyfill.rs | ||
README.md | ||
resolution.rs |
deno_node
require
and other node related functionality for Deno.