Age | Commit message (Expand) | Author |
---|---|---|
2020-11-04 | LibJS: Don't create "valid" PropertyName from null string | Linus Groh |
2020-10-08 | LibJS: Fix PropertyName::from_value() for negative and non-int numbers | Linus Groh |
2020-09-27 | LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol | Andreas Kling |
2020-09-27 | LibJS: Make native function/property callbacks take VM, not Interpreter | Andreas Kling |
2020-07-09 | LibJS: Integrate Symbols into objects as valid keys | Matthew Olsson |
2020-05-27 | LibJS: Simplify and normalize publicly-exposed Object functions | Matthew Olsson |
2020-04-28 | LibJS: Add Reference class to represent a base.property reference | Andreas Kling |
2020-04-06 | LibJS: Support array holes, encoded as empty JS::Value | Andreas Kling |
2020-04-06 | LibJS: Add a PropertyName class that represents a string or a number | Andreas Kling |