Benjamin (Inglor) Gruenbaum (2013-10-15T21:10:51.000Z)
domenic at domenicdenicola.com (2013-10-21T19:28:07.784Z)
Not resolving this like o3 (or o6 really) sounds very strange. I think: ```js let attr = "__proto__"; let o7 = new Object; o7[attr] = p; // o7 inherits from p ``` Is the correct behavior here (why would it not invoke the setter?)