Commit f7f9347
committed
test: update Error.stack test for V8 7.5
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>1 parent 37b3c26 commit f7f9347
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments