summaryrefslogtreecommitdiff
path: root/Libraries/LibJS
AgeCommit message (Expand)Author
2020-03-09LibJS: Remove superfluous explicit in AST.h (#1395)howar6hill
2020-03-09LibJS: Implement While statementshowar6hill
2020-03-09LibJS: GC: Remove clear_all_mark_bits()Stephan Unverwerth
2020-03-08LibJS: Add a basic mark&sweep garbage collector :^)Andreas Kling
2020-03-08LibJS: Implement if statements0xtechnobabble
2020-03-08LibJS: Implement logical expressions0xtechnobabble
2020-03-08LibJS: Add typed comparison operator0xtechnobabble
2020-03-08LibJS: Allow the dumping of literals that aren't numbers0xtechnobabble
2020-03-07LibJS: Include the operator in BinaryExpression dumpsAndreas Kling
2020-03-07LibJS: Flesh out JS::Value a little bit moreAndreas Kling
2020-03-07LibJS: Simplify LogStream::operator<<(JS::Value) and move to .cpp fileAndreas Kling
2020-03-07LibJS: Fix string representation for value of type undefinedElisée Maurer
2020-03-07LibJS: Start building a JavaScript engine for SerenityOS :^)Andreas Kling