Drive-by comment:
http://codereview.chromium.org/2770014/diff/1/3 File src/objects.cc (right): http://codereview.chromium.org/2770014/diff/1/3#newcode1685 src/objects.cc:1685: Isolate * const isolate = Isolate::Current(); It doesn't look like the rest of the code uses 'const' in similar places. Also, '*' is usually glued to the type name. http://codereview.chromium.org/2770014/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
