| commit | 6a7d046e233e1b55178bd73e3ba644a6ba7d5abd | [log] [tgz] | 
|---|---|---|
| author | Jakob Kummerow <jkummerow@chromium.org> | Fri Oct 11 13:18:37 2024 | 
| committer | Michael Achenbach <machenbach@chromium.org> | Fri Oct 11 14:01:10 2024 | 
| tree | b7a0b49429fc9f57accb662bda2538f6ad68003f | |
| parent | 6c92e8f33b19a3786fef093afab79598babd9a69 [diff] | 
Version 13.1.198.1 (cherry-pick) Merged 5030f321cc77b3007d1f9b7c8ce54e0fd14320f8 [wasm][32-bit] Fix Android build Change-Id: I2fc4233c1d45d58bf183452459f9f323be7dc6c2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5923869 Owners-Override: Michael Achenbach <machenbach@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.1.198@{#2} Cr-Branched-From: 414c594db396360b293267226cbaf4d1472cfd3e-refs/heads/main@{#96530}
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.