.. |
AggregateError
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
Argument
|
89a1b615f6
PropertyDescriptor improvements (#1648)
|
1 year ago |
Array
|
bd171d02ac
Improve ParseArrayIndex when property is length (#1676)
|
1 year 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
|
5ee35f1e52
Keep track of MethodInfoFunctionInstance's target object (#1658)
|
1 year ago |
FinalizationRegistry
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 years ago |
Function
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year ago |
Generator
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Global
|
8ebdc342f6
Optimize URI decode and encode (#1647)
|
1 year 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
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
Object
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year ago |
Promise
|
1a6aa38f1e
Implement Promise.withResolvers and update test suite (#1650)
|
1 year ago |
Proxy
|
cbe3b6f6c8
JsProxy should return proxied target's ToObject via ToObject (#1675)
|
1 year ago |
Reflect
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 years ago |
RegExp
|
1a6aa38f1e
Implement Promise.withResolvers and update test suite (#1650)
|
1 year ago |
Set
|
c52ff7f8de
Rename SetInstance to JsSet (#1600)
|
2 years ago |
ShadowRealm
|
f4e0ce3f4c
Add convenience API methods for ShadowRealm (#1574)
|
1 year 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
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year 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
|
5ee35f1e52
Keep track of MethodInfoFunctionInstance's target object (#1658)
|
1 year ago |
JsNumber.cs
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year ago |
JsObject.cs
|
eeb4865ddc
Optimize plain object access (#1356)
|
2 years ago |
JsString.cs
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year ago |
JsSymbol.cs
|
6839807204
Improved support for defining custom JsString deriving type (#1404)
|
2 years ago |
JsUndefined.cs
|
5ee35f1e52
Keep track of MethodInfoFunctionInstance's target object (#1658)
|
1 year ago |
JsValue.cs
|
5ee35f1e52
Keep track of MethodInfoFunctionInstance's target object (#1658)
|
1 year 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 |