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

Unified Diff: src/profiler/sampler.h

Issue 1895603002: [esnext] prototype runtime implementation for async functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@AsyncFunction
Patch Set: Add AsyncFunction constructor Created 4 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
Index: src/profiler/sampler.h
diff --git a/src/profiler/sampler.h b/src/profiler/sampler.h
index 04c8f0446cb940d1397e33e4247e87ad77759139..ee103674cc7b1b3e6947ed89a0e2c6c59d1bb9b8 100644
--- a/src/profiler/sampler.h
+++ b/src/profiler/sampler.h
@@ -140,7 +140,6 @@ class Sampler {
DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler);
};
-
#if defined(USE_SIMULATOR)
class SimulatorHelper : AllStatic {
public:
@@ -150,7 +149,6 @@ class SimulatorHelper : AllStatic {
};
#endif // USE_SIMULATOR
-
} // namespace internal
} // namespace v8
« src/bootstrapper.cc ('K') | « src/parsing/preparser.cc ('k') | src/profiler/sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698