commit | 0c8081806bbf8d3559967d26694a872753047809 | [log] [tgz] |
---|---|---|
author | Olivier Flückiger <olivf@chromium.org> | Wed Jan 22 16:05:52 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 17:15:36 2025 |
tree | 66e26f115c0bcf8bf8107f951951d0d4fd72dc1f | |
parent | 258008fe0f7de797c122f2303d2f44e7633671d5 [diff] |
[maglev] Fix StringOrStringWrapper type StringOrStringWrapper is also a HeapObject. Fixed: 391412545 Change-Id: I8356bf41985d02bdc674d23aaaebf0e444121385 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6190028 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Olivier Flückiger <olivf@chromium.org> Auto-Submit: Olivier Flückiger <olivf@chromium.org> Cr-Commit-Position: refs/heads/main@{#98267}
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.