Dmitry Panov
|
c933cf95e1
Exposed String and StringBuilder. Closes #321.
|
2 سال پیش |
Dmitry Panov
|
bce2464272
Got rid of funcName, using the callee object from the stack instead
|
2 سال پیش |
Dmitry Panov
|
33bff8fdda
Async/await functionality (#464)
|
2 سال پیش |
Dmitry Panov
|
f1567f3952
Upgraded tests, lots of fixes as a result
|
3 سال پیش |
Dmitry Panov
|
a88d78e02a
Fixed the handling of Symbol properties in destructuring assignments. Fixes #312.
|
4 سال پیش |
Dmitry Panov
|
55c734c0d5
Merge remote-tracking branch 'origin/master'
|
4 سال پیش |
Dmitry Panov
|
946559a566
Fixed typed arrays' defineProperty and indexing. Fixes #308.
|
4 سال پیش |
Mihail Stoykov
|
6e2dd7d16c
Fix Proxy creation panicing on target not callable
|
4 سال پیش |
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 سال پیش |
Dmitry Panov
|
1bf71b1daa
fix: Check for duplicate entries returned by the 'ownKeys' proxy trap
|
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
|
8ae76403c1
Added accessors for Proxy handler and target
|
4 سال پیش |
Dmitry Panov
|
6060b0671c
Exposed Symbol
|
4 سال پیش |
Dmitry Panov
|
536f9d9465
Export() and ExportTo() now support circular objects. Fixes #162, closes #188.
|
5 سال پیش |
Dmitry Panov
|
ee27b039da
Fixed receiver value passed to the get proxy trap. Fixes #149.
|
5 سال پیش |
Dmitry Panov
|
5df89c3d31
Support for malformed UTF-16 strings and property keys. Missing String methods. (#146)
|
5 سال پیش |
Dmitry Panov
|
1236576b0d
Typedarrays (#137)
|
5 سال پیش |
Dmitry Panov
|
a13c43b62b
Proxy (#135)
|
5 سال پیش |