LGTM
http://codereview.chromium.org/6548008/diff/6/src/accessors.cc File src/accessors.cc (right): http://codereview.chromium.org/6548008/diff/6/src/accessors.cc#newcode470 src/accessors.cc:470: if (!function->should_have_prototype()) return Heap::undefined_value(); Does the return value here have any significance? In particular, should we return |function| here so the only thing that is different is that we don't get a prototype property? http://codereview.chromium.org/6548008/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
