Marko Lahma
|
4110ede00b
Replace ReferenceEquals usage with is (not) null (#1906)
|
1 年之前 |
Marko Lahma
|
1093b815af
Make LazyPropertyDescriptor generic and some prototypes more lazy (#1868)
|
1 年之前 |
Sébastien Ros
|
98393390c1
Improve localeCompare implementation (#1853)
|
1 年之前 |
Marko Lahma
|
4b23f03c52
Remove some unnecessary JsString allocations (#1728)
|
1 年之前 |
Marko Lahma
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
Marko Lahma
|
5ad54b1b92
Implement SharedArrayBuffer (#1708)
|
1 年之前 |
LuisMerinoP
|
84cd41ab94
Adding cultural check to the "ToUpperCase" string prototype. (#1693)
|
1 年之前 |
Marko Lahma
|
a6419328c9
Ensure proper ValueStringBuilder dispose when needed (#1699)
|
1 年之前 |
Marko Lahma
|
90691bbaba
Replace StringBuilderPool with ValueStringBuilder (#1697)
|
1 年之前 |
Marko Lahma
|
197ebd8d00
Add NET 8 support (#1686)
|
1 年之前 |
Marko Lahma
|
6653ec842c
Code changes to keep NET 8 analyzers happy (#1685)
|
1 年之前 |
Marko Lahma
|
c5657939fc
Enable Meziantou.Analyzer (#1682)
|
1 年之前 |
Marko Lahma
|
088f08f8e1
Enable code analysis with latest-Recommended (#1681)
|
1 年之前 |
Marko Lahma
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 年之前 |
Marko Lahma
|
40f1f420a7
Rename RegExpInstance to JsRegExp (#1595)
|
2 年之前 |
Marko Lahma
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 年之前 |
Marko Lahma
|
67705d7a07
Remove implicit using for System.Linq (#1493)
|
2 年之前 |
Marko Lahma
|
ca32bc18ff
Fix string indexOf for empty string (#1414)
|
2 年之前 |
Marko Lahma
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 年之前 |
Marko Lahma
|
402a431d39
Small performance optimization to string handling (#1358)
|
2 年之前 |
Marko Lahma
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 年之前 |
Marko Lahma
|
d7b8ca1224
Implement RegExp named capture groups (#1309)
|
2 年之前 |
Marko Lahma
|
86375d91c1
Enable some tests that work now correctly, minor fixes (#1307)
|
2 年之前 |
Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 年之前 |
Marko Lahma
|
20e9832dd6
Enable implicit usings (#1230)
|
3 年之前 |
Marko Lahma
|
e48c6f5fb8
Fix inheriting from TypeReference backed interop type (#1168)
|
3 年之前 |
Marko Lahma
|
a2f0becdad
Implement String.prototype.replaceAll (#1155)
|
3 年之前 |
Marko Lahma
|
e0328f2cf4
Update test262 to latest and fix issues (#1151)
|
3 年之前 |
Marko Lahma
|
903588b596
Fix issues when running on ARM architecture (#1061)
|
3 年之前 |
Marko Lahma
|
6a87e76706
Fix more issues related to built-in objects (#1053)
|
3 年之前 |