summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Accessor.h
AgeCommit message (Expand)Author
2020-09-27LibJS: Don't require Interpreter& for constructing an AccessorAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-07-25LibJS: Use allocate_without_global_object for primitive cell typesAndreas Kling
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