Go to file
hpayer 1eeb41692a [heap] Inline record slot methods.
BUG=chromium:532784
LOG=n

Review URL: https://codereview.chromium.org/1347363002

Cr-Commit-Position: refs/heads/master@{#30789}
2015-09-17 08:44:24 +00:00
benchmarks
build Port cfi blacklist from chromium. 2015-09-15 08:45:51 +00:00
include [presubmit] Enable build/c++11 linter checking. 2015-09-07 14:24:18 +00:00
infra Use committer list from chrome-infra-auth group project-v8-committers 2015-08-27 16:10:22 +00:00
samples Rework startup-data-util. 2015-08-14 12:11:46 +00:00
src [heap] Inline record slot methods. 2015-09-17 08:44:24 +00:00
test Disallow Object.observe calls on access-checked objects 2015-09-16 21:19:35 +00:00
testing
third_party/binutils
tools [heap] Move slots buffer into a separate file. 2015-09-15 12:35:20 +00:00
.clang-format
.gitignore
.ycm_extra_conf.py
AUTHORS MIPS:[turbofan] Improve boolean materialization compares. 2015-09-06 12:01:45 +00:00
BUILD.gn [heap] Move slots buffer into a separate file. 2015-09-15 12:35:20 +00:00
ChangeLog
codereview.settings Use v8-reviews@ for review mail, so v8-dev@ is free for dev discussions 2015-09-09 08:14:11 +00:00
DEPS Update V8 DEPS. 2015-09-17 03:26:35 +00:00
LICENSE
LICENSE.strongtalk
LICENSE.v8
LICENSE.valgrind
Makefile Vector ICs: gyp flag to run with vector-stores on. 2015-09-11 10:00:17 +00:00
Makefile.android
Makefile.nacl
OWNERS
PRESUBMIT.py Remove builtin/runtime name clash presubmit check. 2015-08-27 11:14:09 +00:00
README.md [Docs] Add information on how to contribute to the README 2015-09-15 07:53:13 +00:00
WATCHLISTS

V8 JavaScript Engine

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://code.google.com/p/v8/

Getting the Code

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/*

Contributing

Please follow the instructions mentioned on the V8 wiki.