| commit | 93db86e605d49380072797667bf9e2c845ee7b79 | [log] [tgz] |
|---|---|---|
| author | Yang Guo <yangguo@chromium.org> | Thu Feb 08 11:58:37 2018 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 08 13:05:20 2018 |
| tree | bc446803d596e7018241a09118948a9231db8345 | |
| parent | b7b64095c24650875ffed110be0baa2f94af8850 [diff] |
[debug] do not inline builtin if breaking on entry. R=jarin@chromium.org Bug: v8:178 Change-Id: I4b77e96072d5b8b70df21477bba8cdbf573d184c Reviewed-on: https://chromium-review.googlesource.com/908289 Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#51174}
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.