commit | 74a392cc88c2217709db643c7ca7664564b97db7 | [log] [tgz] |
---|---|---|
author | alph <alph@chromium.org> | Fri Oct 14 19:04:45 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 14 19:05:10 2016 |
tree | 416ffeea205fc2beff90d33fb5b075adf55b9dd5 | |
parent | 2f9526523854b112b70af576b98b413914f0d0e3 [diff] |
[inspector] Record EvaluateScript trace event upon console evaluation It will allow timeline to show JS profile on code evaluated from console. BUG=chromium:655430 Committed: https://crrev.com/6882c91ecd222f3ee2feb42ad73fbc796d5c8172 Review-Url: https://codereview.chromium.org/2413943002 Cr-Original-Commit-Position: refs/heads/master@{#40289} Cr-Commit-Position: refs/heads/master@{#40323}
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://github.com/v8/v8/wiki
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 on the V8 wiki.