Fix the behavior of 'super.foo' assignment when receiver is not an object.
authordslomov <dslomov@chromium.org>
Tue, 12 May 2015 17:13:12 +0000 (10:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 17:13:07 +0000 (17:13 +0000)
commit30b771a662d7056190205de7667d2b4a4897af2e
treee22dfcb87d41a739d01dbcd485156e1e05350c1f
parent91a8810556e1a973915b9cb5b3a2bb3f74106a77
Fix the behavior of 'super.foo' assignment when receiver is not an object.

R=arv@chromium.org,verwaest@chromium.org
BUG=v8:4097
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#28377}
src/objects.cc
test/mjsunit/es6/regress/regress-4097.js [new file with mode: 0644]