LGTM with a few nits
http://codereview.chromium.org/10444055/diff/17024/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/10444055/diff/17024/src/objects.cc#newcode5843 src/objects.cc:5843: : CANNOT_BE_SHARED); nit: strange formatting. Put the *_SHARED value into a temporary variable immediately before. http://codereview.chromium.org/10444055/diff/17024/src/objects.h File src/objects.h (right): http://codereview.chromium.org/10444055/diff/17024/src/objects.h#newcode173 src/objects.h:173: // descriptor array as input. nit: remove the reference to descriptor if you want to make this a general enum. http://codereview.chromium.org/10444055/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
