| commit | 4af4626f60ec642bc92885aa2965cbfd561507d3 | [log] [tgz] | 
|---|---|---|
| author | Marja Hölttä <marja@chromium.org> | Mon Jun 19 06:56:05 2023 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Mon Jun 19 14:12:09 2023 | 
| tree | eed1bc4a927ee9c3c75e0c7bffd141467319e679 | |
| parent | f3196d4238cd4d1abc55442038d94e883112d9ed [diff] | 
Version 11.6.184.2 (cherry-pick) Merged b4eb22ce6f6c74cde2c6948ca0ce9fadcbe5bec6 Revert "[maglev] Make EmitPolymorphicAccess emit shorter code" Change-Id: I89e752c549e34605850280be395a9db2e34fda36 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4622313 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.6.184@{#3} Cr-Branched-From: bb46234a4d5aa8245bdfc51e4b45a87dd1db6a0d-refs/heads/main@{#88315}
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.