http://codereview.chromium.org/209013/diff/1/4 File src/objects.cc (right):
http://codereview.chromium.org/209013/diff/1/4#newcode480 Line 480: Object* cons_obj = map()->constructor(); The reason I used cons_obj is that we don't know if it really is the constructor until after the check below. At this point it's just some object stored in the constructor field. http://codereview.chromium.org/209013 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
