Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 6e7713a5f4 LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute %!s(int64=5) %!d(string=hai) anos
  Linus Groh 0403845d3e LibJS: Implement exponentiation (** operator) %!s(int64=5) %!d(string=hai) anos
  Linus Groh eafd3dbaf8 LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash} %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 3c99c27db4 LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling e3b92caa6d LibJS: Make "break" actually work inside "switch" %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 5e40aa182b LibJS: Support VariableDeclaration with multiple declarators %!s(int64=5) %!d(string=hai) anos
  Andreas Kling f8393b80e3 LibJS: Add support for do..while statements %!s(int64=5) %!d(string=hai) anos
  Andreas Kling da0715aba9 LibJS: Rename WhileStatement::predicate() => body() %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 644ff1bbfd LibJS: Add basic support for modulo (%) in binary expressions %!s(int64=5) %!d(string=hai) anos
  Linus Groh 2944039d6b LibJS: Add Function() and Function.prototype %!s(int64=5) %!d(string=hai) anos
  Andreas Kling faac43597a LibJS: Add js_string(Interpreter&, String) %!s(int64=5) %!d(string=hai) anos
  Stephan Unverwerth 520311eb8b LibJS: Add short circuit logical evaluation %!s(int64=5) %!d(string=hai) anos
  Linus Groh 6e5f9e20eb LibJS: Fix logical expressions %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 0622181d1f LibJS: Implement ConditionalExpression (ternary "?:" operator) %!s(int64=5) %!d(string=hai) anos
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object %!s(int64=5) %!d(string=hai) anos
  Linus Groh a62230770b LibJS: Implement unary plus / minus %!s(int64=5) %!d(string=hai) anos
  Jack Karamanian bb15b37228 LibJS: Evaluate CallExpression arguments before pushing a CallFrame %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 1549c5c48b LibJS: Make Value::as_object() return Object& %!s(int64=5) %!d(string=hai) anos
  Linus Groh 849e2c77e4 LibJS: Implement constructor/non-constructor function calls %!s(int64=5) %!d(string=hai) anos
  Andreas Kling cd9379dca9 LibJS: Reorganize computing of |this| for CallExpressions %!s(int64=5) %!d(string=hai) anos
  Linus Groh fb0401871c LibJS: Throw TypeError when calling non-function object %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 2285f84596 LibJS: Implement basic execution of "switch" statements %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value %!s(int64=5) %!d(string=hai) anos
  Andreas Kling a3d92b1210 LibJS: Implement the "instanceof" operator %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 37fe16a99c LibJS: Add Function.prototype and make "new" Objects delegate to it %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 0593ce406b LibJS: Implement basic support for the "new" keyword %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 0d2fb306af LibJS: Check for exceptions in a lot more places %!s(int64=5) %!d(string=hai) anos