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
V8 7.5 changed how it caches the stringified stack on Error objects
after the first access. Instead of replacing the accessor Error.stack
with the stringified stack, the stringified stack is stored in the same
Symbol which was used to store the FrameArray stack.
Ref: v8/v8@c820604
PR-URL: #327
Refs: v8/v8@c820604
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
0 commit comments