Mark Miller (2015-04-21T01:13:47.000Z)
d at domenic.me (2015-05-01T13:01:42.856Z)
Yes. The problem is not that DefineOwnProperty is not acting more like assignment. The problem is that super.prop = x; is acting too much like DefineOwnProperty and too little like assignment.