.. |
AggregateError
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
Argument
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Array
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 years ago |
ArrayBuffer
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 years ago |
AsyncFunction
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
BigInt
|
e11fabeaad
Create base constructs for Intl support (#1492)
|
2 years ago |
Boolean
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
DataView
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
Date
|
56cc45ee9e
Create ITimeSystem abstraction for date parsing/time zone logic (#1488)
|
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
|
67705d7a07
Remove implicit using for System.Linq (#1493)
|
2 years ago |
Intl
|
e11fabeaad
Create base constructs for Intl support (#1492)
|
2 years ago |
Iterator
|
b01138501c
Improve and cleanup iterators a bit (#1422)
|
2 years ago |
Json
|
d372b34777
JSON.parse optimizations, refactoring, DoS-attack prevention (#1485)
|
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
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 years ago |
Promise
|
e11fabeaad
Create base constructs for Intl support (#1492)
|
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
|
fbaad9f476
Use latest test262 suite and fix/implement accordingly (#1497)
|
2 years ago |
Symbol
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
TypedArray
|
67705d7a07
Remove implicit using for System.Linq (#1493)
|
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 |
DatePresentation.cs
|
56cc45ee9e
Create ITimeSystem abstraction for date parsing/time zone logic (#1488)
|
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
|
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
|
e11fabeaad
Create base constructs for Intl support (#1492)
|
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 |