aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/capture-stack-trace.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Error.captureStackTrace implementation (#1476)Gravatar Dylan Conway 1-0/+303
* capture stack trace formatting, tests * fix callsite methods, stack formatting or undefined * isNative, tests for callsite methods * Update src/bun.js/bindings/ZigGlobalObject.cpp * Update src/bun.js/bindings/ZigGlobalObject.cpp * template and macros for visitchildren * static strings, handle infinity and clamp stacktracelimit Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>