Bug 85207

Summary: [V8][JSC] Remove hard-coded "Not enough arguments" errors
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, gustavo, japhet, kbr, pnormand, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Kentaro Hara 2012-04-30 10:46:11 PDT
In bug 85022 and bug 85097, we implemented createNotEnoughArgumentsError() in JSC and V8Proxy::throwNotEnoughArgumentsError() in V8 and partially removed hard-coded "Not enough arguments" errors. In this bug, we remove hard-coded "Not enough arguments" errors by using the helper methods.
Comment 1 Kentaro Hara 2012-04-30 10:49:26 PDT
Created attachment 139476 [details]
Patch
Comment 2 Early Warning System Bot 2012-04-30 10:54:12 PDT
Comment on attachment 139476 [details]
Patch

Attachment 139476 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/12584341
Comment 3 Philippe Normand 2012-04-30 10:54:30 PDT
Comment on attachment 139476 [details]
Patch

Attachment 139476 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/12584344
Comment 4 Early Warning System Bot 2012-04-30 10:57:24 PDT
Comment on attachment 139476 [details]
Patch

Attachment 139476 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/12590287
Comment 5 Kentaro Hara 2012-04-30 10:58:26 PDT
Created attachment 139478 [details]
Patch
Comment 6 Early Warning System Bot 2012-04-30 11:02:48 PDT
Comment on attachment 139478 [details]
Patch

Attachment 139478 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/12585342
Comment 7 Philippe Normand 2012-04-30 11:03:41 PDT
Comment on attachment 139478 [details]
Patch

Attachment 139478 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/12595218
Comment 8 Early Warning System Bot 2012-04-30 11:04:04 PDT
Comment on attachment 139478 [details]
Patch

Attachment 139478 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/12598117
Comment 9 Kentaro Hara 2012-04-30 11:07:48 PDT
Created attachment 139483 [details]
Patch
Comment 10 WebKit Review Bot 2012-04-30 14:36:35 PDT
Comment on attachment 139483 [details]
Patch

Clearing flags on attachment: 139483

Committed r115670: <http://trac.webkit.org/changeset/115670>
Comment 11 WebKit Review Bot 2012-04-30 14:36:43 PDT
All reviewed patches have been landed.  Closing bug.