Commit History

Author SHA1 Message Date
  Dmitry Panov 016eb72565 Numeric separator literal (#603) 1 year ago
  shiroyk fa6d1ed5e4 Implemented BigInt (#597) 1 year ago
  Dmitry Panov ac2ea62348 Updated tc39 tests. A number of fixes as a result: 1 year ago
  Dmitry Panov 9410bcaa81 Implemented template-backed objects and used them for most of the built-ins. Closes #524, closes #459. 2 years ago
  shiroyk 6df49a26cb Implement String.prototype.replaceAll 2 years ago
  Dmitry Panov c933cf95e1 Exposed String and StringBuilder. Closes #321. 2 years ago
  Dmitry Panov c5c52bd8d6 Optimized CPU and memory usage when importing strings and using JSON.{parse,stringify}(). 3 years ago
  Mihail Stoykov 4e41734c41 Simplify ascii string concat and skip some allocations 3 years ago
  Dmitry Panov 946559a566 Fixed typed arrays' defineProperty and indexing. Fixes #308. 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 f19759604c Renamed Value.ToPrimitiveString() to ToString() which matches a method that existed in the master. 5 years ago
  Dmitry Panov d0b8fda54c Added es6 Number methods, switched to own formatter. 5 years ago
  Dmitry Panov 60b86f2254 Missing Date methods, better overflow handling, refactoring (#147) 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 years ago
  Dmitry Panov 47fce32384 Fixed concurrent use of hashmap.Hash 5 years ago
  Dmitry Panov a13c43b62b Proxy (#135) 5 years ago
  Dmitry Panov a0559b5ea4 Missing Object methods, ToPropertyKey, GetV 5 years ago
  Dmitry Panov 0a7d410a91 Implemented Map, Set, WeakMap, WeakSet (#130) 5 years ago
  Dmitry Panov df256e035d Fix for 32 bit platforms. 9 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago