Super store
authorarv <arv@chromium.org>
Thu, 19 Feb 2015 16:15:25 +0000 (08:15 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Feb 2015 16:15:35 +0000 (16:15 +0000)
commit0cffc08b667a067089c7eecffea3e8021ab2ff57
treee7db4491ec7535b57e40bdd247bf937bcd5197a5
parent0ebd870f720c8f3175b89257dd42386f98b056f8
Super store

When the property is not found on the [[HomeObject]] prototype chain
then we should do a [[DefineOwnProperty]] on the instance.

BUG=v8:3330
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#26754}
src/objects.cc
src/objects.h
src/runtime/runtime-classes.cc
test/mjsunit/harmony/super.js