You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it makes sense to consider TCO when we implement this? We could make sure both work together or decide that we do not want to implement TCO.
Yep. Though, I think a well designed backtrace API would isolate both issues e.g. errors would get a stacktrace without knowing the internals of whether the VM has a "shadow trace" or not.
As part of our focus on improving our Error APIs, we need to introduce backtraces to errors generated at execution. This includes:
Backtrace
struct.JsError
.The text was updated successfully, but these errors were encountered: