summaryrefslogtreecommitdiff
path: root/AK/Try.h
AgeCommit message (Expand)Author
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2021-11-10AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.hAndreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-15AK: Rename the local variable in the TRY() macro to avoid name clashesLinus Groh
2021-09-05AK: Add a TRY(expression) macro to simplify the unwrap-or-return patternAndreas Kling