ladybird/Tests/LibJS
Timothy Flynn 5ee92af1d9 LibJS+WebContent: Cache the resolved system time zone identifier
Even though the underlying time zone is already cached by LibUnicode, JS
performs additional expensive lookups with that time zone. There's no
need to do those lookups again until the system time zone has changed.
2024-09-03 19:26:04 +02:00
..
CMakeLists.txt Everywhere: Don't install code generators and test binaries 2024-07-10 10:13:21 -06:00
test-invalid-unicode-js.cpp Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes 2022-11-23 16:05:59 +00:00
test-js.cpp LibJS+WebContent: Cache the resolved system time zone identifier 2024-09-03 19:26:04 +02:00
test-test262.cpp Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
test-value-js.cpp LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
test262-runner.cpp Everywhere: Warn on function definitions without prototypes 2024-07-17 21:51:29 +02:00