Age | Commit message (Expand) | Author |
---|---|---|
2020-03-15 | LibJS: Pass "this" as an Object* to NativeFunction callbacks | Andreas Kling |
2020-03-13 | LibJS: Split Function into subclasses NativeFunction and ScriptFunction | Andreas Kling |
2020-03-12 | LibJS: Replace $gc() hack with a NativeFunction on the global object | Andreas Kling |
2020-03-12 | LibJS: Add NativeFunction, a callable wrapper around a C++ lambda | Andreas Kling |