commit | d0b6686c14339bd5d0aeaf610705c7ed85393e1f | [log] [tgz] |
---|---|---|
author | jwolfe <jwolfe@igalia.com> | Thu May 12 20:51:48 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 12 20:54:14 2016 |
tree | 09d80e9efc838d30f2d3ad3ef25dd6477f7f2841 | |
parent | 02b7373ab135a516c4f553a2f553d086d4c12579 [diff] |
In parallel to the strict octal check that would reject `012` in strict mode, this patch collects UseCounters for `089` in strict mode. The spec says this should be an error, but this patch does not report it as such. BUG=v8:4973 LOG=y Review-Url: https://codereview.chromium.org/1948403002 Cr-Commit-Position: refs/heads/master@{#36221}
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.