commit | 672c812b72b3ff654ed190290ca7a0ecd4fc3cf9 | [log] [tgz] |
---|---|---|
author | Shu-yu Guo <syg@chromium.org> | Tue Feb 25 23:23:16 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 23:04:20 2025 |
tree | 068b1b35cd96bbde9bda4f505789db6120454b1c | |
parent | 5734b2e5e74b850cbc629cf56309c1f3cf97c532 [diff] |
[regexp-escape] Ship it I2S with 3 LGTMs: https://groups.google.com/a/chromium.org/g/blink-dev/c/9J0IIfquFZY/m/LpKf5Ap_AgAJ Cq-Include-Trybots: luci.chromium.try:linux-rel Fixed: 353856236 Change-Id: I007d949ea205b19bef982d795d7fa0c525177463 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6300239 Reviewed-by: Patrick Thier <pthier@chromium.org> Commit-Queue: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#99270}
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.