| commit | 80b7f8856af0f10eea269dbb0ef2de6fad6c1dd8 | [log] [tgz] | 
|---|---|---|
| author | Stephen Roettger <sroettger@google.com> | Wed Dec 18 10:46:20 2024 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Wed Dec 18 13:36:11 2024 | 
| tree | 599a1eec3f163ff3cacf91f622bcda56ee06cdd6 | |
| parent | 346e4b8749540b33f3d690253b669f97ee971c49 [diff] | 
Version 13.3.371.1 (cherry-pick) Merged 59dcc2e7666bc9af063aca878a36cd95bd544f36 [wasm] quick fix for the CallIndirectTargetMap hash Change-Id: I085f35ab3b6e5f2e5766b3e37d76c10b760b1633 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6105690 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.3.371@{#2} Cr-Branched-From: 1a2a66c44ef0c84b5165443a462163f2e59c0c72-refs/heads/main@{#97828}
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.