jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

Module instance object internal slots aren't correctly listed anywhere #68

Open arv opened 10 years ago

arv commented 10 years ago

In "1.3.1 EnsureEvaluated(mod, seen, loader) Abstract Operation",

  1. If mod.[[Body]] is not undefined and mod.[[Evaluated]] is false,

modules do not have an internal slot called [[Evaluated]]