Right on, thanks much!

https://codereview.chromium.org/451643002/diff/1/src/ic.cc
File src/ic.cc (right):

https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2006
src/ic.cc:2006: Handle<Object>
name(isolate()->factory()->empty_string());
On 2014/08/07 13:07:46, Toon Verwaest wrote:
name = isolate()->factory()->empty_string()

Done.

https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2009
src/ic.cc:2009: name = Handle<Object>(js_function->shared()->name(),
isolate());
On 2014/08/07 13:07:46, Toon Verwaest wrote:
handle(js_function->shared()->name(), isolate())

Done.

https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2024
src/ic.cc:2024: Handle<Object>
name(isolate()->factory()->empty_string());
On 2014/08/07 13:07:46, Toon Verwaest wrote:
name = isolate()->factory()->empty_string()

Done.

https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2056
src/ic.cc:2056: name = Handle<Object>(js_function->shared()->name(),
isolate());
On 2014/08/07 13:07:46, Toon Verwaest wrote:
handle(js_function->shared()->name(), isolate())

Done.

https://codereview.chromium.org/451643002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to