Historie revizí

Autor SHA1 Zpráva Datum
  shiroyk fa6d1ed5e4 Implemented BigInt (#597) před 1 rokem
  Mihail Stoykov 07c7e94b0e Fix using runtime.NewArrayBuffer před 2 roky
  Dmitry Panov 9410bcaa81 Implemented template-backed objects and used them for most of the built-ins. Closes #524, closes #459. před 2 roky
  Dmitry Panov 235299346f ExportTo() now supports exporting of ArrayBuffer and ArrayBuffer-backed values into []byte. Export() of typed arrays returns the typed slice. před 2 roky
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result před 3 roky
  Dmitry Panov 7891d82bfc Adjusted typed arrays to the new specs před 4 roky
  Dmitry Panov a55e4cfac4 More typed arrays fixes před 4 roky
  Dmitry Panov ebe1101e51 Aligned detached buffer semantics with the latest specs. Fixes #315. před 4 roky
  Dmitry Panov 946559a566 Fixed typed arrays' defineProperty and indexing. Fixes #308. před 4 roky
  Dmitry Panov 084ecb42b0 Implemented DynamicObject and DynamicArray as a simplified Proxy alternative před 4 roky
  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. před 4 roky
  Dmitry Panov 19cfe0fd8a Fixed some edge cases před 4 roky
  Mihail Stoykov ab4920bc03 Return undefined for negative TypedArray indexes před 5 roky
  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 před 5 roky
  Dmitry Panov 536f9d9465 Export() and ExportTo() now support circular objects. Fixes #162, closes #188. před 5 roky
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) před 5 roky
  Dmitry Panov 1236576b0d Typedarrays (#137) před 5 roky