Bug 125613

Summary: jsCStack: Rename returnFromJavaScript to handleUncaughtException
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mhahnenberg, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch.
none
patch 2: missed LowLevelInterpreter32_64.asm fpizlo: review+

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.