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

Unified Diff: src/execution.h

Issue 1290453002: Realize IWYU pattern for handles.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 4 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/simplified-operator.h ('k') | src/futex-emulation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index fd7636db96103d451ebdc999c3f0939569f07392..551682c2eb65637864e751e555c6a5df98c9565e 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -5,11 +5,17 @@
#ifndef V8_EXECUTION_H_
#define V8_EXECUTION_H_
+#include "src/allocation.h"
+#include "src/base/atomicops.h"
#include "src/handles.h"
+#include "src/utils.h"
namespace v8 {
namespace internal {
+// Forward declarations.
+class JSRegExp;
+
class Execution final : public AllStatic {
public:
// Call a function, the caller supplies a receiver and an array
« no previous file with comments | « src/compiler/simplified-operator.h ('k') | src/futex-emulation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698