ladybird/Userland/Libraries/LibJS/Tests/builtins/Error
Luke Wilde 8d784310e0 LibJS: Implement the Error.prototype.stack setter
This implements the setter based on the Error Stacks proposal.
https://tc39.es/proposal-error-stacks/#sec-set-error.prototype-stack

Required by Twitch.
2022-03-08 22:59:09 +01:00
..
Error.js
Error.prototype.message.js
Error.prototype.name.js
Error.prototype.stack-setter.js
Error.prototype.toString.js