RESOLVED FIXED 87812
[V8] Replace v8::True() and v8::False() with v8Boolean()
https://bugs.webkit.org/show_bug.cgi?id=87812
Summary [V8] Replace v8::True() and v8::False() with v8Boolean()
Kentaro Hara
Reported 2012-05-29 19:29:48 PDT
To avoid implementing v8TrueWithCheck(isolate), v8FalseWithCheck(isolate) and v8BooleanWithCheck(isolate), we can first replace v8::True() and v8::False() with v8Boolean(). Then we can just implement v8BooleanWithCheck(isolate).
Attachments
Patch (5.95 KB, patch)
2012-05-29 19:54 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-29 19:54:21 PDT
WebKit Review Bot
Comment 2 2012-05-30 17:16:26 PDT
Comment on attachment 144685 [details] Patch Clearing flags on attachment: 144685 Committed r119002: <http://trac.webkit.org/changeset/119002>
WebKit Review Bot
Comment 3 2012-05-30 17:16:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.