Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 0fd196bacbfb8046fb7164cb63d182bd6e0d36fa..bcc8b700d3bf210c2e4738a2661fe320ebb2e6e2 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -946,6 +946,10 @@ class V8_EXPORT UnboundScript { |
| int GetId(); |
| Handle<Value> GetScriptName(); |
| + // Data read from magic sourceURL and sourceMappingURL comments. |
|
yurys
2014/06/10 14:41:04
Please use /** */ style annotations.
|
| + Handle<Value> GetSourceURL(); |
| + Handle<Value> GetSourceMappingURL(); |
| + |
| /** |
| * Returns zero based line number of the code_pos location in the script. |
| * -1 will be returned if no information available. |