summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Function.h
AgeCommit message (Expand)Author
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