summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Object.cpp
AgeCommit message (Expand)Author
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling
2020-03-16LibJS: Loosen type system0xtechnobabble
2020-03-15LibJS: Pass "this" as an Object* to NativeFunction callbacksAndreas Kling
2020-03-15LibJS: Add a mechanism for callback-based object propertiesAndreas Kling
2020-03-15LibJS: Remove debug spam in Object::get()Andreas Kling
2020-03-15LibJS: Add ObjectPrototype and implement hasOwnProperty()Andreas Kling
2020-03-15LibJS: Add basic prototype supportAndreas Kling
2020-03-13LibJS: Add Object::put_native_function() for convenienceAndreas Kling
2020-03-09LibJS: Add a convenience helper for visiting a JS::ValueAndreas Kling
2020-03-09LibJS: Make the GC marking phase cycle-proofAndreas Kling
2020-03-08LibJS: Add a basic mark&sweep garbage collector :^)Andreas Kling
2020-03-07LibJS: Start building a JavaScript engine for SerenityOS :^)Andreas Kling