-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor jsg::V8StackScope into callback-based API
Defining `jsg::V8StackScope` as a stack is problematic as it does not guarantee that the stack start will be set correctly in v8. This commit refactors the API to use a callback pattern instead. ``` jsg::runInV8Stack([&](jsg::V8StackScope& stackScope) { // ... }); ```
- Loading branch information
Showing
16 changed files
with
2,081 additions
and
2,005 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
Oops, something went wrong.