summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/FunctionConstructor.h
AgeCommit message (Expand)Author
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-04-04LibJS: Add Function() and Function.prototypeLinus Groh