// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
usingSystem;
usingSystem.Collections.Concurrent;
usingSystem.Diagnostics.CodeAnalysis;
usingSystem.Text;
usingSystem.Threading;
usingSystem.Threading.Tasks;
usingMicrosoft.ClearScript.Util;
usingMicrosoft.ClearScript.Util.Web;
namespaceMicrosoft.ClearScript.V8
{
[SuppressMessage("Microsoft.Design","CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable",Justification="This class uses a custom method for deterministic teardown.")]