Commit History

Author SHA1 Message Date
  Dmitry Panov f82ffd2b2c Merge remote-tracking branch 'psilva261/bigints' into upgrade-tests-bigint 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Philip Silva 307513316c Basic implementation of BigInt, BigInt64Array and BigUint64Array 3 years ago
  Dmitry Panov 4c062c2b35 Fixed accessor and property key function names. Fixes #314. 4 years ago
  Dmitry Panov f3cfc97811 Block-scoped declarations (#264) 4 years ago
  Dmitry Panov 084ecb42b0 Implemented DynamicObject and DynamicArray as a simplified Proxy alternative 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 6060b0671c Exposed Symbol 4 years ago
  Dmitry Panov 8ce18d86df Added (*Object).Delete() method. See #205 5 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 536f9d9465 Export() and ExportTo() now support circular objects. Fixes #162, closes #188. 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 8d9f8c2670 Use a sequencer instead of pointer for object ids (because pointers are not guaranteed to remain the same). 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 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 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 37522a24db Implemented Symbol (#128) 5 years ago
  Guillaume Ballet cc13d3ec34 Make class name a public field of Object 6 years ago
  Dmitry Panov 9bbb616c12 Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45 8 years ago
  Dmitry Panov d9584dc190 Object now implements json.Marshaler 8 years ago
  Dmitry Panov 38df25a940 Added Object.Keys() method (closes #22) 8 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago