Age | Commit message (Expand) | Author |
---|---|---|
2020-06-01 | LibJS: Fix casting a value to ScriptFunction without checking it's one | Sergey Bugaev |
2020-05-30 | LibJS: Remove unnecessary explicit from the 3 argument Function | Jack Karamanian |
2020-04-29 | LibJS: Don't use Optional<Value> for bound |this| values | 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: Pass prototype to Function constructors | Andreas Kling |
2020-04-15 | LibJS: Introduce LexicalEnvironment | Andreas Kling |
2020-04-11 | LibJS: Make Function and CallFrame aware of their function name | Linus Groh |
2020-04-01 | LibJS: Implement constructor/non-constructor function calls | Linus Groh |
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-17 | LibJS: Pass argument value vectors as const Vector<Value>& | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |