archives

« Bugzilla Issues Index

#3666 — 24.3.2 JSON.stringify: Missing ReturnIfAbrupt calls


24.3.2 JSON.stringify ( value [ , replacer [ , space ] ] )

Add ReturnIfAbrupt in

- step 4.b.v.6.a: `ReturnIfAbrupt(item)`
- step 5.a.i: `ReturnIfAbrupt(space)`
- step 5.b.i: `ReturnIfAbrupt(space)`


fixed in rev32 editor's draft


fixed in rev32 draft