Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-20 | Call `Error.prepareStackTrace` on `new Error().stack` (#5802) | 1 | -1/+1 | ||
* Always call `Error.prepareStackTrace` * Support node:vm * Remove this * Handle more cases --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-05 | [node:vm] Fix crash when `new ArrayBuffer()` is returned | 1 | -0/+21 | ||
2023-05-19 | ensure unused variable is not eliminated | 1 | -0/+2 | ||
2023-05-19 | Add tests for `node:vm` | 1 | -0/+213 | ||