summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/StringConstructor.cpp
AgeCommit message (Expand)Author
2020-05-15LibJS: Add side-effect-free version of Value::to_string()Andreas Kling
2020-05-07LibJS: Add String.rawMatthew Olsson
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibJS: Pass prototype to Function constructorsAndreas Kling
2020-04-18LibJS: Pass prototype to StringObject constructorAndreas Kling
2020-04-13LibJS: Tweak FunctionPrototype::to_string and constructorsStephan Unverwerth
2020-04-10LibJS: Add String constructor :^)Andreas Kling