Commit History

Author SHA1 Message Date
  shiroyk fa6d1ed5e4 Implemented BigInt (#597) 1 year ago
  Dmitry Panov ac2ea62348 Updated tc39 tests. A number of fixes as a result: 1 year ago
  shiroyk a52ceb6d86 Implemented {Array, TypedArray}.prototype.{with, toReversed, toSorted} 1 year ago
  Mihail Stoykov 07c7e94b0e Fix using runtime.NewArrayBuffer 2 years ago
  Dmitry Panov 9410bcaa81 Implemented template-backed objects and used them for most of the built-ins. Closes #524, closes #459. 2 years ago
  Dmitry Panov c933cf95e1 Exposed String and StringBuilder. Closes #321. 2 years ago
  satvrn 0ad46a434a Implemented {Array,%TypedArray%}.prototype.{findLast,findLastIndex}() (#444) 2 years ago
  satyrn e1f9dc0755 Implemented `{Array,String,%TypedArray%}.prototype.at` (#384) 3 years ago
  Dmitry Panov 51b65454fa Avoid calling toString() (which itself may throw) when formatting error messages. Fixes #343 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Dmitry Panov 7891d82bfc Adjusted typed arrays to the new specs 4 years ago
  Dmitry Panov dc8c55024d Implemented Promise. Closes #178. 4 years ago
  Dmitry Panov 8253af8f29 Added nil-safety checks for values returned by get*() methods 4 years ago
  Dmitry Panov ebe1101e51 Aligned detached buffer semantics with the latest specs. Fixes #315. 4 years ago
  Mihail Stoykov 42fe947996 Conform to ECMAScript 2019 by making the sort stable 4 years ago
  Dmitry Panov 19cfe0fd8a Fixed some edge cases 4 years ago
  Dmitry Panov 6060b0671c Exposed Symbol 4 years ago
  Dmitry Panov 253d82221b Exporting to numeric types uses standard ECMAScript conversion operations instead of producing a zero value when conversion is not possible. Closes #190 5 years ago
  Dmitry Panov 3ec8e20a89 Fixed bugs in Array.prototype.sort(), Object.assign() and Date.prototype.toJSON() 5 years ago
  Dmitry Panov b206dd5e2c Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171) 5 years ago
  Dmitry Panov 1edec8603b Standard compliance and other fixes for ArrayBuffer 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 years ago
  Dmitry Panov af442b8aa0 Applied fix for #144 to typed arrays. 5 years ago
  Dmitry Panov 6567f6ffae Minor array index conversion fixes for 32-bit platforms. 5 years ago
  Dmitry Panov 1236576b0d Typedarrays (#137) 5 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago