| commit | cfb0857d677871fb3581424b84a10cf52a83ae37 | [log] [tgz] |
|---|---|---|
| author | Victor Gomes <victorgomes@chromium.org> | Fri Jan 09 15:48:11 2026 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 10 17:40:05 2026 |
| tree | 9610c00ad0a432c5dd5524c8349a55308bdc3c79 | |
| parent | 02876840ad4b98deadc39861ff5eb74e9655399e [diff] |
[wasm] Use base::BitField in the interpreter base::BitField values are CHECKed to avoid silent truncation. Bug: 467004383 Change-Id: Ia3491e2bab70d50e203cdab4e2a466204560b33e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7416783 Commit-Queue: Victor Gomes <victorgomes@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Paolo Severini <paolosev@microsoft.com> Cr-Commit-Position: refs/heads/main@{#104617}
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.