archives

« Bugzilla Issues Index

#1080 — 15.5.4.10: undefined "defineStatus"


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


fixed in rev 13 editor's draft