« Bugzilla Issues Index
#2599 — 15.10.7: "length" property for RegExp instances
- bug_id:
2599
- creation_ts:
2014-03-27 13:39:00 -0700
- short_desc:
15.10.7: "length" property for RegExp instances
- delta_ts:
2015-10-12 16:18:43 -0700
- product:
ECMA-262, Editions 5 and 5.1
- component:
technical content
- version:
Edition 5.1
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- cc:
["andrebargull", "brterlso"]
- commentid:
7489
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2014-03-27 13:39:56 -0700
+++ 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)
- commentid:
14776
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-04 09:04:20 -0700
ES2015 no longer claims RegExp instances have a length property.