| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 56492f7c474c211743e2522c58eccf8a665cd3c4..bfbfa28201c7eae7bdf090386f34576e504ed5d9 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.
|
| */
|
|
|