Marko Lahma 81cfbc0507 Ensure support for custom null and undefined (#1407) 2 years ago
..
AggregateError ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Argument 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
Array 486373eb0b Implement change Array by copy (#1366) 2 years ago
ArrayBuffer eeb4865ddc Optimize plain object access (#1356) 2 years ago
AsyncFunction ffa4260777 Implement async/await (#1323) 2 years ago
BigInt eeb4865ddc Optimize plain object access (#1356) 2 years ago
Boolean ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
DataView eeb4865ddc Optimize plain object access (#1356) 2 years ago
Date 4259645984 Optimize iterators a bit (#1363) 2 years ago
Error ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
FinalizationRegistry 7fab0dbf19 Update to latest test262 suite and implement Symbols as WeakMap keys (#1365) 2 years ago
Function 4b6f44596b Module-related debugger improvements (#1374) 2 years ago
Generator 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
Global 297a9f4dd6 Improve parseFloat performance and number range (#1396) 2 years ago
Iterator 4259645984 Optimize iterators a bit (#1363) 2 years ago
Json 4259645984 Optimize iterators a bit (#1363) 2 years ago
Map 4259645984 Optimize iterators a bit (#1363) 2 years ago
Math ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Number eeb4865ddc Optimize plain object access (#1356) 2 years ago
Object 4259645984 Optimize iterators a bit (#1363) 2 years ago
Promise ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Proxy ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Reflect ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
RegExp 11a47fc717 Fix JsArray(PropertyDescriptor[]) to initialize prototype (#1360) 2 years ago
Set 4259645984 Optimize iterators a bit (#1363) 2 years ago
ShadowRealm a73f0a17d3 Fix some problems revealed by test262 suite (#1371) 2 years ago
String 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
Symbol 7fab0dbf19 Update to latest test262 suite and implement Symbols as WeakMap keys (#1365) 2 years ago
TypedArray fa9b3d9d71 Improve property selection for setting value under interop (#1389) 2 years ago
WeakMap 7fab0dbf19 Update to latest test262 suite and implement Symbols as WeakMap keys (#1365) 2 years ago
WeakRef 7fab0dbf19 Update to latest test262 suite and implement Symbols as WeakMap keys (#1365) 2 years ago
WeakSet fa9b3d9d71 Improve property selection for setting value under interop (#1389) 2 years ago
ICallable.cs ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
IConstructor.cs ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
IPrimitiveInstance.cs ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
JsArray.cs 486373eb0b Implement change Array by copy (#1366) 2 years ago
JsBigInt.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsBoolean.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsDate.cs 11a47fc717 Fix JsArray(PropertyDescriptor[]) to initialize prototype (#1360) 2 years ago
JsNull.cs 81cfbc0507 Ensure support for custom null and undefined (#1407) 2 years ago
JsNumber.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsObject.cs eeb4865ddc Optimize plain object access (#1356) 2 years ago
JsString.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsSymbol.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsUndefined.cs 81cfbc0507 Ensure support for custom null and undefined (#1407) 2 years ago
JsValue.cs 81cfbc0507 Ensure support for custom null and undefined (#1407) 2 years ago
Prototype.cs eeb4865ddc Optimize plain object access (#1356) 2 years ago
SameValueZeroComparer.cs 20e9832dd6 Enable implicit usings (#1230) 3 years ago