Mathias Bynens
|
57bc75fb98
|
Remove always-true --harmony-regexp-property runtime flag
It was shipped in Chrome 64.
Bug: v8:4743
Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
Change-Id: I1084f55d19c0370d344acedeab630f03c02f49e5
Reviewed-on: https://chromium-review.googlesource.com/1086799
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53514}
|
2018-06-05 09:19:59 +00:00 |
|
yangguo
|
5beb5ee7e6
|
[regexp] implement latest spec draft for property class.
See https://github.com/mathiasbynens/es-regexp-unicode-property-escapes
Changes:
- only allow General Category, binary properties, Script, and Script_Extensions.
- implement Script_Extensions.
R=littledan@chromium.org
BUG=v8:4743
Review-Url: https://codereview.chromium.org/2502933002
Cr-Commit-Position: refs/heads/master@{#41091}
|
2016-11-18 06:10:14 +00:00 |
|
adamk
|
c7eb436d09
|
Remove all harmony runtime flags which shipped in M51
Flags removed (all begin with "harmony-"):
function-name
instanceof
iterator-close
unicode-regexps
regexp-exec
regexp-subclass
species
BUG=v8:3566, v8:3648, v8:3699, v8:4093, v8:4447, v8:4602
Review-Url: https://codereview.chromium.org/2096933002
Cr-Commit-Position: refs/heads/master@{#37235}
|
2016-06-24 01:13:10 +00:00 |
|
yangguo
|
4620e29428
|
[regexp] disallow regexp property class shorthand syntax for single char.
R=littledan@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2044803003
Cr-Commit-Position: refs/heads/master@{#36778}
|
2016-06-07 09:14:22 +00:00 |
|
yangguo
|
e39ba01420
|
[regexp] extend \p syntax to binary and enumerated properties.
Also make the syntax a bit less complicated and speculative.
R=littledan@chromium.org
BUG=v8:4743
LOG=N
Review URL: https://codereview.chromium.org/1845243002
Cr-Commit-Position: refs/heads/master@{#35344}
|
2016-04-08 05:39:43 +00:00 |
|
yangguo
|
5dedb164eb
|
[regexp] require exact match for unicode property names.
R=littledan@chromium.org
BUG=v8:4810
LOG=N
Review URL: https://codereview.chromium.org/1824613002
Cr-Commit-Position: refs/heads/master@{#34961}
|
2016-03-21 19:22:24 +00:00 |
|