Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 483699cbda9da065ae12000019af1f1f33eaeb00..4035394c6fee3a7ce67f67ed5ef337de0aceec70 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1222,6 +1222,9 @@ class V8_EXPORT ScriptCompiler { |
* V8 has parsed the data it received so far. |
*/ |
virtual size_t GetMoreData(const uint8_t** src) = 0; |
+ |
+ virtual bool SetBookmark(); |
jochen (gone - plz use gerrit)
2015/05/22 15:54:29
Please add a comment about what this is supposed t
|
+ virtual void ResetToBookmark(); |
}; |