summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BooleanObject.cpp
AgeCommit message (Expand)Author
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-18LibJS: Pass prototype to BooleanObject constructorAndreas Kling
2020-04-10LibJS: Boolean, Number and String prototypes should have values tooAndreas Kling
2020-04-07LibJS: Add Boolean constructor objectJack Karamanian