llnode
llnode copied to clipboard
JSError stack inspection won't work on newer V8 versions
V8 stopped using JSArrays to store the stack in https://chromium-review.googlesource.com/c/v8/v8/+/1564060. Now the stack is stored in a raw FixedArray. We'll need to change our heuristics to handle this.