Bug 125613 - jsCStack: Rename returnFromJavaScript to handleUncaughtException
Summary: jsCStack: Rename returnFromJavaScript to handleUncaughtException
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 19:00 PST by Mark Lam
Modified: 2013-12-12 11:18 PST (History)
5 users (show)

See Also:


Attachments
the patch. (7.45 KB, patch)
2013-12-11 19:07 PST, Mark Lam
no flags Details | Formatted Diff | Diff
patch 2: missed LowLevelInterpreter32_64.asm (8.05 KB, patch)
2013-12-11 19:13 PST, Mark Lam
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-12-11 19:00:55 PST
"returnFromJavaScript" should actually be renamed to "handleUncaughtException" because that is what it actually does.
Comment 1 Mark Lam 2013-12-11 19:07:57 PST
Created attachment 219030 [details]
the patch.
Comment 2 Mark Lam 2013-12-11 19:13:54 PST
Created attachment 219031 [details]
patch 2: missed LowLevelInterpreter32_64.asm
Comment 3 Mark Lam 2013-12-12 11:18:50 PST
Thanks for the review.  Landed in r160497 on the jsCStack branch: <http://trac.webkit.org/r160497>.