| commit | 9a3e0afbcd224b74d03f2e6b1dbcc2110c98c28e | [log] [tgz] | 
|---|---|---|
| author | Tobias Tebbi <tebbi@chromium.org> | Tue Jun 14 10:19:20 2022 | 
| committer | Tobias Tebbi <tebbi@chromium.org> | Tue Jun 14 10:23:21 2022 | 
| tree | 451ae11c7d121738d28e7c4244138e607410ad97 | |
| parent | 5352adc4f909c46f183114de6be446907e09286f [diff] | 
Version 10.5.17.1 (cherry-pick) Merged 085f504ed80b5a98ff07a28e84e016bddc95b788 Revert "[sandbox] Enable sandboxed pointers on Android" Change-Id: I78c6d44c917e217bfd5ab1ab893e7b417a63a99a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3705436 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/10.5.17@{#2} Cr-Branched-From: 3197fac912d2f21d2453d1040a96bb7e59e7d16e-refs/heads/main@{#81122}
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.