WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
87814
[V8] Implement V8Binding::v8BooleanWithCheck(isolate)
https://bugs.webkit.org/show_bug.cgi?id=87814
Summary
[V8] Implement V8Binding::v8BooleanWithCheck(isolate)
Kentaro Hara
Reported
2012-05-29 20:57:18 PDT
The objective is to pass Isolate to v8::True() and v8::False(). Similarly to v8NullWithCheck() (
bug 87713
), we can implement V8Binding::v8BooleanWithCheck(isolate), which calls v8::True()/v8::False() or v8::True(isolate)/v8::False(isolate) depending on whether the passed isolate is null or not.
Attachments
Patch
(6.61 KB, patch)
2012-05-29 21:03 PDT
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-05-29 21:03:46 PDT
Created
attachment 144688
[details]
Patch
WebKit Review Bot
Comment 2
2012-05-30 17:29:52 PDT
Comment on
attachment 144688
[details]
Patch Clearing flags on attachment: 144688 Committed
r119003
: <
http://trac.webkit.org/changeset/119003
>
WebKit Review Bot
Comment 3
2012-05-30 17:29:56 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.
Top of Page
Format For Printing
XML
Clone This Bug