- From: <bugzilla@jessica.w3.org>
- Date: Tue, 13 May 2014 13:56:04 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24020 --- Comment #3 from Erik Arvidsson <arv@google.com> --- I think this is mostly conceptual since we are locking down the prototype and constructor properties so we can go back and forth as needed. However, ES/WebIDL works with Functions and ES6 has meta operations for creating new objects from a constructor, not from its prototype (since the prototype does not have any relevance to how the instance is created). http://people.mozilla.org/~jorendorff/es6-draft.html#sec-createfromconstructor -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 13 May 2014 13:56:05 UTC