Age | Commit message (Expand) | Author |
---|---|---|
2020-05-18 | LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity | Linus Groh |
2020-05-18 | LibJS: Change Value::to_object(Heap& -> Interpreter&) | Linus Groh |
2020-05-02 | LibJS: Minor formatting changes in Function.cpp | Linus Groh |
2020-04-29 | LibJS: Don't use Optional<Value> for bound |this| values | Andreas Kling |
2020-04-25 | LibJS: Stop using Optional<Value> in favor of Value's empty state | Andreas Kling |
2020-04-21 | LibJS: Implement Function.prototype.bind() | Jack Karamanian |
2020-04-21 | LibJS: Allow Function objects to be constructed with a bound |this| | Jack Karamanian |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to Function constructors | Andreas Kling |
2020-04-04 | LibJS: Add Function() and Function.prototype | Linus Groh |
2020-03-28 | LibJS: Add Function.prototype and make "new" Objects delegate to it | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |