On 11/9/13 7:50 PM, Nicholas C. Zakas wrote:
it seems like it's supported in a reasonably consistent way that would lend itself to formal definition.
It's not as consistent as you would think, especially once you have stacks crossing C++ code (think dispatchEvent() or Array.prototype.map), stacks crossing globals, stacks across things that spin the event loop in various ways (showModalDialog, sync XHR), stacks across different trust domains.
It would still be good to standardize this, but I don't expect it to be easy to do so...
-Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

