ladybird/Userland/Libraries/LibJS/Tests/builtins/Error
Linus Groh ea60b344eb LibJS: Add name and message properties to NativeError prototypes
Otherwise these will get their name/default message from the Error
prototype, and as a result would always just say "Error" in error
messages, not the specific type.
Something I missed in da177c6, now with tests. :^)
2021-04-14 10:11:04 +02:00
..
Error.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Error.prototype.message.js LibJS: Add name and message properties to NativeError prototypes 2021-04-14 10:11:04 +02:00
Error.prototype.name.js LibJS: Add name and message properties to NativeError prototypes 2021-04-14 10:11:04 +02:00
Error.prototype.toString.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00