commit | 0981e91a4f8692af337e2588562ad1504f4bffdc | [log] [tgz] |
---|---|---|
author | Igor Sheludko <[email protected]> | Thu Mar 24 16:39:08 2022 |
committer | V8 LUCI CQ <[email protected]> | Thu Mar 24 17:50:12 2022 |
tree | 66157b323f8e2ddbfc0f1ee955fc858413125a0b | |
parent | d7966ecda28dba611cafad983835ed43c12e95d7 [diff] |
[runtime] Fix handling of interceptors Bug: chromium:1309225 Change-Id: Ifd62639a2aa18b633e7cf36632677ee16c977afd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3548458 Reviewed-by: Toon Verwaest <[email protected]> Commit-Queue: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/heads/main@{#79613}
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.