Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 0fd196bacbfb8046fb7164cb63d182bd6e0d36fa..f8814c22aef669432f32fd887fc797e22ab58640 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -947,6 +947,15 @@ class V8_EXPORT UnboundScript { |
Handle<Value> GetScriptName(); |
/** |
+ * Data read from magic sourceURL comments. |
+ */ |
+ Handle<Value> GetSourceURL(); |
+ /** |
+ * Data read from magic sourceMappingURL comments. |
+ */ |
+ Handle<Value> GetSourceMappingURL(); |
+ |
+ /** |
* Returns zero based line number of the code_pos location in the script. |
* -1 will be returned if no information available. |
*/ |