-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reserve the default context for V8 internals (#782)
V8 uses the default context for internal things https://chromium.googlesource.com/v8/v8/+/refs/heads/main/src/inspector/v8-inspector-impl.cc#356 With this PR, deno_core will create a new default context during snapshot and add deno_core's context separately (as the last context of the snapshot) Ref denoland/deno#24204 Fixes denoland/deno#24196
- Loading branch information
1 parent
6c1aef1
commit 7b55e5c
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters