LGTM
http://codereview.chromium.org/8360004/diff/1/src/objects.h File src/objects.h (right): http://codereview.chromium.org/8360004/diff/1/src/objects.h#newcode2841 src/objects.h:2841: void SetNextEnumerationIndex(int index) { You could just write this->set(kBlabla, Smi::FromInt(index)) Also several other places where the value is statically typed to be a Smi. http://codereview.chromium.org/8360004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
