Commit History

Author SHA1 Message Date
  Sebastien Ros a19ba37d49 Fixing escape sequence parsing in identifier 12 years ago
  Sebastien Ros 905a96d9ea Fixing Line Terminators parsing in regular expressions 12 years ago
  Sebastien Ros 4951a81228 Incremental work on Date 12 years ago
  Sebastien Ros df03017445 Implementing String.prototype 12 years ago
  Sebastien Ros 2ca56e2b07 Implementing RegExp 12 years ago
  Sebastien Ros 858bf60fe7 Fixing wrong handling of relational expression in a for statement 12 years ago
  Sebastien Ros 8efe43f7a3 Fixing \u escaping 12 years ago
  Sebastien Ros 697671477e Reverting temporary changes to test source files 12 years ago
  Sebastien Ros 0507fb9a78 Passing strict mode function unit tests 12 years ago
  Sebastien Ros 97f97b764c Completing Lexical Environments 12 years ago
  Sebastien Ros f3ebce98de Fixing unit tests for Math 12 years ago
  Sebastien Ros 9ba88cf3ae Implementing Number.toString() 12 years ago
  Sebastien Ros 4e9d74e03a Marking unit tests which should not be broken 12 years ago
  Sebastien Ros 1427db5177 Fixing all unit test for Array.prototype 12 years ago
  Sebastien Ros 14bb688c58 Fixing infinite loop in Array.prototype.reduceRight 12 years ago
  Sebastien Ros 461857c4db Fixing some Prototype values 12 years ago
  Sebastien Ros 4146ed62b1 Using official driver 12 years ago
  Sebastien Ros 1e30fd461f Adding undefined state for object attributes 12 years ago
  Sebastien Ros 544dfae042 Implementing Object.constructor functions 12 years ago
  Sebastien Ros 23176c9e6b Improving get/set implementation 12 years ago
  Sebastien Ros 85539d1869 Fixing accumulator initialization 12 years ago
  Sebastien Ros ba4e00fd6b Fixing Array.prototype.reduce 12 years ago
  Sebastien Ros 56cfdd6cc4 Fixing accumulator usage in reduce methods 12 years ago
  Sebastien Ros 4152d3d974 Implementing Array.prototype.reduceRight 12 years ago
  Sebastien Ros 6000a8c4f3 Implementing Array.prototype.reduce 12 years ago
  Sebastien Ros 68e3ecc65e Implementing Array.prototype.filter 12 years ago
  Sebastien Ros fe33b66b00 Implementing Array.prototype.map 12 years ago
  Sebastien Ros 371eff7844 Implementing Array.prototype.forEach 12 years ago
  Sebastien Ros 74a48db45e Implementing Array.prototype.some 12 years ago
  Sebastien Ros 5125546765 Implementing Array.prototype.every 12 years ago