denoland / deno_core

The core engine at the heart of Deno
MIT License
268 stars 87 forks source link

store `ContextState` and `ModuleMap` in embedder slots #772

Closed littledivy closed 3 months ago

littledivy commented 3 months ago

Remove usage of rusty_v8 annex slots for storing ContextState and ModuleMap and instead store them directly in a dedicated embedder field.

Needed for https://github.com/denoland/deno/pull/23976