Marko Lahma cdad56736d Upgrade to xUnit v3 (#2154) il y a 2 semaines
..
Converters 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
Debugger 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
Domain c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
ExtensionMethods c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
Interpreter b3b3ea8ecd Improve function arguments parameter expression detection (#2060) il y a 5 mois
Modules 7678879055 Implement JSON modules (#1711) il y a 1 an
Scripts 4142d9371c Improve date handling and time zone support (#1446) il y a 2 ans
TestClasses 54a2801bf8 Add default 10 second timeout for promise unwrapping (#2103) il y a 2 mois
ArrayTests.cs 6aea437d06 Fix calling pop on generic list of value types (#2112) il y a 2 mois
AsyncTests.cs cdad56736d Upgrade to xUnit v3 (#2154) il y a 2 semaines
BigIntTests.cs 7414296ae5 Fix BigInt arithmetic assignments (#1887) il y a 1 an
CallStackTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
ClassTests.cs 91755e9949 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924) il y a 1 an
ConstTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
ConstructorSignatureTests.cs d6e1a8354f Fix default parameter handling under interop (#2134) il y a 1 mois
DateTests.cs d87a847e64 Remove apparently-redundant `DateFlags` calculation in `JsDate` constructor (#2058) il y a 5 mois
DelegateWrapperTests.cs 144591843c Support params arrays in delegate invocation (#1520) il y a 2 ans
DestructuringTests.cs 1697fc39f3 Fix rest/spread bug with empty object (#1642) il y a 1 an
EngineLimitTests.cs 1de233467a Add fast case for single statement in a block (#1730) il y a 1 an
EngineTests.cs cdad56736d Upgrade to xUnit v3 (#2154) il y a 2 semaines
ErrorTests.cs 229b69772c Use V8-based stacktraces (#2129) il y a 1 mois
EvaluationContextTests.cs 1b7288df5e Make EsprimaExtensions.TryGetKey[ more resilient to missing execution context il y a 1 an
ExecutionConstraintTests.cs d928fec045 Fix statement counting code in MaxStatementsConstraint (#2035) il y a 6 mois
FunctionTests.cs 1cc4c0bc9c #2099: Fix over-caching by providing each function instance with it's own interop variant (#2105) il y a 2 mois
GeneratorTests.cs 23a2a25877 Add partial support for yield via experimental flag (#1815) il y a 1 an
GenericMethodTests.cs 2ebfedf76e Added readonly modifier to fields that aren't being changed (#1610) il y a 2 ans
GlobalTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
InstanceOfTests.cs 9984761e7d Support CLR object inheritance chain with prototypes (#1518) il y a 2 ans
InteropDisposeTests.cs 0b03f8e2d9 Add support for using and await using (#2139) il y a 1 mois
InteropExplicitTypeTests.cs f4667ed60e Remove exposed CLR type equality requirement from ObjectWrapper.Equals (#1652) il y a 1 an
InteropInterfaceExtendTests.cs da88d1ea53 Include interface methods when searching for interop targets (#1638) il y a 1 an
InteropTests.MemberAccess.cs 17f6a71d57 Improve interop member resolution when enum indexer present (#2131) il y a 1 mois
InteropTests.TypeReference.cs f1a8010c4e Remove unused usings (#2072) il y a 5 mois
InteropTests.cs 45e466a59f Support writing length to IList under interop (#2135) il y a 1 mois
JsValueConversionTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
JsonSerializerTests.cs c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
JsonTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
MapTests.cs b826cd659a Fix some prototype chain issues uncovered by compat-table (#1334) il y a 2 ans
MethodAmbiguityTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
ModuleTests.cs c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
NullPropagation.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
NumberTests.cs a506929f99 Improve infinity detection when parsing numbers on full framework (#2003) il y a 9 mois
ObjectInstanceTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
OperatorOverloadingTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
ParserOptionsPropagationTests.cs 6d866a2d28 Switch to using Acorn-based parsing via Acornima (#1820) il y a 1 an
PromiseTests.cs c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
PropertyDescriptorTests.cs feeab4725b Fix MethodAccessor property flags (#2153) il y a 3 semaines
ProxyTests.cs feeab4725b Fix MethodAccessor property flags (#2153) il y a 3 semaines
RegExpTests.cs c57a4a8fe5 Use collection expressions (#2073) il y a 5 mois
SamplesTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
ScriptModulePreparationTests.ScriptPreparation.cs 3d5c8720e3 Ensure script preparation exposes only Jint's exception type (#1927) il y a 1 an
SetTests.cs b826cd659a Fix some prototype chain issues uncovered by compat-table (#1334) il y a 2 ans
StringTests.cs 053dbe9045 Upgrade to xUnit 2.8.1 (#1876) il y a 1 an
StringTetsLithuaniaData.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
SwitchTests.cs dc75d1a396 Fix switch's case block lexical scope handling (#1392) il y a 2 ans
TextTests.cs c2bb947c18 Read DataView and ArrayBuffer as byte array from engine (#1786) il y a 1 an
TypeConverterTests.cs cdad56736d Upgrade to xUnit v3 (#2154) il y a 2 semaines
TypeDescriptorTests.cs bbc65dc0f1 Fix ArrayInstance.CopyValues to handle holes correctly (#1900) il y a 1 an
TypedArrayInteropTests.cs ac3f89d740 Add explicit resource management supporting types (#2143) il y a 1 mois
UnicodeTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
UuidTests.cs 9079aef684 Convert to using file-scoped namespaces (#1931) il y a 1 an
WeakSetMapTests.cs cdad56736d Upgrade to xUnit v3 (#2154) il y a 2 semaines