commit | bf8d8f1dc8c10ecd7be3e6f780957b24483e2a49 | [log] [tgz] |
---|---|---|
author | Tobias Tebbi <tebbi@chromium.org> | Sat Dec 14 22:25:51 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 16 10:36:58 2019 |
tree | 01c3cd691ec3a756dc682033b170ff288b444612 | |
parent | d2351143254b99bb999499e1d5c76813ff087f36 [diff] |
[torque] use macro keyword for methods This makes it obvious that methods are actually macros. Also, in the future, we might allow methods that are actually builtins. Bug: v8:7793 Change-Id: Ib641c4b5a222b27c67aa0c31fd3611ed4a11842c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1967330 Reviewed-by: Michael Stanton <mvstanton@chromium.org> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/master@{#65455}
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.