summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/SafeFunction.h
AgeCommit message (Expand)Author
2023-03-07LibJS: Fix compilation of operator= for JS::SafeFunctionLuke Wilde
2023-02-04AK: Check the return type in `IsCallableWithArguments`Lucas CHOLLET
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-10-20LibJS: Don't register SafeFunction-to-function-pointer with JS::HeapAndreas Kling
2022-09-24LibJS: Add JS::SafeFunction, like Function but protects captures from GCAndreas Kling