LGTM
http://codereview.chromium.org/6454001/diff/2001/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/6454001/diff/2001/src/objects.cc#newcode2784 src/objects.cc:2784: if (proto->IsNull()) return proto; I don't think you should return the null prototype here? Shouldn't you return this instead? http://codereview.chromium.org/6454001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
