there is one thing that I don't understand...
https://codereview.chromium.org/19485008/diff/1/src/bootstrapper.cc
File src/bootstrapper.cc (right):
https://codereview.chromium.org/19485008/diff/1/src/bootstrapper.cc#newcode1098
src/bootstrapper.cc:1098: Object::FORCE_TAGGED,
JSReceiver::FORCE_FIELD));
ha. I like this enum name.
https://codereview.chromium.org/19485008/diff/1/src/ic.cc
File src/ic.cc (right):
https://codereview.chromium.org/19485008/diff/1/src/ic.cc#newcode1318
src/ic.cc:1318: if (constant->IsConsString()) return
Handle<Code>::null();
why do you check for cons string here?
https://codereview.chromium.org/19485008/diff/1/src/ic.cc#newcode1529
src/ic.cc:1529: if (constant->IsConsString()) return
Handle<Code>::null();
ditto.
https://codereview.chromium.org/19485008/
--
--
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/groups/opt_out.