archives

« Bugzilla Issues Index

#2599 — 15.10.7: "length" property for RegExp instances


+++ This bug was initially created as a clone of Bug #1150 +++

---
RegExp instances also have a [[Match]] internal data property and a length property.
---

RegExp instances do not have a 'length' property. (This is also present in the ES5.1 spec)


ES2015 no longer claims RegExp instances have a length property.