Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() il y a 5 ans
  Andreas Kling ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope il y a 5 ans
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression il y a 5 ans
  Linus Groh eece424694 LibJS: Make Function and CallFrame aware of their function name il y a 5 ans
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects il y a 5 ans
  Barney Wilks 56474bab15 LibJS: Throw exception if LHS of assignment is of unexpected type il y a 5 ans
  Emanuele Torre 38dfd04633 LibJS: rename JS::DeclarationType => JS::DeclarationKind il y a 5 ans
  Andreas Kling f07f8d5a44 LibJS: Add "constructor" property to constructor prototypes il y a 5 ans
  Andreas Kling 19cbfaee54 LibJS: Add SequenceExpression AST node (comma operator) il y a 5 ans
  DexesTTP 4a9485f830 LibJS: Fix impossible member access for negative integers il y a 5 ans
  Andreas Kling bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value il y a 5 ans
  Andreas Kling 5495f06af5 LibJS: Give argument vectors an inline capacity of 8 il y a 5 ans
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number il y a 5 ans
  Andreas Kling 6e7713a5f4 LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute il y a 5 ans
  Linus Groh 0403845d3e LibJS: Implement exponentiation (** operator) il y a 5 ans
  Linus Groh eafd3dbaf8 LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash} il y a 5 ans
  Andreas Kling 3c99c27db4 LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard il y a 5 ans
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) il y a 5 ans
  Andreas Kling e3b92caa6d LibJS: Make "break" actually work inside "switch" il y a 5 ans
  Andreas Kling 5e40aa182b LibJS: Support VariableDeclaration with multiple declarators il y a 5 ans
  Andreas Kling f8393b80e3 LibJS: Add support for do..while statements il y a 5 ans
  Andreas Kling da0715aba9 LibJS: Rename WhileStatement::predicate() => body() il y a 5 ans
  Andreas Kling 644ff1bbfd LibJS: Add basic support for modulo (%) in binary expressions il y a 5 ans
  Linus Groh 2944039d6b LibJS: Add Function() and Function.prototype il y a 5 ans
  Andreas Kling faac43597a LibJS: Add js_string(Interpreter&, String) il y a 5 ans
  Stephan Unverwerth 520311eb8b LibJS: Add short circuit logical evaluation il y a 5 ans
  Linus Groh 6e5f9e20eb LibJS: Fix logical expressions il y a 5 ans
  Andreas Kling 0622181d1f LibJS: Implement ConditionalExpression (ternary "?:" operator) il y a 5 ans
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object il y a 5 ans
  Linus Groh a62230770b LibJS: Implement unary plus / minus il y a 5 ans