Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 30fe1b5d58 LibJS: Support spreading of strings and string objects há 5 anos atrás
  Andreas Kling 24cce3674b LibJS: Support o.f++ :^) há 5 anos atrás
  Andreas Kling ee0bf55127 LibJS: Make AssignmentExpression assign through a Reference há 5 anos atrás
  Andreas Kling 3c4a9e421f LibJS: Allow "delete someGlobalVariable" há 5 anos atrás
  Andreas Kling 67b8e6fc5b LibJS: Add Reference class to represent a base.property reference há 5 anos atrás
  mattco98 80fecc615a LibJS: Add spreading in array literals há 5 anos atrás
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator há 5 anos atrás
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state há 5 anos atrás
  Linus Groh 57caca3171 LibJS: Fix ObjectExpression::execute() há 5 anos atrás
  Linus Groh 746dd5b190 LibJS: Implement computed properties in object expressions há 5 anos atrás
  Linus Groh 11728b7db5 LibJS: Implement 'in' operator há 5 anos atrás
  Linus Groh 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) há 5 anos atrás
  Linus Groh 502d1f5165 LibJS: Implement bitwise right shift operator (>>) há 5 anos atrás
  Linus Groh f0e7404480 LibJS: Implement bitwise left shift operator (<<) há 5 anos atrás
  Linus Groh a1b820b11c LibJS: Improve UpdateExpression::execute() há 5 anos atrás
  Jack Karamanian 1fa0c7304d LibJS: Implement Function.prototype.bind() há 5 anos atrás
  Jack Karamanian b3800829da LibJS: Prepend callee's bound arguments to the CallFrame and set the há 5 anos atrás
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing há 5 anos atrás
  Andreas Kling b251091a6a LibJS: CallExpression shouldn't throw TypeError or non-constructor call há 5 anos atrás
  Linus Groh 03f2024b6e LibJS: Improve CallExpression::execute()'s error messages há 5 anos atrás
  Linus Groh d14ddb6461 LibJS: Implement nullish coalescing operator (??) há 5 anos atrás
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor há 5 anos atrás
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors há 5 anos atrás
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype há 5 anos atrás
  Andreas Kling ed80952cb6 LibJS: Introduce LexicalEnvironment há 5 anos atrás
  Linus Groh cea950fd70 LibJS: Support empty values in array expression há 5 anos atrás
  Linus Groh d30db07048 LibJS: Implement void operator há 5 anos atrás
  Andreas Kling 63499c2c9f LibJS: Pass the Interpreter& to binary/logical/unary helpers há 5 anos atrás
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object há 5 anos atrás
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() há 5 anos atrás