| commit | 9c53a581a4233fa121c5d4aaf5bc6e3fe2e7fcd5 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jan 03 05:01:25 2023 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Jan 03 05:01:38 2023 | 
| tree | 9be74815dd8a7355443567b366ea30eb5a7cb3c9 | |
| parent | a5acddef26409dfcf95bfe5c8a04065c03784864 [diff] | 
Version 11.1.105 Change-Id: I35cb8682ac32f5da160d0f1197dc9df5f7d0a6e2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4131423 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/11.1.105@{#1} Cr-Branched-From: a5acddef26409dfcf95bfe5c8a04065c03784864-refs/heads/main@{#85067}
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.