.. |
Converters
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
Debugger
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
Domain
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
ExtensionMethods
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
Interpreter
|
b3b3ea8ecd
Improve function arguments parameter expression detection (#2060)
|
5 months ago |
Modules
|
7678879055
Implement JSON modules (#1711)
|
1 year ago |
Scripts
|
4142d9371c
Improve date handling and time zone support (#1446)
|
2 years ago |
TestClasses
|
54a2801bf8
Add default 10 second timeout for promise unwrapping (#2103)
|
2 months ago |
ArrayTests.cs
|
6aea437d06
Fix calling pop on generic list of value types (#2112)
|
2 months ago |
AsyncTests.cs
|
f58fc1f128
Add `Options.Constraints.PromiseTimeout` to control timeout for `DisposeHint.Async` and `JintAwaitExpression` (#2150)
|
2 weeks ago |
BigIntTests.cs
|
7414296ae5
Fix BigInt arithmetic assignments (#1887)
|
1 year ago |
CallStackTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
ClassTests.cs
|
91755e9949
Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924)
|
1 year ago |
ConstTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
ConstructorSignatureTests.cs
|
d6e1a8354f
Fix default parameter handling under interop (#2134)
|
1 month ago |
DateTests.cs
|
d87a847e64
Remove apparently-redundant `DateFlags` calculation in `JsDate` constructor (#2058)
|
5 months 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
|
1de233467a
Add fast case for single statement in a block (#1730)
|
1 year ago |
EngineTests.cs
|
9957b5ba15
eval syntax checks should not descend into function declarations (#2123)
|
1 month ago |
ErrorTests.cs
|
229b69772c
Use V8-based stacktraces (#2129)
|
1 month ago |
EvaluationContextTests.cs
|
1b7288df5e
Make EsprimaExtensions.TryGetKey[ more resilient to missing execution context
|
1 year ago |
ExecutionConstraintTests.cs
|
d928fec045
Fix statement counting code in MaxStatementsConstraint (#2035)
|
6 months ago |
FunctionTests.cs
|
1cc4c0bc9c
#2099: Fix over-caching by providing each function instance with it's own interop variant (#2105)
|
2 months ago |
GeneratorTests.cs
|
23a2a25877
Add partial support for yield via experimental flag (#1815)
|
1 year ago |
GenericMethodTests.cs
|
2ebfedf76e
Added readonly modifier to fields that aren't being changed (#1610)
|
2 years ago |
GlobalTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
InstanceOfTests.cs
|
9984761e7d
Support CLR object inheritance chain with prototypes (#1518)
|
2 years ago |
InteropDisposeTests.cs
|
0b03f8e2d9
Add support for using and await using (#2139)
|
4 weeks 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.MemberAccess.cs
|
17f6a71d57
Improve interop member resolution when enum indexer present (#2131)
|
1 month ago |
InteropTests.TypeReference.cs
|
f1a8010c4e
Remove unused usings (#2072)
|
4 months ago |
InteropTests.cs
|
45e466a59f
Support writing length to IList under interop (#2135)
|
1 month ago |
JsValueConversionTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
JsonSerializerTests.cs
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
JsonTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
MapTests.cs
|
b826cd659a
Fix some prototype chain issues uncovered by compat-table (#1334)
|
2 years ago |
MethodAmbiguityTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
ModuleTests.cs
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
NullPropagation.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
NumberTests.cs
|
a506929f99
Improve infinity detection when parsing numbers on full framework (#2003)
|
8 months ago |
ObjectInstanceTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
OperatorOverloadingTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
ParserOptionsPropagationTests.cs
|
6d866a2d28
Switch to using Acorn-based parsing via Acornima (#1820)
|
1 year ago |
PromiseTests.cs
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
PropertyDescriptorTests.cs
|
feeab4725b
Fix MethodAccessor property flags (#2153)
|
2 weeks ago |
ProxyTests.cs
|
feeab4725b
Fix MethodAccessor property flags (#2153)
|
2 weeks ago |
RegExpTests.cs
|
c57a4a8fe5
Use collection expressions (#2073)
|
4 months ago |
SamplesTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
ScriptModulePreparationTests.ScriptPreparation.cs
|
3d5c8720e3
Ensure script preparation exposes only Jint's exception type (#1927)
|
1 year ago |
SetTests.cs
|
b826cd659a
Fix some prototype chain issues uncovered by compat-table (#1334)
|
2 years ago |
StringTests.cs
|
053dbe9045
Upgrade to xUnit 2.8.1 (#1876)
|
1 year ago |
StringTetsLithuaniaData.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
SwitchTests.cs
|
dc75d1a396
Fix switch's case block lexical scope handling (#1392)
|
2 years ago |
TextTests.cs
|
c2bb947c18
Read DataView and ArrayBuffer as byte array from engine (#1786)
|
1 year ago |
TypeConverterTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
TypeDescriptorTests.cs
|
bbc65dc0f1
Fix ArrayInstance.CopyValues to handle holes correctly (#1900)
|
1 year ago |
TypedArrayInteropTests.cs
|
ac3f89d740
Add explicit resource management supporting types (#2143)
|
1 month ago |
UnicodeTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
UuidTests.cs
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 year ago |
WeakSetMapTests.cs
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 year ago |