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

Unified Diff: src/factory.h

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Rename Created 3 years, 7 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/debug/debug.h ('k') | src/factory.cc » ('j') | src/objects-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 81462055593acb61d6fe66a0740a5a8b51fffacd..27b9a1f8ef3904260878d3e55641c4e7fa9b783f 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -18,7 +18,9 @@ namespace v8 {
namespace internal {
class BoilerplateDescription;
+class BreakPointInfo;
class ConstantElementsPair;
+class DebugInfo;
enum FunctionMode {
// With prototype.
« no previous file with comments | « src/debug/debug.h ('k') | src/factory.cc » ('j') | src/objects-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698