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

Unified Diff: src/d8.h

Issue 1218553004: Change d8 Worker API so it takes a string instead of a function. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use template strings Created 5 years, 6 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 | « no previous file | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 490fb770915c0dad7fe85ad4d6f040f3ac1a2ca8..4d723473ea385c2c66b65c6ee65fd40e872592b8 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -239,7 +239,7 @@ class Worker {
Worker();
~Worker();
- void StartExecuteInThread(Isolate* isolate, const char* function_string);
+ void StartExecuteInThread(Isolate* isolate, const char* script);
void PostMessage(SerializationData* data);
SerializationData* GetMessage();
void Terminate();
« no previous file with comments | « no previous file | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698