commit | b679fda37fc9c0a38053a6bda756726b038cb6fc | [log] [tgz] |
---|---|---|
author | pthier <pthier@chromium.org> | Thu Jun 22 14:56:57 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 23 12:02:23 2023 |
tree | b0f5b9abb7492ec6f7eab419deb3aea6dfaec9ad | |
parent | 1fb8353f07537dfa20114d72f52680cdce1be4b7 [diff] |
[tagged-ptr] Make operator* const for Object and Smi Bug: v8:12710 Change-Id: I5555a60fdbafcf50df40a90489504f152209498c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4634722 Auto-Submit: Patrick Thier <pthier@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#88456}
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.