summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Accessor.h
AgeCommit message (Expand)Author
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson
2020-06-20LibJS: Pass GlobalObject& when constructing an AccessorAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
2020-05-24LibJS: Refactor AccessorLinus Groh
2020-05-21LibJS: Add getter/setter supportMatthew Olsson