| commit | fdb5c10250414a7efd8b774883d1cf45d5776804 | [log] [tgz] | 
|---|---|---|
| author | Manos Koukoutos <manoskouk@chromium.org> | Thu Jun 22 07:46:53 2023 | 
| committer | Deepti Gandluri <gdeepti@chromium.org> | Thu Jun 22 17:30:08 2023 | 
| tree | f37cc0e6cd15f6d8b44672683d19480a4ed30e49 | |
| parent | f4113f5d3360e01a671aaf0f629c73d0a2f4b3be [diff] | 
Version 11.7.3.2 (cherry-pick) Merged 36a181b0c84ade08e80d36efc8ae3ecd1ad89da7 Revert "[maglev] Fix node_type contradicting possible_maps" Change-Id: I3661cc85dbbe2d988b7cea3a5de2a90b6afca72b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4637871 Owners-Override: Deepti Gandluri <gdeepti@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.7.3@{#3} Cr-Branched-From: 4c596725f6791dc2742919108ab37b0081482283-refs/heads/main@{#88433}
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.