Commit History

Author SHA1 Message Date
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Dmitry Panov 1c1127b852 Fixed getter for out-of-bounds integer properties of String objects 4 years ago
  Dmitry Panov dc8c55024d Implemented Promise. Closes #178. 4 years ago
  Dmitry Panov b19cd2fe95 Added Object.entries(). Avoid slice allocation and copy in many cases when iterating over object keys. Avoid duplication of the length property when switching between regular and sparse arrays. Closes #246. 4 years ago
  Dmitry Panov 19cfe0fd8a Fixed some edge cases 4 years ago
  Dmitry Panov fa030ff283 Do not use utf16Reader for ASCII strings when using Go regexp. See #201 5 years ago
  Dmitry Panov b206dd5e2c Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171) 5 years ago
  Dmitry Panov 99a706fa11 Standard compliance fixes for Array, Error and Function 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 years ago
  Dmitry Panov a13c43b62b Proxy (#135) 5 years ago
  Dmitry Panov 37522a24db Implemented Symbol (#128) 5 years ago
  Dmitry Panov 281a94b359 Fixed __proto__ getter. 5 years ago
  noctarius 624faaeb10 Fixed type recusrive => recursive 7 years ago
  Dmitry Panov 9bbb616c12 Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45 8 years ago
  Dmitry Panov df256e035d Fix for 32 bit platforms. 9 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago