ladybird/Userland
Luke 651becbfb1 LibJS: Use Number instead of parseInt in TypedArray forEach BigInt tests
The Number constructor previously didn't support converting BigInts to
regular numbers, so I used parseInt as a workaround.

Since it now supports this, this workaround is no longer needed.
2021-07-06 13:40:19 +01:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications PixelPaint: Paint the area around the image with ColorRole::Tray 2021-07-06 12:24:51 +02:00
Demos Fire: Make the main widget a GUI::Frame 2021-07-05 02:38:31 +02:00
DevTools LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
DynamicLoader DynamicLoader: Remove -fbuilding-libgcc hack 2021-07-04 00:35:35 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibJS: Use Number instead of parseInt in TypedArray forEach BigInt tests 2021-07-06 13:40:19 +01:00
Services WindowServer: Fix crash removing modal windows 2021-07-05 19:31:48 +02:00
Shell Everywhere: Prefer using "..."sv over StringView { "..." } 2021-07-04 14:24:03 +02:00
Utilities LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00