On Tue, Sep 11, 2012 at 3:44 PM, Tom Van Cutsem <[email protected]> wrote: > > I don't know the exact rules of module instance objects. Is it possible to > reify the same module as multiple distinct instance objects in the same > module loader context, or does the loader context cache a single instance > object per module?
The latter -- there should be only one instance. -- sam th [email protected] _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

