| commit | b4f1842cdef5cd4ff5fa9da5a40f36951225e62b | [log] [tgz] | 
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Wed Jan 24 07:27:57 2024 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Wed Jan 24 08:14:12 2024 | 
| tree | d4e10c51ecaaafe0530e3dce79d71ff70373b6fe | |
| parent | ca87f7484648070e5f2c69730de3e3dc1863f781 [diff] | 
Version 12.3.13.1 (cherry-pick) Merged 08f1ac73fc118d18cf9e0f29066d68d60bcebb89 Revert "Reland "Add Perfetto V8 DataSource"" Change-Id: Ib915cee27f2521f021e5d95fd07bb49405ae2284 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5233580 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.3.13@{#2} Cr-Branched-From: 15e25592e104ef5eac84c9b8b57a84294abe01f7-refs/heads/main@{#91967}
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.