⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243906 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 2:13:26 PM (7 years ago)
Author:
sbarati@apple.com
Message:

createRegExpMatchesArray does not respect inferred types
https://bugs.webkit.org/show_bug.cgi?id=193287

Reviewed by Yusuke Suzuki.

This checks in the test case for 193287. This issue was discovered by
Samuel Groß of Google Project Zero.

  • stress/inferred-types-regex-matches-array.js: Added.
Location:
trunk/JSTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r243886 r243906  
     12019-04-04  Saam Barati  <sbarati@apple.com>
     2
     3        createRegExpMatchesArray does not respect inferred types
     4        https://bugs.webkit.org/show_bug.cgi?id=193287
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        This checks in the test case for 193287. This issue was discovered by
     9        Samuel Groß of Google Project Zero.
     10
     11        * stress/inferred-types-regex-matches-array.js: Added.
     12
    1132019-04-04  Saam barati  <sbarati@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.