.. |
AggregateError
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 жил өмнө |
Argument
|
a41a0e3c67
Make ArgumentsInstance internal (#1594)
|
2 жил өмнө |
Array
|
553fdb86ec
Improve array access performance (#1625)
|
2 жил өмнө |
ArrayBuffer
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
AsyncFunction
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 жил өмнө |
BigInt
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Boolean
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
DataView
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Date
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Error
|
75a7b12aef
Add net60 target (#1515)
|
2 жил өмнө |
FinalizationRegistry
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Function
|
5689052026
Rename ProxyInstance to JsProxy (#1604)
|
2 жил өмнө |
Generator
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 жил өмнө |
Global
|
9dd79279b1
Update benchmark results and packages (#1622)
|
2 жил өмнө |
Intl
|
e11fabeaad
Create base constructs for Intl support (#1492)
|
2 жил өмнө |
Iterator
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Json
|
5689052026
Rename ProxyInstance to JsProxy (#1604)
|
2 жил өмнө |
Map
|
5c19933f49
Rename MapInstance to JsMap (#1601)
|
2 жил өмнө |
Math
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 жил өмнө |
Number
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 жил өмнө |
Object
|
553fdb86ec
Improve array access performance (#1625)
|
2 жил өмнө |
Promise
|
cc63b205dc
Rename PromiseInstance to JsPromise (#1605)
|
2 жил өмнө |
Proxy
|
5689052026
Rename ProxyInstance to JsProxy (#1604)
|
2 жил өмнө |
Reflect
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 жил өмнө |
RegExp
|
e9ace1a5a1
Fix capturing group numbering bug and a few more regex-related issues (#1614)
|
2 жил өмнө |
Set
|
c52ff7f8de
Rename SetInstance to JsSet (#1600)
|
2 жил өмнө |
ShadowRealm
|
cc63b205dc
Rename PromiseInstance to JsPromise (#1605)
|
2 жил өмнө |
String
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
Symbol
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
TypedArray
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
WeakMap
|
4bff490028
Rename WeakMapInstance to JsWeakMap (#1599)
|
2 жил өмнө |
WeakRef
|
0b1ed1b394
Rename WeakRefInstance to JsWeakRef (#1602)
|
2 жил өмнө |
WeakSet
|
805ae4f57c
Rename WeakSetInstance to JsWeakSet (#1598)
|
2 жил өмнө |
Constructor.cs
|
fedd68033b
Don't require Realm in Constructor public constructor (#1441)
|
2 жил өмнө |
DatePresentation.cs
|
56cc45ee9e
Create ITimeSystem abstraction for date parsing/time zone logic (#1488)
|
2 жил өмнө |
GroupByHelper.cs
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 жил өмнө |
ICallable.cs
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 жил өмнө |
IConstructor.cs
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 жил өмнө |
IPrimitiveInstance.cs
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 жил өмнө |
JsArray.cs
|
553fdb86ec
Improve array access performance (#1625)
|
2 жил өмнө |
JsBigInt.cs
|
75a7b12aef
Add net60 target (#1515)
|
2 жил өмнө |
JsBoolean.cs
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 жил өмнө |
JsDate.cs
|
56cc45ee9e
Create ITimeSystem abstraction for date parsing/time zone logic (#1488)
|
2 жил өмнө |
JsNull.cs
|
81cfbc0507
Ensure support for custom null and undefined (#1407)
|
2 жил өмнө |
JsNumber.cs
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 жил өмнө |
JsObject.cs
|
eeb4865ddc
Optimize plain object access (#1356)
|
2 жил өмнө |
JsString.cs
|
75a7b12aef
Add net60 target (#1515)
|
2 жил өмнө |
JsSymbol.cs
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 жил өмнө |
JsUndefined.cs
|
81cfbc0507
Ensure support for custom null and undefined (#1407)
|
2 жил өмнө |
JsValue.cs
|
0ebf7cd5a8
Support explicit interface and hidden member of super class (#1613)
|
2 жил өмнө |
PrivateName.cs
|
d90b774ec2
ES2022 Class fields and static blocks (#1546)
|
2 жил өмнө |
Prototype.cs
|
eeb4865ddc
Optimize plain object access (#1356)
|
2 жил өмнө |
SameValueZeroComparer.cs
|
75a7b12aef
Add net60 target (#1515)
|
2 жил өмнө |