summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Function.h
AgeCommit message (Expand)Author
2020-06-01LibJS: Fix casting a value to ScriptFunction without checking it's oneSergey Bugaev
2020-05-30LibJS: Remove unnecessary explicit from the 3 argument FunctionJack Karamanian
2020-04-29LibJS: Don't use Optional<Value> for bound |this| valuesAndreas Kling
2020-04-21LibJS: Implement Function.prototype.bind()Jack Karamanian
2020-04-21LibJS: Allow Function objects to be constructed with a bound |this|Jack Karamanian
2020-04-18LibJS: Pass prototype to Function constructorsAndreas Kling
2020-04-15LibJS: Introduce LexicalEnvironmentAndreas Kling
2020-04-11LibJS: Make Function and CallFrame aware of their function nameLinus Groh
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-17LibJS: Pass argument value vectors as const Vector<Value>&Andreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling