ladybird/Userland
Linus Groh cd12b2aa57 LibJS: Implement the RequireObjectCoercible abstract operation
Throws an exception if the given value is nullish, returns it otherwise.
We can now gradually replace such manual checks with this function where
applicable.

This also has the advantage that the somewhat useless "ToObject on null
or undefined" will be replaced with "null cannot be converted to an
object" or "undefined cannot be converted to an object". :^)
2021-06-06 19:34:43 +02:00
..
Applets
Applications LibProtocol: Use URL class in RequestClient::start_request argument 2021-06-06 16:00:11 +02:00
Demos AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
DevTools AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
DynamicLoader
Games AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Libraries LibJS: Implement the RequireObjectCoercible abstract operation 2021-06-06 19:34:43 +02:00
Services Clipboard: Tighten pledge promises a bit earlier :^) 2021-06-06 17:56:34 +02:00
Shell Shell: Fix off-by-one error in SyntaxHighlighter 2021-06-05 00:32:28 +04:30
Utilities Userland: Add matroska program to test parsing Matroska container files 2021-06-06 17:47:00 +02:00
CMakeLists.txt