« Bugzilla Issues Index
#1080 — 15.5.4.10: undefined "defineStatus"
- bug_id:
1080
- creation_ts:
2012-11-27 19:31:00 -0800
- short_desc:
15.5.4.10: undefined "defineStatus"
- delta_ts:
2012-12-21 18:08:25 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
2886
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-11-27 19:31:27 -0800
In 15.5.4.10 "String.prototype.match (regexp)",
step 10.g.iv.7 says:
ReturnIfAbrupt(defineStatus).
but 'defineStatus' is not defined.
I think you need to begin the preceding step with:
Let defineStatus be the result of calling ...
- commentid:
2953
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-01 10:57:04 -0800
fixed in rev 13 editor's draft