GoogleChromeLabs / GoogleChromeLabs/confluence
RegExp static members missing in Safari
Open
data bug
failure to ship
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
On Safari 11 (not this is `RegExp` not `RegExp.prototype`):
```
Object.getOwnPropertyNames(RegExp).toString()
> "length,name,prototype,input,$_,lastMatch,$&,lastParen,$+,leftContext,$`,rightContext,$',$1,$2,$3,$4,$5,$6,$7,$8,$9"
```
But confluence shows (at least) `lastMatch`, `lastParen`, `leftContext`, and `rightContext` as missing from Safari. Why?
Contributor guide
Assessment
This issue has not been assessed yet.