commit | c691a6bfd3fb61ada9950fd33d832efa9033ed89 | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Wed Jan 22 14:15:26 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 14:50:27 2025 |
tree | 3f7b2226e43783c2a0a514c05af555aeb24d6c31 | |
parent | 17a447e0b3a7b71aa891c92ec3b8ae6d4cfcf640 [diff] |
[spelling] Correct a few typos Change-Id: I2d55d7d7817c6f9f08ef06ab9049c4200b72067f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6182139 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Auto-Submit: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#98261}
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.