RESOLVED FIXED 85102
[JSC] Implement a helper method createNotEnoughArgumentsError()
https://bugs.webkit.org/show_bug.cgi?id=85102
Summary [JSC] Implement a helper method createNotEnoughArgumentsError()
Kentaro Hara
Reported 2012-04-27 15:29:15 PDT
In bug 84787, kbr@ requested to avoid hard-coding createTypeError(exec, "Not enough arguments") here and there. In this bug we implement createNotEnoughArgumentsError(exec) and use it in JSC bindings. c.f. a corresponding bug for V8 bindings: bug 85097.
Attachments
Patch (47.35 KB, patch)
2012-04-27 15:34 PDT, Kentaro Hara
buildbot: commit-queue-
patch for landing (48.16 KB, patch)
2012-04-27 19:32 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-04-27 15:34:59 PDT
Geoffrey Garen
Comment 2 2012-04-27 15:47:06 PDT
Comment on attachment 139292 [details] Patch r=me Nice cleanup.
Build Bot
Comment 3 2012-04-27 16:25:36 PDT
Kentaro Hara
Comment 4 2012-04-27 19:32:28 PDT
Created attachment 139325 [details] patch for landing
WebKit Review Bot
Comment 5 2012-04-27 20:57:49 PDT
Comment on attachment 139325 [details] patch for landing Clearing flags on attachment: 139325 Committed r115536: <http://trac.webkit.org/changeset/115536>
Note You need to log in before you can comment on or make changes to this bug.