Age | Commit message (Expand) | Author |
---|---|---|
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |
2020-03-16 | LibJS: Loosen type system | 0xtechnobabble |
2020-03-15 | LibJS: Pass "this" as an Object* to NativeFunction callbacks | Andreas Kling |
2020-03-15 | LibJS: Add a mechanism for callback-based object properties | Andreas Kling |
2020-03-15 | LibJS: Remove debug spam in Object::get() | Andreas Kling |
2020-03-15 | LibJS: Add ObjectPrototype and implement hasOwnProperty() | Andreas Kling |
2020-03-15 | LibJS: Add basic prototype support | Andreas Kling |
2020-03-13 | LibJS: Add Object::put_native_function() for convenience | Andreas Kling |
2020-03-09 | LibJS: Add a convenience helper for visiting a JS::Value | Andreas Kling |
2020-03-09 | LibJS: Make the GC marking phase cycle-proof | Andreas Kling |
2020-03-08 | LibJS: Add a basic mark&sweep garbage collector :^) | Andreas Kling |
2020-03-07 | LibJS: Start building a JavaScript engine for SerenityOS :^) | Andreas Kling |