aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/flags.h
diff options
context:
space:
mode:
authorChris Dickinson <christopher.s.dickinson@gmail.com>2015-05-05 13:48:55 -0700
committerRod Vagg <rod@vagg.org>2015-08-04 11:56:09 -0700
commitd58e780504bdba6c5897c48428fd984c5b5f96fe (patch)
tree033f1568ae3f9f077aceb843b42eb1ed1739ce0f /deps/v8/src/flags.h
parent21d31c08e7d0b6865e52452750b20b05e6dca443 (diff)
downloadandroid-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.tar.gz
android-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.tar.bz2
android-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.zip
deps: update v8 to 4.3.61.21
* @indutny's SealHandleScope patch (484bebc38319fc7c622478037922ad73b2edcbf9) has been cherry picked onto the top of V8 to make it compile. * There's some test breakage in contextify. * This was merged at the request of the TC. PR-URL: https://github.com/iojs/io.js/pull/1632
Diffstat (limited to 'deps/v8/src/flags.h')
-rw-r--r--deps/v8/src/flags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/flags.h b/deps/v8/src/flags.h
index 9ec5d30119..545c172d36 100644
--- a/deps/v8/src/flags.h
+++ b/deps/v8/src/flags.h
@@ -58,7 +58,8 @@ class FlagList {
// Set flags as consequence of being implied by another flag.
static void EnforceFlagImplications();
- // Hash of current flags (to quickly determine flag changes).
+ // Hash of flags (to quickly determine mismatching flag expectations).
+ // This hash is calculated during V8::Initialize and cached.
static uint32_t Hash();
};