Age | Commit message (Expand) | Author |
---|---|---|
2020-09-27 | LibJS: Make native function/property callbacks take VM, not Interpreter | Andreas Kling |
2020-06-23 | LibJS: Make NativeProperty a plain Cell instead of an Object | Andreas Kling |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-20 | LibJS: NativeProperty get/put should take a GlobalObject& | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | Andreas Kling |
2020-03-29 | LibJS+LibWeb: Move native properties to separate getters/setters | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |