Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 03f2024b6e LibJS: Improve CallExpression::execute()'s error messages vor 5 Jahren
  Linus Groh d14ddb6461 LibJS: Implement nullish coalescing operator (??) vor 5 Jahren
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor vor 5 Jahren
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors vor 5 Jahren
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype vor 5 Jahren
  Andreas Kling ed80952cb6 LibJS: Introduce LexicalEnvironment vor 5 Jahren
  Linus Groh cea950fd70 LibJS: Support empty values in array expression vor 5 Jahren
  Linus Groh d30db07048 LibJS: Implement void operator vor 5 Jahren
  Andreas Kling 63499c2c9f LibJS: Pass the Interpreter& to binary/logical/unary helpers vor 5 Jahren
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object vor 5 Jahren
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() vor 5 Jahren
  Andreas Kling ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope vor 5 Jahren
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression vor 5 Jahren
  Linus Groh eece424694 LibJS: Make Function and CallFrame aware of their function name vor 5 Jahren
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects vor 5 Jahren
  Barney Wilks 56474bab15 LibJS: Throw exception if LHS of assignment is of unexpected type vor 5 Jahren
  Emanuele Torre 38dfd04633 LibJS: rename JS::DeclarationType => JS::DeclarationKind vor 5 Jahren
  Andreas Kling f07f8d5a44 LibJS: Add "constructor" property to constructor prototypes vor 5 Jahren
  Andreas Kling 19cbfaee54 LibJS: Add SequenceExpression AST node (comma operator) vor 5 Jahren
  DexesTTP 4a9485f830 LibJS: Fix impossible member access for negative integers vor 5 Jahren
  Andreas Kling bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value vor 5 Jahren
  Andreas Kling 5495f06af5 LibJS: Give argument vectors an inline capacity of 8 vor 5 Jahren
  Andreas Kling be019f28ca LibJS: Add a PropertyName class that represents a string or a number vor 5 Jahren
  Andreas Kling 6e7713a5f4 LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute vor 5 Jahren
  Linus Groh 0403845d3e LibJS: Implement exponentiation (** operator) vor 5 Jahren
  Linus Groh eafd3dbaf8 LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash} vor 5 Jahren
  Andreas Kling 3c99c27db4 LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard vor 5 Jahren
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) vor 5 Jahren
  Andreas Kling e3b92caa6d LibJS: Make "break" actually work inside "switch" vor 5 Jahren
  Andreas Kling 5e40aa182b LibJS: Support VariableDeclaration with multiple declarators vor 5 Jahren