commit | 8a69c0a4d2bccd9f32517025ae95940005513ca3 | [log] [tgz] |
---|---|---|
author | Shu-yu Guo <syg@chromium.org> | Wed Apr 26 17:56:03 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 04 13:44:24 2023 |
tree | 0146b84b81fa8205282372c1265033f085ae55a4 | |
parent | f45e39804403ed33fd92a5a64c2fbfabef7a70ea [diff] |
Merged: [regexp] Fix clobbered register in global Unicode special case Bug: chromium:1439691 (cherry picked from commit 2c8a019f39d29b403f881d9b5932e3219fdcc832) Change-Id: I2743e3dd2e60249c14650c3acb4e11ed2dde4092 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4502670 Reviewed-by: Jakob Linke <jgruber@chromium.org> Commit-Queue: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/branch-heads/11.3@{#18} Cr-Branched-From: b0a3a06aa78a9beb4e8485eb502b20b2abe2abbf-refs/heads/11.3.244@{#1} Cr-Branched-From: 0326cf6343caaa6ea32bb3208e894cb7412e1313-refs/heads/main@{#86647}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.