forked from YaoApp/v8go
-
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.
Add the ThrowException fn to the isolate (rogchap#221)
* Add the ThrowException fn to the isolate * Add test for ThrowException * Add comments, changelog, & simplify test * Update isolate.go * Pass isolate * Panic if ThrowException is called on a disposed isolate * Add test for disposed isolate check Co-authored-by: Genevieve <genlesperance@gmail.com> Co-authored-by: Genevieve <genevieve.lesperance@shopify.com> Co-authored-by: Dylan Thacker-Smith <Dylan.Smith@shopify.com>
- Loading branch information
1 parent
4a6bcfb
commit d8d94c2
Showing
5 changed files
with
89 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
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