Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: src/compiler/js-operator.h

Issue 2663513002: [objects.h splitting] Move out ConstantElementsPair and BoileplateDescriptor. (Closed)
Patch Set: moving constant_elements_kind to ast.cc Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index 32f07b3e60eb9634c3f54116f3bfdcda62bb9ba6..a6bae4827d3e632909457dcaa9b97f75926b67a4 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -12,6 +12,10 @@
namespace v8 {
namespace internal {
+
+class BoilerplateDescription;
+class ConstantElementsPair;
+
namespace compiler {
// Forward declarations.
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698