| commit | 8324836a6fc7d316df6863ac17b2d42abf916c4c | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 01 11:48:23 2021 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 01 11:48:34 2021 | 
| tree | 9a7c644d37d877c5ae1d3ca787ccfebd4e9a0ab0 | |
| parent | 808fbade92e641e2d4f04838f4f4e178d1a9ab4f [diff] | 
Version 9.3.269 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ib2511c42679ff12fba86138ff9c2dc78fd4a3467 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2999298 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/9.3.269@{#1} Cr-Branched-From: 808fbade92e641e2d4f04838f4f4e178d1a9ab4f-refs/heads/master@{#75502}
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.