archives

« Bugzilla Issues Index

#921 — 15.1.2.1: "If there is a currently running execution context"


In 15.1.2.1 "eval(x)",
step 21 says:
If there is a currently running execution context, suspend it.

How could there not be a currently running execution context?
What would be bound to 'ctx' at step 7?


Ah, I guess it was copied from 14.1 Script Evaluation, where it makes sense.

I wonder if there'd be a benefit in factoring out the commonality between Script Evaluation and eval(x) [starting at step 17, say].


fixed in rev28 editor's draft


fixed in rev28