John Lenz
2014-09-28 05:15:15 UTC
I would like to get see stack traces standardized for ES7, to that end, I
would like to define a minimal set of behaviors that would need to be
defined:
* the "stack" property (a string)
* when the stack property is attached (at Error object creation or at throw)
* what happens when Error object that has been thrown, is thrown again
(nothing)
* the stack trace in the face of tail recursion optimizations (skipped?)
* the minimal information that a stack trace should contain (file, line,
column)
* the format of the minimal information
* how additional information is added to the stack trace (named evals, etc)
Does this sound like a reasonable minimal set?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140927/fbdf9bdc/attachment.html>
would like to define a minimal set of behaviors that would need to be
defined:
* the "stack" property (a string)
* when the stack property is attached (at Error object creation or at throw)
* what happens when Error object that has been thrown, is thrown again
(nothing)
* the stack trace in the face of tail recursion optimizations (skipped?)
* the minimal information that a stack trace should contain (file, line,
column)
* the format of the minimal information
* how additional information is added to the stack trace (named evals, etc)
Does this sound like a reasonable minimal set?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140927/fbdf9bdc/attachment.html>