.. |
Converters
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
Debugger
|
3c45b8c8d8
Debugger API improvements (#1382)
|
2 years ago |
Domain
|
aacc233dab
Upgrade NuGet packages (#1670)
|
1 year ago |
ExtensionMethods
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
Modules
|
3c45b8c8d8
Debugger API improvements (#1382)
|
2 years ago |
Scripts
|
4142d9371c
Improve date handling and time zone support (#1446)
|
2 years ago |
TestClasses
|
89a1b615f6
PropertyDescriptor improvements (#1648)
|
1 year ago |
ArrayTests.cs
|
a72358840c
Fixes to Array.from behavior against primitive type (#1449)
|
2 years ago |
AwaitTests.cs
|
c905f53c99
Add experimental support for Task to Promise conversion (#1567)
|
1 year ago |
CallStackTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
ClassTests.cs
|
f840b094e6
Fix nested object member destructuring (#1359)
|
2 years ago |
ConstTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
ConstructorSignatureTests.cs
|
dae3ec5b7c
Fix constructor argument matching under interop (#1568)
|
2 years ago |
DateTests.cs
|
197ebd8d00
Add NET 8 support (#1686)
|
1 year ago |
DelegateWrapperTests.cs
|
144591843c
Support params arrays in delegate invocation (#1520)
|
2 years ago |
DestructuringTests.cs
|
1697fc39f3
Fix rest/spread bug with empty object (#1642)
|
1 year ago |
EngineLimitTests.cs
|
4272c3bcb0
Return old recursion limit capabilities (#1695)
|
1 year ago |
EngineTests.ScriptPreparation.cs
|
3f376c75dc
Set AllowReturnOutsideFunction to true for PrepareScript (#1550)
|
2 years ago |
EngineTests.cs
|
197ebd8d00
Add NET 8 support (#1686)
|
1 year ago |
ErrorTests.cs
|
ac1cec85dc
Upgrade to Esprima 3.0.0-rc-03 (#1596)
|
2 years ago |
ExecutionConstraintTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
FunctionTests.cs
|
5fe00666d7
Fix ambiguous JsValueExtensions.Call overload (#1474)
|
2 years ago |
GenericMethodTests.cs
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
GlobalTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
InstanceOfTests.cs
|
9984761e7d
Support CLR object inheritance chain with prototypes (#1518)
|
2 years ago |
InteropExplicitTypeTests.cs
|
f4667ed60e
Remove exposed CLR type equality requirement from ObjectWrapper.Equals (#1652)
|
1 year ago |
InteropInterfaceExtendTests.cs
|
da88d1ea53
Include interface methods when searching for interop targets (#1638)
|
1 year ago |
InteropTests.Dynamic.cs
|
adeb772d49
Add better debugger view support via debugger attributes (#1656)
|
1 year ago |
InteropTests.Json.cs
|
bb77d1e1e1
Direct C# interop replacing default serializing in JsonSerializer (#1232)
|
3 years ago |
InteropTests.MemberAccess.cs
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
InteropTests.NewtonsoftJson.cs
|
fa9b3d9d71
Improve property selection for setting value under interop (#1389)
|
2 years ago |
InteropTests.SystemTextJson.cs
|
8297f0b516
Update System.Text.Json sample to handle writes (#1668)
|
1 year ago |
InteropTests.TypeReference.cs
|
0242ac5a81
Track TypeReference registrations and use as prototype (#1661)
|
1 year ago |
InteropTests.cs
|
197ebd8d00
Add NET 8 support (#1686)
|
1 year ago |
JsValueConversionTests.cs
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
JsonSerializerTests.cs
|
8b0da8ad3a
JSON serialization performance improvement (#1527)
|
2 years ago |
JsonTests.cs
|
d372b34777
JSON.parse optimizations, refactoring, DoS-attack prevention (#1485)
|
2 years ago |
MapTests.cs
|
b826cd659a
Fix some prototype chain issues uncovered by compat-table (#1334)
|
2 years ago |
MethodAmbiguityTests.cs
|
7f80dc894d
Fix array method scoring under interop (#1274)
|
3 years ago |
ModuleTests.cs
|
473ca00c59
Fix test script resolution to work with NET 8 artifacts output (#1690)
|
1 year ago |
NullPropagation.cs
|
d90b774ec2
ES2022 Class fields and static blocks (#1546)
|
2 years ago |
NumberTests.cs
|
0a58535a39
Use arguments in Number.toLocaleString (#1619)
|
1 year ago |
ObjectInstanceTests.cs
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 years ago |
OperatorOverloadingTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
PromiseTests.cs
|
cc63b205dc
Rename PromiseInstance to JsPromise (#1605)
|
2 years ago |
PropertyDescriptorTests.cs
|
89a1b615f6
PropertyDescriptor improvements (#1648)
|
1 year ago |
ProxyTests.cs
|
cbe3b6f6c8
JsProxy should return proxied target's ToObject via ToObject (#1675)
|
1 year ago |
RegExpTests.cs
|
6eddc61db4
Implement workarounds for regex parsing known issues (#1603)
|
2 years ago |
SamplesTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
SetTests.cs
|
b826cd659a
Fix some prototype chain issues uncovered by compat-table (#1334)
|
2 years ago |
StringTests.cs
|
f95845df38
Support template literals as keys (#1452)
|
2 years ago |
SwitchTests.cs
|
dc75d1a396
Fix switch's case block lexical scope handling (#1392)
|
2 years ago |
TypeConverterTests.cs
|
aa3ad792d4
Fix toPrimitive evaluating multiple times during "in" expression (#1319)
|
2 years ago |
TypedArrayInteropTests.cs
|
e5d60cb58f
Support converting JsTypedArray instances under interop (#1646)
|
1 year ago |
UnicodeTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
UuidTests.cs
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
WeakSetMapTests.cs
|
4bff490028
Rename WeakMapInstance to JsWeakMap (#1599)
|
2 years ago |