Changeset 217655 in webkit


Ignore:
Timestamp:
Jun 1, 2017 8:04:53 AM (7 years ago)
Author:
gskachkov@gmail.com
Message:

Class Proxy can't be extended
https://bugs.webkit.org/show_bug.cgi?id=169040

Reviewed by Saam Barati.

Adding tests that check correctness of Proxy to ES6 class
Bug is already fixed in https://bugs.webkit.org/show_bug.cgi?id=164849

  • stress/proxy-class.js: Added.

(assert):
(throw.new.Error.SuperClass):
(throw.new.Error.A):
(throw.new.Error):

Location:
trunk/JSTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r217648 r217655  
     12017-06-01  Oleksandr Skachkov  <gskachkov@gmail.com>
     2
     3        Class Proxy can't be extended
     4        https://bugs.webkit.org/show_bug.cgi?id=169040
     5
     6        Reviewed by Saam Barati.
     7
     8        Adding tests that check correctness of Proxy to ES6 `class`
     9        Bug is already fixed in https://bugs.webkit.org/show_bug.cgi?id=164849
     10
     11        * stress/proxy-class.js: Added.
     12        (assert):
     13        (throw.new.Error.SuperClass):
     14        (throw.new.Error.A):
     15        (throw.new.Error):
     16
    1172017-05-31  Yusuke Suzuki  <utatane.tea@gmail.com>
    218
Note: See TracChangeset for help on using the changeset viewer.