v8Integer() is a fast wrapper of v8::Integer::New(). We can replace v8::Integer::New() with v8Integer() in custom bindings.
Created attachment 150074 [details] Patch
(In reply to comment #0) > v8Integer() is a fast wrapper of v8::Integer::New(). We can replace v8::Integer::New() with v8Integer() in custom bindings. Can you post performance measurement results here?
Comment on attachment 150074 [details] Patch Clearing flags on attachment: 150074 Committed r121541: <http://trac.webkit.org/changeset/121541>
All reviewed patches have been landed. Closing bug.