Changeset 225435 in webkit


Ignore:
Timestamp:
Dec 1, 2017 4:41:53 PM (6 years ago)
Author:
jfbastien@apple.com
Message:

JavaScriptCore: add test for weird class static getters
https://bugs.webkit.org/show_bug.cgi?id=180281
<rdar://problem/35592139>

Reviewed by Mark Lam.

I fixed a bug for it in r224927 and didn't add a test. Do so.

  • stress/class-static-get-weird.js: Added.

(c.prototype.get name):
(c):
(c.prototype.get arguments):
(c.prototype.get caller):
(c.prototype.get length):

Location:
trunk/JSTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r225423 r225435  
     12017-12-01  JF Bastien  <jfbastien@apple.com>
     2
     3        JavaScriptCore: add test for weird class static getters
     4        https://bugs.webkit.org/show_bug.cgi?id=180281
     5        <rdar://problem/35592139>
     6
     7        Reviewed by Mark Lam.
     8
     9        I fixed a bug for it in r224927 and didn't add a test. Do so.
     10
     11        * stress/class-static-get-weird.js: Added.
     12        (c.prototype.get name):
     13        (c):
     14        (c.prototype.get arguments):
     15        (c.prototype.get caller):
     16        (c.prototype.get length):
     17
    1182017-12-01  Saam Barati  <sbarati@apple.com>
    219
Note: See TracChangeset for help on using the changeset viewer.