Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Jint.Tests/Runtime/InteropTests.TypeReference.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Jint.Native;
using Jint.Native.Symbol;
using Jint.Runtime.Descriptors;
using Jint.Runtime.Interop;
using Jint.Tests.Runtime.Domain;
using Microsoft.Extensions.DependencyInjection;
Expand Down
3 changes: 1 addition & 2 deletions Jint/Collections/IEngineDictionary.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;


// ReSharper disable once CheckNamespace
namespace Jint;
Expand Down
1 change: 0 additions & 1 deletion Jint/Engine.Ast.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Runtime.InteropServices;
using Jint.Native;
using Jint.Runtime;
using Jint.Runtime.Interpreter;
Expand Down
3 changes: 1 addition & 2 deletions Jint/Extensions/Character.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;

namespace Jint.Extensions;

Expand Down
1 change: 0 additions & 1 deletion Jint/Native/AggregateError/AggregateErrorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Array/ArrayConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using System.Collections;
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Iterator;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Array/ArrayIteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.ArrayBuffer;
using Jint.Native.Iterator;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/ArrayBuffer/ArrayBufferConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/ArrayBuffer/ArrayBufferPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/AsyncFunction/AsyncFunctionPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Jint.Collections;
using Jint.Native.AsyncFunction;
using Jint.Native.AsyncFunction;
using Jint.Native.Iterator;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
3 changes: 1 addition & 2 deletions Jint/Native/AsyncGenerator/AsyncGeneratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Atomics/AtomicsInstance.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Threading;
using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/BigInt/BigIntConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Numerics;
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/BigInt/BigIntPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Globalization;
using System.Numerics;
using System.Text;
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Boolean/BooleanPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/DataView/DataViewPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.ArrayBuffer;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Date/DateConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Date/DatePrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Error/ErrorConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Error/ErrorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
3 changes: 1 addition & 2 deletions Jint/Native/Generator/GeneratorFunctionPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Function;
using Jint.Native.Iterator;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
3 changes: 1 addition & 2 deletions Jint/Native/Generator/GeneratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/CollatorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/DateTimeFormatPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/DisplayNamesPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/IntlInstance.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/ListFormatPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/LocalePrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/NumberFormatPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/PluralRulesPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/RelativeTimeFormatPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Intl/SegmenterPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Iterator/IteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Symbol;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Json/JsonInstance.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Map/MapConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Iterator;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Map/MapIteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Map/MapPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Math/MathInstance.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Number;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Number/NumberConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Global;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Number/NumberPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Diagnostics;
using System.Globalization;
using System.Text;
using Jint.Collections;
using Jint.Native.Number.Dtoa;
using Jint.Native.Object;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Object/ObjectConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Object/ObjectPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Array;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Promise/PromiseConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Iterator;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Promise/PromisePrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Proxy/ProxyConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Reflect/ReflectInstance.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/RegExp/RegExpConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Text.RegularExpressions;
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/RegExp/RegExpPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

using System.Text;
using System.Text.RegularExpressions;
using Jint.Collections;
using Jint.Native.Number;
using Jint.Native.Object;
using Jint.Native.String;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/RegExp/RegExpStringIteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Set/SetConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Set/SetIteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Set/SetPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/ShadowRealm/ShadowRealmPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/String/StringConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using System.Text;
using Jint.Collections;
using Jint.Native.Array;
using Jint.Native.Function;
using Jint.Native.Object;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/String/StringIteratorPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Jint.Collections;
using Jint.Native.Iterator;
using Jint.Native.Object;
using Jint.Native.Symbol;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/String/StringPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text;
using Jint.Collections;
using Jint.Native.Json;
using Jint.Native.Object;
using Jint.Native.RegExp;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Symbol/SymbolConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Function;
using Jint.Native.Object;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/Symbol/SymbolPrototype.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Runtime;
using Jint.Runtime.Descriptors;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/TypedArray/IntrinsicTypedArrayConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue

using Jint.Collections;
using Jint.Native.Object;
using Jint.Native.Symbol;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/TypedArray/IntrinsicTypedArrayPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

using System.Linq;
using System.Text;
using Jint.Collections;
using Jint.Native.Array;
using Jint.Native.ArrayBuffer;
using Jint.Native.Iterator;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/TypedArray/TypedArrayConstructor.Uint8Array.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Buffers;
using System.Globalization;
using Jint.Collections;
using Jint.Extensions;
using Jint.Native.Object;
using Jint.Runtime;
Expand Down
1 change: 0 additions & 1 deletion Jint/Native/TypedArray/TypedArrayConstructor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Globalization;
using Jint.Collections;
using Jint.Native.Array;
using Jint.Native.ArrayBuffer;
using Jint.Native.Object;
Expand Down
Loading