ladybird/Tests
davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr
The spec has a note stating that resolve binding will always return a
reference whose [[ReferencedName]] field is name. However this is not
correct as the underlying method GetIdentifierReference may throw on
env.HasBinding(name) thus it can throw. However, there are some
scenarios where it cannot throw because the reference is known to exist
in that case we use MUST with a comment.
2021-12-30 15:29:33 +01:00
..
AK AK: Make Disjoint*::is_empty() not call size 2021-12-24 05:55:34 -08:00
Kernel Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls 2021-12-20 11:32:16 +01:00
LibC LibC: Allow multiple includes of <assert.h> 2021-12-23 17:53:46 -08:00
LibCompress
LibCore LibCore: Fix race conditions in TestLibCoreStream 2021-12-28 01:02:35 +01:00
LibCpp
LibCrypto LibCrypto+Tests: Avoid implicitly copying ByteBuffer 2021-12-08 09:46:13 -08:00
LibELF
LibGfx LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
LibGL Tests: Add a simple LibGL render-test 2021-11-29 23:17:05 +03:30
LibIMAP
LibJS LibJS: Convert resolve_binding() to ThrowCompletionOr 2021-12-30 15:29:33 +01:00
LibM AK: Implement acos<T> correctly 2021-11-18 21:10:30 +01:00
LibMarkdown
LibPthread
LibRegex LibRegex: Make FailForks fail all forks up to the last save point 2021-12-25 18:41:10 +01:00
LibSQL Tests: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
LibTest LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00
LibThreading
LibTLS
LibUnicode LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
LibWasm
LibWeb Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
UserspaceEmulator
CMakeLists.txt LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00