Bug 72221 - Standardized the JS calling convention
Summary: Standardized the JS calling convention
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-12 16:08 PST by Geoffrey Garen
Modified: 2011-11-14 11:21 PST (History)
3 users (show)

See Also:


Attachments
patch (150.91 KB, patch)
2011-11-12 16:08 PST, Geoffrey Garen
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-11-12 16:08:24 PST
Created attachment 114847 [details]
patch

Standardized the JS calling convention
Comment 1 Oliver Hunt 2011-11-12 18:42:35 PST
Comment on attachment 114847 [details]
patch

Just a note mid-review -- this patch could be smaller if you switched from bool to CallType in a separate patch, as that change introduces quite a bit of noise.
Comment 2 Geoffrey Garen 2011-11-14 11:21:45 PST
Committed r100165: <http://trac.webkit.org/changeset/100165>