summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/ObjectConstructor.h
AgeCommit message (Expand)Author
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
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-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-06-02LibJS: Add Object.{isExtensible,preventExtensions}()Matthew Olsson
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-04-30LibJS: Add Object.{keys,values,entries}()mattco98
2020-04-26LibJS: Implement Object.is()Linus Groh
2020-04-10LibJS: Add Object.defineProperty() and start caring about attributesAndreas Kling
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-03-29LibJS: Implement Object.getOwnPropertyNames()Andreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibJS: Add a global "Object" constructorAndreas Kling