forked from denoland/rusty_v8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: v8::Module::get_stalled_top_level_await_message (denoland#1123)
This commit adds "v8::Module::get_stalled_top_level_await_message" API that allows to retrieve a vector of tuples with handles to v8::Module and v8::Message. This information can be used to display a nice error when event loop runs out of work to do but there are still unresolved promises.
- Loading branch information
1 parent
cc7183d
commit 3d30e7c
Showing
3 changed files
with
132 additions
and
0 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
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
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