Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2011 the V8 project authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef V8_AST_SCOPEINFO_H_ | |
| 6 #define V8_AST_SCOPEINFO_H_ | |
| 7 | |
| 8 #include "src/allocation.h" | |
| 9 #include "src/ast/modules.h" | |
| 10 #include "src/ast/variables.h" | |
| 11 | |
| 12 namespace v8 { | |
| 13 namespace internal { | |
| 14 | |
| 15 } // namespace internal | |
| 16 } // namespace v8 | |
| 17 | |
| 18 #endif // V8_AST_SCOPEINFO_H_ | |
| OLD | NEW |