archives

« Bugzilla Issues Index

#2996 — EnsureEvaluated should propagate errors


I think it's missing a ReturnIfAbrupt call in
"15.2.6.2 EnsureEvaluated(mod, seen, loader) Abstract Operation"
after step 5.b.i.

Pretty sure the intent was for errors to be propagated. dherman could confirm.


fixed in rev28 editor's draft

in ES6 spec, this is all now synchronous


fixed in rev28