js-loaders icon indicating copy to clipboard operation
js-loaders copied to clipboard

Missing completion values

Open arv opened this issue 11 years ago • 1 comments

All the productions in the spec have "Runtime Semantics: Evaluation" which includes speccing what the completion value is.

arv avatar Jan 08 '14 19:01 arv

Yup. There's:

    //>     8. Let r be the result of evaluating mod.[[Body]].

which is already not the right wording, but also that will be a Module parse and there's no Evaluation algorithm for Module productions.

These should be straightforward, it's just work.

jorendorff avatar Jan 09 '14 19:01 jorendorff