Optimize prototype chain when creating initial maps for functions used as constructors
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Jun 2014 16:41:56 +0000 (16:41 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Jun 2014 16:41:56 +0000 (16:41 +0000)
commit301ae7dd561a9357bace5456aa5ba4f381d51ad9
tree2a572a45ef0cab3787b0f36aa29ee69c904ca9ae
parent918efd7e200f1429fd23d4b385fb5c2686e489df
Optimize prototype chain when creating initial maps for functions used as constructors

Review URL: https://codereview.chromium.org/332783002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21817 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects.cc
test/mjsunit/dictionary-properties.js [new file with mode: 0644]