Age | Commit message (Expand) | Author |
---|---|---|
2020-07-09 | LibJS: Integrate Symbols into objects as valid keys | Matthew Olsson |
2020-07-03 | LibJS: Use correct MarkedValueList append method | Matthew Olsson |
2020-07-01 | LibJS: Explicitly pass a "Function& new_target" to Function::construct | Matthew Olsson |
2020-07-01 | LibJS: Implement Proxy [[Call]] and [[Construct]] traps | Matthew Olsson |
2020-06-25 | LibJS: Handle "receiver" argument in Reflect.{get,set}() | Linus Groh |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-11 | LibJS: Consolidate error messages into ErrorTypes.h | Matthew Olsson |
2020-06-08 | LibJS: Add interpreter exception checks | Matthew Olsson |
2020-06-06 | LibJS: Add Proxy objects | Matthew Olsson |