Marko Lahma ec623b2aa4 Fix RegExp.prototype.source double-escape (#1455) 2 years ago
..
AggregateError 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Argument 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
Array a72358840c Fixes to Array.from behavior against primitive type (#1449) 2 years ago
ArrayBuffer 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
AsyncFunction 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
BigInt 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Boolean 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
DataView 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Date 4eb7fc55b4 Ensure DateTime.MinValue can be passed via interop (#1442) 2 years ago
Error 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
FinalizationRegistry 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Function 5eb6b82e7f Add public type Constructor (#1440) 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 b01138501c Improve and cleanup iterators a bit (#1422) 2 years ago
Json 4259645984 Optimize iterators a bit (#1363) 2 years ago
Map 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Math ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Number 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Object 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Promise 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Proxy 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Reflect ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
RegExp ec623b2aa4 Fix RegExp.prototype.source double-escape (#1455) 2 years ago
Set 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
ShadowRealm 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
String 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Symbol 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
TypedArray 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
WeakMap 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
WeakRef 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
WeakSet 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Constructor.cs fedd68033b Don't require Realm in Constructor public constructor (#1441) 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 12bc40e361 Change JsDate.ToString to follow Date prototype logic (#1425) 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