Dmitry Panov
|
f1567f3952
Upgraded tests, lots of fixes as a result
|
3 years ago |
Dmitry Panov
|
a88d78e02a
Fixed the handling of Symbol properties in destructuring assignments. Fixes #312.
|
4 years ago |
Dmitry Panov
|
55c734c0d5
Merge remote-tracking branch 'origin/master'
|
4 years ago |
Dmitry Panov
|
946559a566
Fixed typed arrays' defineProperty and indexing. Fixes #308.
|
4 years ago |
Mihail Stoykov
|
6e2dd7d16c
Fix Proxy creation panicing on target not callable
|
4 years ago |
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 years ago |
Dmitry Panov
|
ee3cb2035c
fix: if the native getOwnPropertyDescriptor proxy trap returns an empty PropertyDescriptor, return undefined.
|
4 years ago |
Dmitry Panov
|
c61e8285ad
Handling Symbol properties in native Proxy handler. Fixes #149.
|
5 years ago |
Dmitry Panov
|
ee27b039da
Fixed receiver value passed to the get proxy trap. Fixes #149.
|
5 years ago |
Dmitry Panov
|
1236576b0d
Typedarrays (#137)
|
5 years ago |
Dmitry Panov
|
a13c43b62b
Proxy (#135)
|
5 years ago |