Bug 155088 - [ES6] RegExp.prototype.toString should access "source" and "flags"
Summary: [ES6] RegExp.prototype.toString should access "source" and "flags"
Status: RESOLVED DUPLICATE of bug 155341
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 07:01 PST by Yusuke Suzuki
Modified: 2016-06-06 20:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-03-06 07:01:09 PST
Let's write the function in builtin JS.
Comment 1 Joseph Pecoraro 2016-06-06 20:44:26 PDT
It looks like this was addressed by:

[ES6] Make RegExp.prototype.toString spec compliant
https://bugs.webkit.org/show_bug.cgi?id=155341
http://trac.webkit.org/changeset/197999


It could probably still be written as a builtin, but the actual issue here ("source" and "flags" property accesses) has been fixed.

*** This bug has been marked as a duplicate of bug 155341 ***