Commit History

Upphovsman SHA1 Meddelande Datum
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 år sedan
  Dmitry Panov a88d78e02a Fixed the handling of Symbol properties in destructuring assignments. Fixes #312. 4 år sedan
  Dmitry Panov 55c734c0d5 Merge remote-tracking branch 'origin/master' 4 år sedan
  Dmitry Panov 946559a566 Fixed typed arrays' defineProperty and indexing. Fixes #308. 4 år sedan
  Mihail Stoykov 6e2dd7d16c Fix Proxy creation panicing on target not callable 4 år sedan
  Dmitry Panov e933a54917 Refactored proxy implementation to improve the efficiency of the native handler. Includes a minor breaking API change in ProxyTrapConfig. Closes #227 4 år sedan
  Dmitry Panov 1bf71b1daa fix: Check for duplicate entries returned by the 'ownKeys' proxy trap 4 år sedan
  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 år sedan
  Dmitry Panov 8ae76403c1 Added accessors for Proxy handler and target 4 år sedan
  Dmitry Panov 6060b0671c Exposed Symbol 4 år sedan
  Dmitry Panov 536f9d9465 Export() and ExportTo() now support circular objects. Fixes #162, closes #188. 5 år sedan
  Dmitry Panov ee27b039da Fixed receiver value passed to the get proxy trap. Fixes #149. 5 år sedan
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 år sedan
  Dmitry Panov 1236576b0d Typedarrays (#137) 5 år sedan
  Dmitry Panov a13c43b62b Proxy (#135) 5 år sedan