commit | c927ebd90a40d656ae6136310a0058fd0cb2aade | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Fri Aug 30 16:45:27 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 30 17:17:48 2024 |
tree | 074bafb91842009014cf1d22f5602a5e0d5b42d7 | |
parent | ac1aaed535036529043b1fa16617c5fd8703e534 [diff] |
[jumbo] Factor duplicated SaveAndClearThreadInWasmFlag to common place. No behavior change intended, this just merges two near-identical spots. Bug: none Change-Id: I5da47de255fbba336279680d0b0f1e60621e6ccb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5774204 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#95903}
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.