summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/PropertyName.h
AgeCommit message (Expand)Author
2020-11-04LibJS: Don't create "valid" PropertyName from null stringLinus Groh
2020-10-08LibJS: Fix PropertyName::from_value() for negative and non-int numbersLinus Groh
2020-09-27LibJS: Don't require Interpreter& in PropertyName and StringOrSymbolAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-04-28LibJS: Add Reference class to represent a base.property referenceAndreas Kling
2020-04-06LibJS: Support array holes, encoded as empty JS::ValueAndreas Kling
2020-04-06LibJS: Add a PropertyName class that represents a string or a numberAndreas Kling