Age | Commit message (Expand) | Author |
---|---|---|
2020-03-09 | LibJS: Remove superfluous explicit in AST.h (#1395) | howar6hill |
2020-03-09 | LibJS: Implement While statements | howar6hill |
2020-03-09 | LibJS: GC: Remove clear_all_mark_bits() | Stephan Unverwerth |
2020-03-08 | LibJS: Add a basic mark&sweep garbage collector :^) | Andreas Kling |
2020-03-08 | LibJS: Implement if statements | 0xtechnobabble |
2020-03-08 | LibJS: Implement logical expressions | 0xtechnobabble |
2020-03-08 | LibJS: Add typed comparison operator | 0xtechnobabble |
2020-03-08 | LibJS: Allow the dumping of literals that aren't numbers | 0xtechnobabble |
2020-03-07 | LibJS: Include the operator in BinaryExpression dumps | Andreas Kling |
2020-03-07 | LibJS: Flesh out JS::Value a little bit more | Andreas Kling |
2020-03-07 | LibJS: Simplify LogStream::operator<<(JS::Value) and move to .cpp file | Andreas Kling |
2020-03-07 | LibJS: Fix string representation for value of type undefined | Elisée Maurer |
2020-03-07 | LibJS: Start building a JavaScript engine for SerenityOS :^) | Andreas Kling |