Historial de Commits

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