Dmitry Panov
|
9410bcaa81
Implemented template-backed objects and used them for most of the built-ins. Closes #524, closes #459.
|
2 years ago |
Dmitry Panov
|
c933cf95e1
Exposed String and StringBuilder. Closes #321.
|
2 years ago |
Dmitry Panov
|
c5c52bd8d6
Optimized CPU and memory usage when importing strings and using JSON.{parse,stringify}().
|
3 years ago |
Dmitry Panov
|
45901a5728
Grab stacktrace at the point of creation an Error. Added non-standard but widely implemented Error.stack property. Closes #337.
|
3 years ago |
Dmitry Panov
|
462d53687b
Fixed writing ASCII string into a valueStringBuilder that contains unicode. Fixes #283.
|
4 years ago |
Dmitry Panov
|
fa030ff283
Do not use utf16Reader for ASCII strings when using Go regexp. See #201
|
5 years ago |
Dmitry Panov
|
b206dd5e2c
Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171)
|
5 years ago |
Dmitry Panov
|
f19759604c
Renamed Value.ToPrimitiveString() to ToString() which matches a method that existed in the master.
|
5 years ago |
Dmitry Panov
|
60b86f2254
Missing Date methods, better overflow handling, refactoring (#147)
|
5 years ago |
Dmitry Panov
|
5df89c3d31
Support for malformed UTF-16 strings and property keys. Missing String methods. (#146)
|
5 years ago |
Dmitry Panov
|
9864537e3b
Merge branch 'master' into es6
|
5 years ago |
Mihail Stoykov
|
7bb4acfa4c
Use strings.Trim instead of regex to trim unicodeString
|
5 years ago |
Dmitry Panov
|
47fce32384
Fixed concurrent use of hashmap.Hash
|
5 years ago |
Dmitry Panov
|
a13c43b62b
Proxy (#135)
|
5 years ago |
Dmitry Panov
|
a0559b5ea4
Missing Object methods, ToPropertyKey, GetV
|
5 years ago |
Dmitry Panov
|
0a7d410a91
Implemented Map, Set, WeakMap, WeakSet (#130)
|
5 years ago |
Dmitry Panov
|
034fb74b51
Unicode index() now considers the last character. Fixes #59.
|
7 years ago |
Dmitry Panov
|
89ee17f7c2
Fixed panic on lastIndexOf() for unicode strings (fixes #25)
|
8 years ago |
Dmitry Panov
|
df256e035d
Fix for 32 bit platforms.
|
9 years ago |
Dmitry Panov
|
25773609b6
Initial commit
|
9 years ago |