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

Unified Diff: src/isolate.h

Issue 1269683002: [interpreter] Adds interpreter cctests. (Closed) Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@interpreter_builtins
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/interpreter/interpreter.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index dab5f2da97efeae9eaeb05eb0a3c666e2e2d15c2..56bfff57380a5e3a6fba2dc662f639f6481814f5 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1138,6 +1138,8 @@ class Isolate {
void RegisterCancelableTask(Cancelable* task);
void RemoveCancelableTask(Cancelable* task);
+ interpreter::Interpreter* interpreter() const { return interpreter_; }
+
protected:
explicit Isolate(bool enable_serializer);
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698