[JSC] slice should be aware of terminated excution exception
Created attachment 445332 [details] Patch
<rdar://problem/85823844>
Comment on attachment 445332 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445332&action=review r=me > Source/JavaScriptCore/ChangeLog:3 > + [JSC] slice should be aware of terminated excution exception It’s called a TerminationException now. Also, you had a typo in “excution”. > Source/JavaScriptCore/ChangeLog:9 > + Since terminated execution exception can happen at any time, assertNoException is wrong. Ditto. Please use “termination exception” instead. > JSTests/ChangeLog:9 > + * stress/slice-terminated-execution-exception.js: Added. I suggest renaming this to slice-termination-exception.js to match the new naming.
Committed r286275 (244636@main): <https://commits.webkit.org/244636@main>