| commit | 6c6ef6c3dd3e30bbc9e097605422ca08d543e748 | [log] [tgz] | 
|---|---|---|
| author | Clemens Backes <clemensb@chromium.org> | Thu Mar 13 11:32:43 2025 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Thu Mar 13 11:41:09 2025 | 
| tree | 0cb1bbcf826efd829f4dc328dce7bbd9a6d887ef | |
| parent | 6ee46ed6a1145166d092d57f8a3ed03e5fe853cd [diff] | 
Version 13.6.54.1 (cherry-pick) Merged 32fcf9e5238cbd6b11a531bd0e120b309c6f0926 Revert "Reland "[sandbox] Check that GetIsolateForSandbox returns the current sandbox"" Change-Id: I87c7ef0404fba7b9011c33f8aee5bd31fffdad3c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6350003 Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.6.54@{#2} Cr-Branched-From: 23b91ca7891b20d770168eeb798400fe723add2e-refs/heads/main@{#99227}
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.