commit | 54188964008a32edea8bd4a76c43313d2710043b | [log] [tgz] |
---|---|---|
author | jarin <jarin@chromium.org> | Mon Feb 15 07:36:15 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 15 07:36:57 2016 |
tree | e139998335092836341be21ad4b9fe5dbab885ea | |
parent | 359ba8e0dfd5a8a7ea0989264ff1336dbeff247a [diff] |
Make the frame inspector use TranslatedState rather than the full deoptimizer. This is mostly preparation for allowing the function closure to be materialized. As a drive-by fix, I have added ignition source position support to the frame inspector (this fixed some ignition test failures). Review URL: https://codereview.chromium.org/1698743002 Cr-Commit-Position: refs/heads/master@{#33975}
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.