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 }}
ynioba
/
jint
Public
forked from
sebastienros/jint
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 1, 2023
Fix rest/spread bug with empty object (#1642)
CreepGin
authored
1697fc3
View commit details
Copy full SHA for 1697fc3
Browse repository at this point
Commits on Sep 26, 2023
Include interface methods when searching for interop targets (#1638)
Show description for da88d1e
3 people
authored
da88d1e
View commit details
Copy full SHA for da88d1e
Browse repository at this point
Commits on Sep 10, 2023
Upgrade to Esprima 3.0.1 (#1635)
lahma
authored
29b67f8
View commit details
Copy full SHA for 29b67f8
Browse repository at this point
Commits on Sep 3, 2023
Upgrade to Esprima 3.0.0 (#1630)
lahma
authored
073497d
View commit details
Copy full SHA for 073497d
Browse repository at this point
Commits on Aug 31, 2023
Interface type wrapper can call object methods. (#1629)
Show description for d48ebd5
viruscamp
authored
d48ebd5
View commit details
Copy full SHA for d48ebd5
Browse repository at this point
Commits on Aug 29, 2023
Update benchmark results and packages (#1622)
lahma
authored
9dd7927
View commit details
Copy full SHA for 9dd7927
Browse repository at this point
Improve array access performance (#1625)
Show description for 553fdb8
lahma
authored
553fdb8
View commit details
Copy full SHA for 553fdb8
Browse repository at this point
Commits on Aug 25, 2023
Optimize engine construction (#1621)
lahma
authored
7fd4893
View commit details
Copy full SHA for 7fd4893
Browse repository at this point
Commits on Aug 9, 2023
More improvements for CLR Interop (#1616)
viruscamp
authored
f4982ee
View commit details
Copy full SHA for f4982ee
Browse repository at this point
Commits on Aug 7, 2023
Fix capturing group numbering bug and a few more regex-related issues (#1614)
adams85
authored
e9ace1a
View commit details
Copy full SHA for e9ace1a
Browse repository at this point
Commits on Aug 6, 2023
Support explicit interface and hidden member of super class (#1613)
viruscamp
authored
0ebf7cd
View commit details
Copy full SHA for 0ebf7cd
Browse repository at this point
Commits on Aug 3, 2023
Added readonly modifier to fields that aren't being changed (#1610)
Show description for 2ebfedf
Lehonti
and
Lehonti Ramos
authored
2ebfedf
View commit details
Copy full SHA for 2ebfedf
Browse repository at this point
Commits on Jul 31, 2023
Implement workarounds for regex parsing known issues (#1603)
adams85
authored
6eddc61
View commit details
Copy full SHA for 6eddc61
Browse repository at this point
Rename PromiseInstance to JsPromise (#1605)
lahma
authored
cc63b20
View commit details
Copy full SHA for cc63b20
Browse repository at this point
Rename ProxyInstance to JsProxy (#1604)
lahma
authored
5689052
View commit details
Copy full SHA for 5689052
Browse repository at this point
Commits on Jul 30, 2023
Rename WeakRefInstance to JsWeakRef (#1602)
lahma
authored
0b1ed1b
View commit details
Copy full SHA for 0b1ed1b
Browse repository at this point
Rename MapInstance to JsMap (#1601)
lahma
authored
5c19933
View commit details
Copy full SHA for 5c19933
Browse repository at this point
Rename SetInstance to JsSet (#1600)
lahma
authored
c52ff7f
View commit details
Copy full SHA for c52ff7f
Browse repository at this point
Rename WeakMapInstance to JsWeakMap (#1599)
lahma
authored
4bff490
View commit details
Copy full SHA for 4bff490
Browse repository at this point
Rename WeakSetInstance to JsWeakSet (#1598)
lahma
authored
805ae4f
View commit details
Copy full SHA for 805ae4f
Browse repository at this point
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
lahma
authored
2ec677c
View commit details
Copy full SHA for 2ec677c
Browse repository at this point
Commits on Jul 29, 2023
Upgrade to Esprima 3.0.0-rc-03 (#1596)
Show description for ac1cec8
lahma
and
adams85
authored
ac1cec8
View commit details
Copy full SHA for ac1cec8
Browse repository at this point
Commits on Jul 28, 2023
Rename RegExpInstance to JsRegExp (#1595)
lahma
authored
40f1f42
View commit details
Copy full SHA for 40f1f42
Browse repository at this point
Make ArgumentsInstance internal (#1594)
lahma
authored
a41a0e3
View commit details
Copy full SHA for a41a0e3
Browse repository at this point
Rename DataViewInstance to JsDataView (#1593)
lahma
authored
0163e1a
View commit details
Copy full SHA for 0163e1a
Browse repository at this point
Rename TypedArrayInstance to JsTypedArray (#1592)
lahma
authored
b48e7b7
View commit details
Copy full SHA for b48e7b7
Browse repository at this point
Rename ArrayBufferInstance to JsArrayBuffer and make it public (#1591)
lahma
authored
2ce1349
View commit details
Copy full SHA for 2ce1349
Browse repository at this point
Commits on Jul 27, 2023
Update test262 test suite and fix issues (#1589)
Show description for 4057029
lahma
authored
4057029
View commit details
Copy full SHA for 4057029
Browse repository at this point
Commits on Jul 9, 2023
Readme Module section update (#1587)
Zmarfan
authored
43b6356
View commit details
Copy full SHA for 43b6356
Browse repository at this point
Commits on Jul 2, 2023
Add StackGuard for improved stack handling support (#1566)
Show description for db73cad
3 people
authored
db73cad
View commit details
Copy full SHA for db73cad
Browse repository at this point
Avoid Mono's ParameterInfo[].AsSpan() bug (#1571)
CreepGin
authored
b1df4cb
View commit details
Copy full SHA for b1df4cb
Browse repository at this point
Commits on Jul 1, 2023
Fix constructor argument matching under interop (#1568)
lahma
authored
dae3ec5
View commit details
Copy full SHA for dae3ec5
Browse repository at this point
Commits on Jun 20, 2023
Store identifier in local (#1565)
Show description for 75b2d70
TechPizzaDev
authored
75b2d70
View commit details
Copy full SHA for 75b2d70
Browse repository at this point
Commits on Jun 10, 2023
Fix conditional compilation checks to account for NET 6.0 (#1563)
lahma
authored
ad4378b
View commit details
Copy full SHA for ad4378b
Browse repository at this point
Commits on Jun 1, 2023
Adjust Engine.SetValue(string, string?) to accept null value. (#1559)
czema
authored
d4f73ae
View commit details
Copy full SHA for d4f73ae
Browse repository at this point
Previous
Next
You can’t perform that action at this time.