提交歷史

作者 SHA1 備註 提交日期
  Dmitry Panov f82ffd2b2c Merge remote-tracking branch 'psilva261/bigints' into upgrade-tests-bigint 3 年之前
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 年之前
  Philip Silva 307513316c Basic implementation of BigInt, BigInt64Array and BigUint64Array 3 年之前
  Dmitry Panov 7891d82bfc Adjusted typed arrays to the new specs 4 年之前
  Dmitry Panov a55e4cfac4 More typed arrays fixes 4 年之前
  Dmitry Panov ebe1101e51 Aligned detached buffer semantics with the latest specs. Fixes #315. 4 年之前
  Dmitry Panov 946559a566 Fixed typed arrays' defineProperty and indexing. Fixes #308. 4 年之前
  Dmitry Panov 084ecb42b0 Implemented DynamicObject and DynamicArray as a simplified Proxy alternative 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 19cfe0fd8a Fixed some edge cases 4 年之前
  Mihail Stoykov ab4920bc03 Return undefined for negative TypedArray indexes 5 年之前
  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 年之前
  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 1236576b0d Typedarrays (#137) 5 年之前