Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ClearFoundry
/
ClearScript
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
2k
Code
Issues
17
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
ClearScriptTest
JScriptCoreEngineTest.cs
on
master
User selector
All users
All time
Commit history
Commits on Dec 22, 2025
Version 7.5.1-preview: [V8] Added support for JavaScript explicit resource management and script-side host object disposal (GitHub Issue #533); [V8] added support for JavaScript object disposal fro…
Show description for c217047
ClearScriptLib
committed
c217047
View commit details
Copy full SHA for c217047
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
Fix DisableFloatNarrowing tests on devices set to locale other than en-US (#680)
AnsisMalins
authored
2ab9c63
View commit details
Copy full SHA for 2ab9c63
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
ClearScript 7.5: [V8] added initial support for the new FastProxy API; overhauled the codebase in favor of static lambdas; replaced most scope objects with ref structures; minimized boxing and stru…
Show description for ebfa426
ClearScriptLib
committed
ebfa426
View commit details
Copy full SHA for ebfa426
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Version 7.4.4: Added ConcurrentPropertyBag (GitHub Issue #531); [V8] added V8ScriptEngineFlags.UseSynchronizationContexts (GitHub Discussion #509); added ScriptEngine.CustomAttributeLoader (GitHub …
Show description for 6df5f19
ClearScriptLib
committed
6df5f19
View commit details
Copy full SHA for 6df5f19
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
ClearScript 7.4: Generic script objects now implement IDictionary<string, object>; added JavaScriptExtensions.ToEnumerable and ToAsyncEnumerable (GitHub Issue #494); DocumentAccessFlags.AllowCatego…
Show description for 381b548
ClearScriptLib
committed
381b548
View commit details
Copy full SHA for 381b548
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Version 7.3.7: Added one-way CommonJS-ES6 module interop; fixed an intermittent ClearScriptV8 crash (GitHub Issue #478); added IScriptEngine, IScriptObject, IJavaScriptObject, JavaScriptObjectKind,…
Show description for 5d34842
ClearScriptLib
committed
5d34842
View commit details
Copy full SHA for 5d34842
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Version 7.3.5: Added support for script object identity comparison (GitHub Issue #422); overhauled scriptable enumerators to fix GitHub Issue #423; eliminated default V8 platform to fix process exi…
Show description for 5fe5403
ClearScriptLib
committed
5fe5403
View commit details
Copy full SHA for 5fe5403
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
Version 7.3.2: Switched from the standard .NET reflection binder to a custom algorithm, ensuring consistently enhanced behavior for all reflection binding scenarios; reviewed "dynamic" usage, elimi…
Show description for e13ac81
ClearScriptLib
committed
e13ac81
View commit details
Copy full SHA for e13ac81
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
Version 7.3.1: Added script indexing support for IReadOnlyList<T> (GitHub Issue #393); added ScriptEngine.NullExportValue; added V8RuntimeHeapInfo.TotalAvailableSize and TotalExternalSize (GitHub I…
Show description for f764372
ClearScriptLib
committed
f764372
View commit details
Copy full SHA for f764372
View code at this point
Browse repository at this point
Commits on May 1, 2022
Version 7.2.5: Added V8Runtime.HeapSizeViolationPolicy and V8ScriptEngine.RuntimeHeapSizeViolationPolicy (GitHub Issue #369); added ScriptEngine.VoidResultValue and made VoidResult.Value public (Gi…
Show description for 70a9c6f
ClearScriptLib
committed
70a9c6f
View commit details
Copy full SHA for 70a9c6f
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
Version 7.2.4: Added V8ScriptEngineFlags.UseCaseInsensitiveMemberBinding (GitHub Issue #363); restored compatibility with older Linux systems going back to glibc-2.23 (GitHub Issue #362); overhaule…
Show description for d6cc677
ClearScriptLib
committed
d6cc677
View commit details
Copy full SHA for d6cc677
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
Version 7.1.6: Optimized simple member access, addressing GitHub Issue #281; fixed a Windows Script error handling scenario (GitHub Issue #274); enabled 64-bit V8 features such as pointer compressi…
Show description for 0743313
ClearScriptLib
committed
0743313
View commit details
Copy full SHA for 0743313
View code at this point
Browse repository at this point
Commits on Jul 23, 2021
Version 7.1.5: Eliminated file/web checks when reloading cached documents (GitHub Issue #219); added ScriptEngine.DisableFloatNarrowing (GitHub Issue #270); lowered the minimum NuGet client version…
Show description for 7c011a4
ClearScriptLib
committed
7c011a4
View commit details
Copy full SHA for 7c011a4
View code at this point
Browse repository at this point
Commits on May 26, 2021
Version 7.1.3: Added V8Settings.EnableTopLevelAwait; host collections and async enumerables now support "for await...of" in V8 (GitHub Issue #259 ); added ScriptEngine.DisableExtensionMethods (GitH…
Show description for 7f7cc4e
ClearScriptLib
committed
7f7cc4e
View commit details
Copy full SHA for 7f7cc4e
View code at this point
Browse repository at this point
Commits on Apr 17, 2021
Version 7.1.2: Added optional ValueTask conversions (GitHub Issue #248); patched V8 to avoid Date.prototype.toLocaleString crash when ICU data is unavailable (GitHub Issue #246); added HostSettings…
Show description for 8b5b794
ClearScriptLib
committed
8b5b794
View commit details
Copy full SHA for 8b5b794
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Version 7.1.1: Added support for Linux on 32-bit ARM hardware (GitHub Issue #230); added support for .NET Standard 2.1 (GitHub Issue #151); added V8RuntimeConstraints.HeapExpansionMultiplier; fixed…
Show description for 14a5525
ClearScriptLib
committed
14a5525
View commit details
Copy full SHA for 14a5525
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.