DescriptionWalk the hidden prototype chain in SetSuperProperty
Otherwise e.g.,
"use strict";
class C { static f() { super.location = "http://bla.com" }}
C.f.call(this);
will mask location on the hidden prototype of the JSGlobalObject.
BUG=
Committed: https://crrev.com/6d2c5fcade31361d53516fe2673f196ea5fca1bf
Cr-Commit-Position: refs/heads/master@{#34432}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|