Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson c35732c011 LibJS: Add object literal getter/setter shorthand il y a 5 ans
  Linus Groh 36996bd720 LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity il y a 5 ans
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. il y a 5 ans
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) il y a 5 ans
  mattco98 4ced126704 LibJS: Add symbol objects il y a 5 ans
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() il y a 5 ans
  AnotherTest bd12f132f3 LibJS: Correct tiny issue with passing a String to String::format il y a 5 ans
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons il y a 5 ans
  Yonatan Goldschmidt b184f12aaf LibJS: Limit scope of 'for' loop variables il y a 5 ans
  Matthew Olsson b5f1df57ed LibJS: Add raw strings to tagged template literals il y a 5 ans
  Matthew Olsson 107ca2e4ba LibJS: Add function call spreading il y a 5 ans
  Matthew Olsson 838390171c LibJS: Function.length respects default and rest parameters il y a 5 ans
  Linus Groh 4d20cf57db LibJS: Implement tagged template literals (foo`bar`) il y a 5 ans
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() il y a 5 ans
  Linus Groh 72d2bd56ce LibJS: Implement modulo assignment operator (%=) il y a 5 ans
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) il y a 5 ans
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) il y a 5 ans
  Linus Groh 454c1e6bbe LibJS: Implement rest parameters il y a 5 ans
  Linus Groh d4bfcea570 LibJS: Add indentation to sections in SwitchCase::dump() il y a 5 ans
  mattco98 adb4accab3 LibJS: Add template literals il y a 5 ans
  Linus Groh 25cf0da2fb LibJS: Set name of anonymous functions during assignment il y a 5 ans
  Matthew Olsson 5e66f1900b LibJS: Add function default arguments il y a 5 ans
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement il y a 5 ans
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object il y a 5 ans
  Linus Groh fc34123a54 LibJS: Fix ConditionalExpression::dump() il y a 5 ans
  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