summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BoundFunction.cpp
AgeCommit message (Expand)Author
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-06-20LibJS: Object::initialize() overrides must always call base classAndreas Kling
2020-06-20LibJS: Split more native object constructors into construct/initializeAndreas Kling
2020-06-08LibJS: Interpreter::this_value() => this_value(GlobalObject&)Andreas Kling
2020-06-08LibJS: Add interpreter exception checksMatthew Olsson
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-21LibJS: Implement Function.prototype.bind()Jack Karamanian