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
.
JavaScriptBench
/
ChakraCore
Public
forked from
chakra-core/ChakraCore
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
ChakraCore
test
Regex
on
master
User selector
All users
All time
Commit history
Commits on Mar 12, 2021
Remove non-spec behaviour from tests
rhuanjl
committed
3d0d0cb
View commit details
Copy full SHA for 3d0d0cb
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Error improvements
rhuanjl
committed
f2aad9f
View commit details
Copy full SHA for f2aad9f
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
fix issues with proxy in TypedArray.from and String.replace
MikeHolman
committed
a5a5b8f
View commit details
Copy full SHA for a5a5b8f
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Fix EOL violations introduced by commits that came into master via a pump.
Show description for d97b01d
dilijev
authored and
pleath
committed
d97b01d
View commit details
Copy full SHA for d97b01d
View code at this point
Browse repository at this point
Commits on Oct 23, 2018
[1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update
Show description for 878e8cb
Cellule
committed
878e8cb
View commit details
Copy full SHA for 878e8cb
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Make some tweaks to RegExp debug switches.
dilijev
committed
d0f8e19
View commit details
Copy full SHA for d0f8e19
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
Implement RegExp dotAll flag
rhuanjl
committed
4a7231a
View commit details
Copy full SHA for 4a7231a
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Comment fixes in js test and RegexParser, clarity changes
Kenji Fukuda
committed
4c26c3c
View commit details
Copy full SHA for 4c26c3c
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Change parsing of \c to reflect spec
Show description for b15fa2c
Kenji Fukuda
committed
b15fa2c
View commit details
Copy full SHA for b15fa2c
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Refactoring RegExp parsing and modifying SyntaxError message
Kenji Fukuda
committed
5f90640
View commit details
Copy full SHA for 5f90640
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
Changing tests to do a match and verify the matched string.
Show description for c0f7bc4
Kenji Fukuda
committed
c0f7bc4
View commit details
Copy full SHA for c0f7bc4
View code at this point
Browse repository at this point
Adding failure for character classes in range if unicode flag set.
Show description for 3daa80d
Kenji Fukuda
committed
3daa80d
View commit details
Copy full SHA for 3daa80d
View code at this point
Browse repository at this point
Fixing RegExp parsing for character classes interacting with ranges.
Show description for eb33f9a
Kenji Fukuda
committed
eb33f9a
View commit details
Copy full SHA for eb33f9a
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Fix #5182: Clamp range quantifier to MaxCharCount instead of throwing SyntaxError
dilijev
committed
0a51428
View commit details
Copy full SHA for 0a51428
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
Convert exclude_fre to exclude_test
Show description for e5e1f31
dilijev
committed
e5e1f31
View commit details
Copy full SHA for e5e1f31
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Changed error from SyntaxError to RangeError; specified limit in msg
ricobbe
committed
13e7f54
View commit details
Copy full SHA for 13e7f54
View code at this point
Browse repository at this point
Throw exn on too many capturing groups, rather than failing fast
ricobbe
committed
c74d4dc
View commit details
Copy full SHA for c74d4dc
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Minimize unit test; add "slow" tag since it still takes 10sec on my desktop
ricobbe
committed
2f73290
View commit details
Copy full SHA for 2f73290
View code at this point
Browse repository at this point
Disable test on xplat, since failfast is always treated as test failure there
ricobbe
committed
b318695
View commit details
Copy full SHA for b318695
View code at this point
Browse repository at this point
Yet Another Attempt to fix test on xplat
ricobbe
committed
ae5c45e
View commit details
Copy full SHA for ae5c45e
View code at this point
Browse repository at this point
Make baseline empty in another attempt to fix xplat failures
ricobbe
committed
fd2ad37
View commit details
Copy full SHA for fd2ad37
View code at this point
Browse repository at this point
Replace print with WScript.Echo to avoid EOL problems on xplat (I hope!)
ricobbe
committed
360e8bd
View commit details
Copy full SHA for 360e8bd
View code at this point
Browse repository at this point
Add print to test case to ensure failure if we don't fail fast
ricobbe
committed
90003ff
View commit details
Copy full SHA for 90003ff
View code at this point
Browse repository at this point
Turn repro into unit test
ricobbe
committed
f1f47c3
View commit details
Copy full SHA for f1f47c3
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
OS#15775563: Fix-up previous change. Explicitly allow identity escapes.
Show description for dfb7277
dilijev
committed
dfb7277
View commit details
Copy full SHA for dfb7277
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
Fix #4368: In unicode-mode RegExp, explicitly disallow invalid escapes.
dilijev
committed
8933017
View commit details
Copy full SHA for 8933017
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
Fix a spelling mistake and add an assert
boingoing
committed
b98be0e
View commit details
Copy full SHA for b98be0e
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Add test cases
boingoing
committed
680f4c9
View commit details
Copy full SHA for 680f4c9
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
OS#14763260: Correctly update RegExp.$1 after RegExp.prototype.test matches and used a cached value
Show description for 642331d
boingoing
committed
642331d
View commit details
Copy full SHA for 642331d
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
[1.7>1.8] [MERGE #4411 @MikeHolman] 17-12 Security Update
Show description for a84fc40
MikeHolman
committed
a84fc40
View commit details
Copy full SHA for a84fc40
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
[CVE-2017-11894] An OOB Access in Chakra Engine - Individual
Show description for 5d4aca7
ricobbe
authored and
MikeHolman
committed
5d4aca7
View commit details
Copy full SHA for 5d4aca7
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Add regression test Regex/Bug14859460.js
dilijev
committed
e7952ca
View commit details
Copy full SHA for e7952ca
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
Remove HardFailMixin to eliminate the boolean field and size cost.
dilijev
committed
ace1d65
View commit details
Copy full SHA for ace1d65
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Add -RegexBytecodeDebug Flag to display RegExp bytecode's binary layout
dilijev
committed
10f8086
View commit details
Copy full SHA for 10f8086
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Making length property on built-in constructor to be configurable
akroshg
committed
f1daa9b
View commit details
Copy full SHA for f1daa9b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.