Age | Commit message (Expand) | Author |
---|---|---|
2023-03-07 | LibJS: Fix compilation of operator= for JS::SafeFunction | Luke Wilde |
2023-02-04 | AK: Check the return type in `IsCallableWithArguments` | Lucas CHOLLET |
2022-12-14 | Everywhere: Stop shoving things into ::std and mentioning them as such | Ali Mohammad Pur |
2022-12-03 | Everywhere: Run clang-format | Linus Groh |
2022-10-20 | LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap | Andreas Kling |
2022-09-24 | LibJS: Add JS::SafeFunction, like Function but protects captures from GC | Andreas Kling |