Історія комітів

Автор SHA1 Опис Дата
  Dmitry Panov 9410bcaa81 Implemented template-backed objects and used them for most of the built-ins. Closes #524, closes #459. 2 роки тому
  Dmitry Panov 9343cf0121 Implemented generators (only synchronous so far). Closes #436 2 роки тому
  Dmitry Panov b1618db072 Implemented 'copy-on-change' mechanism for inner compound values. Fixes #403. 3 роки тому
  Dmitry Panov 90825c0207 Fixed defineProperty("length") for arrays. Improved detection of non-standard array configurations. Upgraded tc39 tests. 3 роки тому
  Dmitry Panov dd567e70ae Added support for go arrays (both to ToValue and ExportTo). Nom-addressable structs and arrays are copied in ToValue() so they remain writable in ES. Subsequent Export() returns the value including any changes made. 3 роки тому
  Dmitry Panov f3aaa50fcb Improved export of Map, Set and iterable objects. Closes #368. 3 роки тому
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 роки тому
  Dmitry Panov 8253af8f29 Added nil-safety checks for values returned by get*() methods 4 роки тому
  Dmitry Panov 946559a566 Fixed typed arrays' defineProperty and indexing. Fixes #308. 4 роки тому
  Dmitry Panov a7a3a1366b Destructuring assignments, rest and spread properties, default function parameters (#303) 4 роки тому
  Dmitry Panov 6fc852574a Fixed Export() of arrays with property values. Fixes #270. 4 роки тому
  Dmitry Panov 2e2e51465d Made sure the array property iterator does not look beyond the initial length. Other cosmetic changes. 4 роки тому
  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 роки тому
  Dmitry Panov 536f9d9465 Export() and ExportTo() now support circular objects. Fixes #162, closes #188. 5 роки тому
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 роки тому
  Dmitry Panov 6567f6ffae Minor array index conversion fixes for 32-bit platforms. 5 роки тому
  Dmitry Panov 1236576b0d Typedarrays (#137) 5 роки тому
  Dmitry Panov a13c43b62b Proxy (#135) 5 роки тому
  Dmitry Panov 4b6f505854 Array.prototype.entries() and fill() 5 роки тому
  Dmitry Panov 7a45ca5b93 Array.from(), Array.of() 5 роки тому
  Dmitry Panov a0559b5ea4 Missing Object methods, ToPropertyKey, GetV 5 роки тому
  Dmitry Panov 37522a24db Implemented Symbol (#128) 5 роки тому
  Dmitry Panov 7122a20638 Code cleanups 6 роки тому
  noctarius 624faaeb10 Fixed type recusrive => recursive 7 роки тому
  Dmitry Panov 9bbb616c12 Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45 8 роки тому
  Dmitry Panov 0aeff7545e Set objCount when switching from sparse to normal array (fixes #38) 8 роки тому
  Dmitry Panov df256e035d Fix for 32 bit platforms. 9 роки тому
  Dmitry Panov 25773609b6 Initial commit 9 роки тому