summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/ProxyObject.cpp
AgeCommit message (Expand)Author
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-07-01LibJS: Implement Proxy [[Call]] and [[Construct]] trapsMatthew Olsson
2020-06-25LibJS: Handle "receiver" argument in Reflect.{get,set}()Linus Groh
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-11LibJS: Consolidate error messages into ErrorTypes.hMatthew Olsson
2020-06-08LibJS: Add interpreter exception checksMatthew Olsson
2020-06-06LibJS: Add Proxy objectsMatthew Olsson