Skip to content

Commit

Permalink
[Normative] Add RegExp v flag with set notation and properties of s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 18, 2021
1 parent 82438c3 commit 49a291a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36058,6 +36058,8 @@ <h1>get RegExp.prototype.flags</h1>
1. If _dotAll_ is *true*, append the code unit 0x0073 (LATIN SMALL LETTER S) as the last code unit of _result_.
1. Let _unicode_ be ! ToBoolean(? Get(_R_, *"unicode"*)).
1. If _unicode_ is *true*, append the code unit 0x0075 (LATIN SMALL LETTER U) as the last code unit of _result_.
1. Let _unicodeSet_ be ! ToBoolean(? Get(_R_, *"unicodeSet"*)).
1. If _unicodeSet_ is *true*, append the code unit 0x0076 (LATIN SMALL LETTER V) as the last code unit of _result_.
1. Let _sticky_ be ! ToBoolean(? Get(_R_, *"sticky"*)).
1. If _sticky_ is *true*, append the code unit 0x0079 (LATIN SMALL LETTER Y) as the last code unit of _result_.
1. Return _result_.
Expand Down

0 comments on commit 49a291a

Please sign in to comment.