chore: add V8 crash information to crashReporter (#24771)

* feat: add V8 crash information to crashReporter

* Address review feedback
This commit is contained in:
Shelley Vohr
2020-07-29 19:04:24 -07:00
committed by GitHub
parent d93bb34ac4
commit 948cc08265
4 changed files with 61 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ declare namespace NodeJS {
clearWeaklyTrackedValues(): void;
getWeaklyTrackedValues(): any[];
addRemoteObjectRef(contextId: string, id: number): void;
triggerFatalErrorForTesting(): void;
}
type AsarFileInfo = {