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
Type
/
to 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 }}
Imusing
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
Unix
ClearScriptTest.NetStandard
on
master
User selector
All users
All time
Commit history
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 Dec 3, 2024
Don't depend on vulnerable packages (#614)
AnsisMalins
authored
b594ec1
View commit details
Copy full SHA for b594ec1
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Version 7.4.5: [V8] Added AddPerformanceObject and SetTimerResolution to V8ScriptEngineFlags (GitHub Discussion #568); [V8] Enhanced execution and termination transitions, fixing GitHub Issue #560;…
Show description for 28663e5
ClearScriptLib
committed
28663e5
View commit details
Copy full SHA for 28663e5
View code at this point
Browse repository at this point
Commits on Aug 19, 2023
Version 7.4.3: Improved handling of anonymous host types; [V8] [JScript] added support for JSON modules; [V8] made host object toJSON method non-enumerable; [V8] added enhanced compilation APIs (Gi…
Show description for 959ec3c
ClearScriptLib
committed
959ec3c
View commit details
Copy full SHA for 959ec3c
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 2, 2022
ClearScript 7.3: Added V8ScriptEngineFlags.EnableStringifyEnhancements (GitHub Issue #376); the V8 ICU data is now packaged as a managed library to ease deployment; V8 and JScript startup scripts a…
Show description for 51dc719
ClearScriptLib
committed
51dc719
View commit details
Copy full SHA for 51dc719
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 Mar 5, 2022
Version 7.2.3: Fixed crash on attempt to execute a compiled script in the wrong V8 runtime; fixed intermittent V8 crash on Windows x86 (GitHub Issue #354); added V8GlobalFlags.DisableBackgroundWork…
Show description for 3dc8b92
ClearScriptLib
committed
3dc8b92
View commit details
Copy full SHA for 3dc8b92
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Version 7.2.2: Added V8Settings.GlobalFlags and V8GlobalFlags.DisableJITCompilation; added IArrayBuffer.InvokeWithDirectAccess and IArrayBufferView.InvokeWithDirectAccess (GitHub Issue #349); added…
Show description for c00be79
ClearScriptLib
committed
c00be79
View commit details
Copy full SHA for c00be79
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
ClearScript 7.2: Added V8ScriptEngine.CancelAwaitDebugger (GitHub Issue #309); added support for BigInt64Array and BigUint64Array; (V8) same-runtime engines get direct access to all shared objects …
Show description for d5f5baa
ClearScriptLib
committed
d5f5baa
View commit details
Copy full SHA for d5f5baa
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.