[Webkit-unassigned] [Bug 147051] New: Add support for new.target.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 17 14:42:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147051
Bug ID: 147051
Summary: Add support for new.target.
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: keith_miller at apple.com
CC: keith_miller at apple.com
ES6 specifies a new expression new.target that is used to get the target of a "new" call, this is analogus to a this for constructors. For example, if someone called "new function Foo() { print(new.target) }" the resulting output would be the same as "print(Foo.toString())".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150717/43af9e0d/attachment.html>
More information about the webkit-unassigned
mailing list