archives

« Bugzilla Issues Index

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


---
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)


Most likely a leftover when RegExp instances were callable...


Fixed in rev15.

(I'm not closing this bug yet, because this is also present in the ES5.1 spec)


cloned ES5.1 Bug 2599