RESOLVED FIXED 125613
jsCStack: Rename returnFromJavaScript to handleUncaughtException
https://bugs.webkit.org/show_bug.cgi?id=125613
Summary jsCStack: Rename returnFromJavaScript to handleUncaughtException
Mark Lam
Reported 2013-12-11 19:00:55 PST
"returnFromJavaScript" should actually be renamed to "handleUncaughtException" because that is what it actually does.
Attachments
the patch. (7.45 KB, patch)
2013-12-11 19:07 PST, Mark Lam
no flags
patch 2: missed LowLevelInterpreter32_64.asm (8.05 KB, patch)
2013-12-11 19:13 PST, Mark Lam
fpizlo: review+
Mark Lam
Comment 1 2013-12-11 19:07:57 PST
Created attachment 219030 [details] the patch.
Mark Lam
Comment 2 2013-12-11 19:13:54 PST
Created attachment 219031 [details] patch 2: missed LowLevelInterpreter32_64.asm
Mark Lam
Comment 3 2013-12-12 11:18:50 PST
Thanks for the review. Landed in r160497 on the jsCStack branch: <http://trac.webkit.org/r160497>.
Note You need to log in before you can comment on or make changes to this bug.