RESOLVED FIXED Bug 224450
Interpreter::executeProgram() should install its VMEntryScope at the top.
https://bugs.webkit.org/show_bug.cgi?id=224450
Summary Interpreter::executeProgram() should install its VMEntryScope at the top.
Mark Lam
Reported 2021-04-12 13:57:10 PDT
"top" includes before any VM code that can throw exceptions is run. rdar://76530841
Attachments
proposed patch. (1.74 KB, patch)
2021-04-12 14:02 PDT, Mark Lam
ysuzuki: review+
Radar WebKit Bug Importer
Comment 1 2021-04-12 13:58:15 PDT
Mark Lam
Comment 2 2021-04-12 14:00:02 PDT
Mark Lam
Comment 3 2021-04-12 14:02:21 PDT
Created attachment 425785 [details] proposed patch.
Mark Lam
Comment 4 2021-04-12 21:43:57 PDT
Thanks for the review. Landed in r275860: <http://trac.webkit.org/r275860>.
Note You need to log in before you can comment on or make changes to this bug.