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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavascriptNet
/
Javascript.Net
Public
Notifications
You must be signed in to change notification settings
Fork
156
Star
834
Code
Issues
14
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Javascript.Net
Source
Noesis.Javascript
on
master
User selector
All users
All time
Commit history
Commits on Mar 13, 2026
Add debugger support (#118)
Show description for 3018313
chris-james-displayr
authored
3018313
View commit details
Copy full SHA for 3018313
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Remove code that was added for debugging
bwinsley
committed
08e70b8
View commit details
Copy full SHA for 08e70b8
View code at this point
Browse repository at this point
Track converted objects in a vector to avoid destructor issues during exceptions
bwinsley
committed
a784f1d
View commit details
Copy full SHA for a784f1d
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
Update V8 to 13.0.245.25
Show description for 6f65533
spahnke
committed
6f65533
View commit details
Copy full SHA for 6f65533
View code at this point
Browse repository at this point
Catch .NET exceptions that might occur during a MoveNext call inside an
Show description for 0123e73
spahnke
committed
0123e73
View commit details
Copy full SHA for 0123e73
View code at this point
Browse repository at this point
Update V8 to 11.9.169.4
Show description for 48557b9
spahnke
committed
48557b9
View commit details
Copy full SHA for 48557b9
View code at this point
Browse repository at this point
Update V8 to 10.0.139.9
spahnke
committed
0de5f2d
View commit details
Copy full SHA for 0de5f2d
View code at this point
Browse repository at this point
Upgrade to NET8 (#114)
Show description for 1231fcd
bwinsley
and
Copilot
authored
1231fcd
View commit details
Copy full SHA for 1231fcd
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Synchronize unmanaged initialization with a `shared_mutex` instead of a system-wide one
spahnke
committed
ce4a756
View commit details
Copy full SHA for ce4a756
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
Update Windows SDK version to 10.0.18362.0
spahnke
committed
96bf715
View commit details
Copy full SHA for 96bf715
View code at this point
Browse repository at this point
Target .NET Framework 4.7.2
spahnke
committed
000fe9e
View commit details
Copy full SHA for 000fe9e
View code at this point
Browse repository at this point
Update V8 to 9.8.177.4
spahnke
committed
99cff9e
View commit details
Copy full SHA for 99cff9e
View code at this point
Browse repository at this point
Return early if the function references are the same
spahnke
committed
bb7a2e9
View commit details
Copy full SHA for bb7a2e9
View code at this point
Browse repository at this point
Add `HandleScope`
spahnke
committed
ba57299
View commit details
Copy full SHA for ba57299
View code at this point
Browse repository at this point
Create `JavascriptScope` when comparing two `JavascriptFunction` instances
Show description for ae2fd27
spahnke
committed
ae2fd27
View commit details
Copy full SHA for ae2fd27
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
Update V8 to 9.3.345.3
spahnke
authored and
oliverbock
committed
db13a08
View commit details
Copy full SHA for db13a08
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
Move wrapping logic into JavascriptExternal
spahnke
authored and
oliverbock
committed
9fb8aee
View commit details
Copy full SHA for 9fb8aee
View code at this point
Browse repository at this point
Avoid overriding an already existent Persistent handle
Show description for 455d23f
spahnke
authored and
oliverbock
committed
455d23f
View commit details
Copy full SHA for 455d23f
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Reduce memory inefficiencies and leaks (Merge pull request #95)
spahnke
authored
c6bed0a
View commit details
Copy full SHA for c6bed0a
View code at this point
Browse repository at this point
Invert if statement
Show description for 5412f8d
spahnke
and
oliverbock
authored
5412f8d
View commit details
Copy full SHA for 5412f8d
View code at this point
Browse repository at this point
Update V8 to 9.1.269.9
spahnke
committed
9ac3b88
View commit details
Copy full SHA for 9ac3b88
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Remove unused method
spahnke
committed
c710a90
View commit details
Copy full SHA for c710a90
View code at this point
Browse repository at this point
Prefer a weak reference to the JavascriptContext in JavascriptFunction to a list of JavascriptFunction handles in JavascriptContext
Show description for da8cc41
spahnke
committed
da8cc41
View commit details
Copy full SHA for da8cc41
View code at this point
Browse repository at this point
Use existing method cache for iterator functions as well
spahnke
committed
6f50436
View commit details
Copy full SHA for 6f50436
View code at this point
Browse repository at this point
Reduce wrapping in iterator callbacks (fixes iterators returned by methods)
spahnke
committed
84aa13a
View commit details
Copy full SHA for 84aa13a
View code at this point
Browse repository at this point
Cache WrappedMethod at context level and get rid of object[] allocations to pass the instance and the method name
Show description for e7c1f5a
spahnke
committed
e7c1f5a
View commit details
Copy full SHA for e7c1f5a
View code at this point
Browse repository at this point
Set up a callback function that runs when a JS object becomes weak that disposes frees the handle to the underlying managed object
spahnke
committed
85a9b79
View commit details
Copy full SHA for 85a9b79
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Make sure zero bytes are not discarded when converting strings for exceptions
spahnke
authored and
oliverbock
committed
e65a77b
View commit details
Copy full SHA for e65a77b
View code at this point
Browse repository at this point
Use better API to determine execution termination and clean up comments
spahnke
authored and
oliverbock
committed
156b1a5
View commit details
Copy full SHA for 156b1a5
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Update V8 to 8.4.371.13
spahnke
authored and
oliverbock
committed
95b6490
View commit details
Copy full SHA for 95b6490
View code at this point
Browse repository at this point
Update V8 to 8.2 and project to Visual Studio 2019
spahnke
authored and
oliverbock
committed
e7b98f4
View commit details
Copy full SHA for e7b98f4
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Add ToString method on JavascriptFunction that returns the function definition like JS does
spahnke
authored and
oliverbock
committed
5ca68d1
View commit details
Copy full SHA for 5ca68d1
View code at this point
Browse repository at this point
Add support for the BigInt type
spahnke
authored and
oliverbock
committed
49d939e
View commit details
Copy full SHA for 49d939e
View code at this point
Browse repository at this point
Commits on May 29, 2019
Make sure zero bytes are not discarded when converting strings
Show description for 08a8acb
spahnke
committed
08a8acb
View commit details
Copy full SHA for 08a8acb
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
RS-4695: Fixed error handling when string could not be converted to an enum.
oliverbock
committed
90dc8e7
View commit details
Copy full SHA for 90dc8e7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.