Marko Lahma
|
8f106a7c1f
Rename ExceptionHelper to Throw and shorter method names (#2148)
|
1 week ago |
Marko Lahma
|
323230e2fb
Enforce code style on build and fix issues (#2074)
|
4 months ago |
Marko Lahma
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
Marko Lahma
|
f1a8010c4e
Remove unused usings (#2072)
|
4 months ago |
Marko Lahma
|
27d3ce989d
Create global alias for JsValue[] arguments (#2055)
|
5 months ago |
Marko Lahma
|
dd779482e2
Update test262 harness and fix issues (#2029)
|
6 months ago |
Marko Lahma
|
7381086817
Optimize ValueStringBuilder and some character checks (#1986)
|
9 months ago |
Marko Lahma
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
Marko Lahma
|
4110ede00b
Replace ReferenceEquals usage with is (not) null (#1906)
|
1 year ago |
Marko Lahma
|
1093b815af
Make LazyPropertyDescriptor generic and some prototypes more lazy (#1868)
|
1 year ago |
Sébastien Ros
|
98393390c1
Improve localeCompare implementation (#1853)
|
1 year ago |
Marko Lahma
|
4b23f03c52
Remove some unnecessary JsString allocations (#1728)
|
1 year ago |
Marko Lahma
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 year ago |
Marko Lahma
|
5ad54b1b92
Implement SharedArrayBuffer (#1708)
|
1 year ago |
LuisMerinoP
|
84cd41ab94
Adding cultural check to the "ToUpperCase" string prototype. (#1693)
|
1 year ago |
Marko Lahma
|
a6419328c9
Ensure proper ValueStringBuilder dispose when needed (#1699)
|
1 year ago |
Marko Lahma
|
90691bbaba
Replace StringBuilderPool with ValueStringBuilder (#1697)
|
1 year ago |
Marko Lahma
|
197ebd8d00
Add NET 8 support (#1686)
|
1 year ago |
Marko Lahma
|
6653ec842c
Code changes to keep NET 8 analyzers happy (#1685)
|
1 year ago |
Marko Lahma
|
c5657939fc
Enable Meziantou.Analyzer (#1682)
|
1 year ago |
Marko Lahma
|
088f08f8e1
Enable code analysis with latest-Recommended (#1681)
|
1 year ago |
Marko Lahma
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 years ago |
Marko Lahma
|
40f1f420a7
Rename RegExpInstance to JsRegExp (#1595)
|
2 years ago |
Marko Lahma
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 years ago |
Marko Lahma
|
67705d7a07
Remove implicit using for System.Linq (#1493)
|
2 years ago |
Marko Lahma
|
ca32bc18ff
Fix string indexOf for empty string (#1414)
|
2 years ago |
Marko Lahma
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 years ago |
Marko Lahma
|
402a431d39
Small performance optimization to string handling (#1358)
|
2 years ago |
Marko Lahma
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 years ago |
Marko Lahma
|
d7b8ca1224
Implement RegExp named capture groups (#1309)
|
2 years ago |