diff options
author | isaacs <i@izs.me> | 2012-01-31 18:35:04 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-31 18:35:04 -0800 |
commit | 05471f5c2aee3d264a5ae65dc3ad140ca85eb9dd (patch) | |
tree | a11af490b44094c1c0d81411c7de6ddb9981934e /deps/v8/src/ast.cc | |
parent | bd21038078a2a20a128149c921cecb328e0a1116 (diff) | |
download | node-new-05471f5c2aee3d264a5ae65dc3ad140ca85eb9dd.tar.gz |
Update v8 to 3.8.9
Diffstat (limited to 'deps/v8/src/ast.cc')
-rw-r--r-- | deps/v8/src/ast.cc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/deps/v8/src/ast.cc b/deps/v8/src/ast.cc index 580a485078..811193b49b 100644 --- a/deps/v8/src/ast.cc +++ b/deps/v8/src/ast.cc @@ -1,4 +1,4 @@ -// Copyright 2011 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -25,10 +25,15 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" - #include "ast.h" + +#include <math.h> // For isfinite. +#include "builtins.h" +#include "conversions.h" +#include "hashmap.h" #include "parser.h" +#include "property-details.h" +#include "property.h" #include "scopes.h" #include "string-stream.h" #include "type-info.h" |