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