Marko Lahma
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 years ago |
Marko Lahma
|
c680830d3b
Add easier APIs for interop usage (#1351)
|
2 years ago |
Marko Lahma
|
9fbed07473
Implement RegExp match indices (#1310)
|
2 years ago |
Marko Lahma
|
d7b8ca1224
Implement RegExp named capture groups (#1309)
|
2 years ago |
Marko Lahma
|
700634143b
Upgrade to latest test262 suite and fix issues (#1304)
|
3 years ago |
Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Marko Lahma
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
Sébastien Ros
|
408df556b8
Fix regular expression performance with /g flag (#1157)
|
3 years ago |
Marko Lahma
|
a2f0becdad
Implement String.prototype.replaceAll (#1155)
|
3 years ago |
Marko Lahma
|
6a87e76706
Fix more issues related to built-in objects (#1053)
|
3 years ago |
Marko Lahma
|
8f0d433737
Fix issues related to JSON, Math, RegExp and Proxy (#1045)
|
3 years ago |
Marko Lahma
|
c738fafa9d
Fix NullReferenceException in RegExp.prototype.source (#1022)
|
3 years ago |
Marko Lahma
|
af31a9dce6
Harmonize iterator prototype intrinsics to follow spec (#933)
|
4 years ago |
Marko Lahma
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
cccd41e73a
Optimize interop, use NET5 to run tests (#803)
|
4 years ago |
Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
5 years ago |
Marko Lahma
|
2289f9ca31
Enable Symbol and RegExp tests and fix issues (#693)
|
5 years ago |
Marko Lahma
|
f89886063e
Reflect & Proxy (#681)
|
5 years ago |
Marko Lahma
|
00d91f6ce1
Use Key to refer to properties and cache hash code (#634)
|
6 years ago |
miroslav22
|
8dbd95abdd
Fixed RegExp.toString() throws a NullReferenceException if not called… (#640)
|
6 years ago |
Marko Lahma
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
Steffen Liersch
|
a3a8e06006
System.NullReferenceException caused by RegExp.prototype.toString() fixed (#593)
|
6 years ago |
Marko Lahma
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
7 years ago |
Marko Lahma
|
e63a0222b8
#451 harmonize exception throwing (#515)
|
7 years ago |
Marko Lahma
|
1cf16df954
Make execution context struct and other performance tweaks (#502)
|
7 years ago |
Marko Lahma
|
7a6dc642c4
Optimize Array and Completion (#501)
|
7 years ago |
Marko Lahma
|
5d408955dc
Reduce virtual calls and optimize JsValue equality checks (#497)
|
7 years ago |
Marko Lahma
|
b3b282d249
#451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor
|
7 years ago |
Marko Lahma
|
e0d2e2f244
Introduce JsString, JsBoolean etc and support efficient string concatenation (#463)
|
7 years ago |