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
lib
on
cla
User selector
All users
All time
Commit history
Commits on Jan 9, 2021
Generator misc (#6533)
Show description for b68f5c2
rhuanjl
authored
b68f5c2
View commit details
Copy full SHA for b68f5c2
View code at this point
Browse repository at this point
Commits on Jan 4, 2021
Remove ENABLE_EXPERIMENTAL_FLAGS
rhuanjl
committed
d1ae883
View commit details
Copy full SHA for d1ae883
View code at this point
Browse repository at this point
Remove ENABLE_PROJECTION
rhuanjl
committed
befa2b3
View commit details
Copy full SHA for befa2b3
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Remove ENABLE_DOM_FAST_PATH
rhuanjl
committed
34092e0
View commit details
Copy full SHA for 34092e0
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Bytecode Regen due to edit of JnDirectFields.h
rhuanjl
committed
9fa7acc
View commit details
Copy full SHA for 9fa7acc
View code at this point
Browse repository at this point
Remove getVarDate, VariantDate and WinRTDate
Show description for ef68766
rhuanjl
committed
ef68766
View commit details
Copy full SHA for ef68766
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Minor unrelated cleanup
rhuanjl
committed
f6fc3ad
View commit details
Copy full SHA for f6fc3ad
View code at this point
Browse repository at this point
Commits on Dec 27, 2020
JsSetCurrentContext parameter should be _In_opt_ (#5575)
Show description for 1ad850b
akrantz
and
rhuanjl
authored
1ad850b
View commit details
Copy full SHA for 1ad850b
View code at this point
Browse repository at this point
Commits on Dec 19, 2020
fix and complete nullish coalescing
rhuanjl
committed
b1981d8
View commit details
Copy full SHA for b1981d8
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Implement nullish coalescing operator
Show description for 16762f1
boingoing
authored and
rhuanjl
committed
16762f1
View commit details
Copy full SHA for 16762f1
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
Implement Top Level Await
rhuanjl
committed
8c3a82b
View commit details
Copy full SHA for 8c3a82b
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
Remove some old switches (#6441)
Show description for d8cbaff
rhuanjl
authored
d8cbaff
View commit details
Copy full SHA for d8cbaff
View code at this point
Browse repository at this point
Cache iterator next (#6164)
Show description for 5fecf05
rhuanjl
authored
5fecf05
View commit details
Copy full SHA for 5fecf05
View code at this point
Browse repository at this point
Commits on Nov 22, 2020
Remove i64x2.all_true/any_true
Show description for 12e8902
ppenzin
committed
12e8902
View commit details
Copy full SHA for 12e8902
View code at this point
Browse repository at this point
Commits on Nov 21, 2020
Rearrange lines in WasmSimd opcode file
Show description for 6e40750
ppenzin
committed
6e40750
View commit details
Copy full SHA for 6e40750
View code at this point
Browse repository at this point
Wasm SIMD opcode update
Show description for 85ad0de
ppenzin
committed
85ad0de
View commit details
Copy full SHA for 85ad0de
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
fixed syntax error that missed earlier
admud
committed
fd25ebc
View commit details
Copy full SHA for fd25ebc
View code at this point
Browse repository at this point
fixed windows failure caused by counting extra null character
admud
committed
ef79eeb
View commit details
Copy full SHA for ef79eeb
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
readd posix null terminator to lib/Runtime/PlatformAgnostic/Platform/POSIX/ArraysUtility.cpp
admud
committed
f37ae26
View commit details
Copy full SHA for f37ae26
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
readded missing spaces and removed space append in two functions
admud
committed
11d6846
View commit details
Copy full SHA for 11d6846
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
Merge branch 'master' into master
admud
authored
7da3ac3
View commit details
Copy full SHA for 7da3ac3
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
fixing issue 6361
admud
committed
96b584c
View commit details
Copy full SHA for 96b584c
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
fix: default value of arg of Object.prototype.hasOwnProperty should be undefined
unbyte
committed
69334ca
View commit details
Copy full SHA for 69334ca
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
[1.11>master] [MERGE #6464 @rajeshpeter] ChakraCore Servicing Update for 2020.06B
Show description for 33db8ef
rajeshpeter
committed
33db8ef
View commit details
Copy full SHA for 33db8ef
View code at this point
Browse repository at this point
Merge github/master external changes
boingoing
committed
e2527e2
View commit details
Copy full SHA for e2527e2
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Updating version to 1.11.20
rajeshpeter
committed
52f4143
View commit details
Copy full SHA for 52f4143
View code at this point
Browse repository at this point
[CVE-2020-1073]
Ankur Garg
authored and
rajeshpeter
committed
82d3c45
View commit details
Copy full SHA for 82d3c45
View code at this point
Browse repository at this point
[CVE-2020-1219]
Chakra Automation
authored and
rajeshpeter
committed
9cec00d
View commit details
Copy full SHA for 9cec00d
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Refactor await & yield & enable async iteration (#6456)
Show description for c848d4d
rhuanjl
and
Kevin Smith
authored
c848d4d
View commit details
Copy full SHA for c848d4d
View code at this point
Browse repository at this point
Combine module Url and Specifier properties (#6446)
Show description for bd91335
rhuanjl
authored
bd91335
View commit details
Copy full SHA for bd91335
View code at this point
Browse repository at this point
Commits on May 14, 2020
Destructuring declaration should not produce value (#6330)
Show description for bd79dba
akroshg
authored
bd79dba
View commit details
Copy full SHA for bd79dba
View code at this point
Browse repository at this point
Commits on May 13, 2020
[1.11>master] [MERGE #6447 @rajeshpeter] ChakraCore Servicing Update for 2020.05B
Show description for 1b62fe7
rajeshpeter
committed
1b62fe7
View commit details
Copy full SHA for 1b62fe7
View code at this point
Browse repository at this point
Commits on May 12, 2020
Updated version to 1.11.19
rajeshpeter
committed
7af2bf2
View commit details
Copy full SHA for 7af2bf2
View code at this point
Browse repository at this point
Commits on May 11, 2020
[CVE-2020-1037] Ensure JIT bails out when there is an object marked as temporary during an implicit call, to prevent objects stored on the stack to be used outside of the function. This is done by …
Show description for 73ced02
Atul Katti
authored and
rajeshpeter
committed
73ced02
View commit details
Copy full SHA for 73ced02
View code at this point
Browse repository at this point
[CVE-2020-1065] A previous MSRC fix removes the body scope of an enclosing function when a nested function is declared in the param scope of that enclosing function. This an result in us calculatin…
Show description for e245029
anagoyal
authored and
rajeshpeter
committed
e245029
View commit details
Copy full SHA for e245029
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.