Skip to content

RegExp static members missing in Safari #202

@RByers

Description

@RByers

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions