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.
Created attachment 144688 [details] Patch
Comment on attachment 144688 [details] Patch Clearing flags on attachment: 144688 Committed r119003: <http://trac.webkit.org/changeset/119003>
All reviewed patches have been landed. Closing bug.