Historique des commits

Auteur SHA1 Message Date
  mattco98 95abcc3722 LibJS: Implement correct object property ordering il y a 5 ans
  Andreas Kling 698652a548 LibJS: Make Value::as_string() return a PrimitiveString reference il y a 5 ans
  Andreas Kling 75f246dde8 LibJS: Make StringObject::primitive_string() return a reference il y a 5 ans
  Linus Groh 8ad11df89f LibJS: Handle exception in for loop test execution il y a 5 ans
  mattco98 104969a9f5 LibJS: Add spreading in object literals il y a 5 ans
  Linus Groh 30fe1b5d58 LibJS: Support spreading of strings and string objects il y a 5 ans
  Andreas Kling 24cce3674b LibJS: Support o.f++ :^) il y a 5 ans
  Andreas Kling ee0bf55127 LibJS: Make AssignmentExpression assign through a Reference il y a 5 ans
  Andreas Kling 3c4a9e421f LibJS: Allow "delete someGlobalVariable" il y a 5 ans
  Andreas Kling 67b8e6fc5b LibJS: Add Reference class to represent a base.property reference il y a 5 ans
  mattco98 80fecc615a LibJS: Add spreading in array literals il y a 5 ans
  Andreas Kling f897c41092 LibJS: Implement basic support for the "delete" operator il y a 5 ans
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state il y a 5 ans
  Linus Groh 57caca3171 LibJS: Fix ObjectExpression::execute() il y a 5 ans
  Linus Groh 746dd5b190 LibJS: Implement computed properties in object expressions il y a 5 ans
  Linus Groh 11728b7db5 LibJS: Implement 'in' operator il y a 5 ans
  Linus Groh 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) il y a 5 ans
  Linus Groh 502d1f5165 LibJS: Implement bitwise right shift operator (>>) il y a 5 ans
  Linus Groh f0e7404480 LibJS: Implement bitwise left shift operator (<<) il y a 5 ans
  Linus Groh a1b820b11c LibJS: Improve UpdateExpression::execute() il y a 5 ans
  Jack Karamanian 1fa0c7304d LibJS: Implement Function.prototype.bind() il y a 5 ans
  Jack Karamanian b3800829da LibJS: Prepend callee's bound arguments to the CallFrame and set the il y a 5 ans
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing il y a 5 ans
  Andreas Kling b251091a6a LibJS: CallExpression shouldn't throw TypeError or non-constructor call il y a 5 ans
  Linus Groh 03f2024b6e LibJS: Improve CallExpression::execute()'s error messages il y a 5 ans
  Linus Groh d14ddb6461 LibJS: Implement nullish coalescing operator (??) il y a 5 ans
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor il y a 5 ans
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors il y a 5 ans
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype il y a 5 ans
  Andreas Kling ed80952cb6 LibJS: Introduce LexicalEnvironment il y a 5 ans