diff options
author | Michaƫl Zasso <mic.besace@gmail.com> | 2015-10-06 08:42:38 +0200 |
---|---|---|
committer | Ali Ijaz Sheikh <ofrobots@google.com> | 2015-10-14 11:20:34 -0700 |
commit | d8011d1683fe0d977de2bea1147f5213d4490c5a (patch) | |
tree | 54967df8dc1732e59eef39e5c5b39fe99ad88977 /deps/v8/src/accessors.h | |
parent | d1a2e5357ef0357cec9b516fa9ac78cc38a984aa (diff) | |
download | node-new-d8011d1683fe0d977de2bea1147f5213d4490c5a.tar.gz |
deps: upgrade V8 to 4.6.85.23
PR-URL: https://github.com/nodejs/node/pull/3351
Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/src/accessors.h')
-rw-r--r-- | deps/v8/src/accessors.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/src/accessors.h b/deps/v8/src/accessors.h index 227af745b7..3c0079de89 100644 --- a/deps/v8/src/accessors.h +++ b/deps/v8/src/accessors.h @@ -5,12 +5,18 @@ #ifndef V8_ACCESSORS_H_ #define V8_ACCESSORS_H_ +#include "include/v8.h" #include "src/allocation.h" #include "src/globals.h" +#include "src/handles.h" +#include "src/property-details.h" namespace v8 { namespace internal { +// Forward declarations. +class ExecutableAccessorInfo; + // The list of accessor descriptors. This is a second-order macro // taking a macro to be applied to all accessor descriptor names. #define ACCESSOR_INFO_LIST(V) \ |