adams85 6eddc61db4 Implement workarounds for regex parsing known issues (#1603) 2 years ago
..
AggregateError 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
Argument a41a0e3c67 Make ArgumentsInstance internal (#1594) 2 years ago
Array 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
ArrayBuffer 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
AsyncFunction 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
BigInt 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Boolean 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
DataView 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Date 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Error 75a7b12aef Add net60 target (#1515) 2 years ago
FinalizationRegistry 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Function 5689052026 Rename ProxyInstance to JsProxy (#1604) 2 years ago
Generator 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
Global 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Intl e11fabeaad Create base constructs for Intl support (#1492) 2 years ago
Iterator 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Json 5689052026 Rename ProxyInstance to JsProxy (#1604) 2 years ago
Map 5c19933f49 Rename MapInstance to JsMap (#1601) 2 years ago
Math ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
Number 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Object 5689052026 Rename ProxyInstance to JsProxy (#1604) 2 years ago
Promise cc63b205dc Rename PromiseInstance to JsPromise (#1605) 2 years ago
Proxy 5689052026 Rename ProxyInstance to JsProxy (#1604) 2 years ago
Reflect ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
RegExp 6eddc61db4 Implement workarounds for regex parsing known issues (#1603) 2 years ago
Set c52ff7f8de Rename SetInstance to JsSet (#1600) 2 years ago
ShadowRealm cc63b205dc Rename PromiseInstance to JsPromise (#1605) 2 years ago
String 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
Symbol 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
TypedArray 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 years ago
WeakMap 4bff490028 Rename WeakMapInstance to JsWeakMap (#1599) 2 years ago
WeakRef 0b1ed1b394 Rename WeakRefInstance to JsWeakRef (#1602) 2 years ago
WeakSet 805ae4f57c Rename WeakSetInstance to JsWeakSet (#1598) 2 years ago
Constructor.cs fedd68033b Don't require Realm in Constructor public constructor (#1441) 2 years ago
DatePresentation.cs 56cc45ee9e Create ITimeSystem abstraction for date parsing/time zone logic (#1488) 2 years ago
GroupByHelper.cs 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 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 75a7b12aef Add net60 target (#1515) 2 years ago
JsBoolean.cs 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
JsDate.cs 56cc45ee9e Create ITimeSystem abstraction for date parsing/time zone logic (#1488) 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 75a7b12aef Add net60 target (#1515) 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 75a7b12aef Add net60 target (#1515) 2 years ago
PrivateName.cs d90b774ec2 ES2022 Class fields and static blocks (#1546) 2 years ago
Prototype.cs eeb4865ddc Optimize plain object access (#1356) 2 years ago
SameValueZeroComparer.cs 75a7b12aef Add net60 target (#1515) 2 years ago