| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 5a1461f1021858b4ac30b328f74cefa57cbfdb45..6b9917f08a94bd1818be563faa75e4b05662f2a3 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -765,7 +765,9 @@ class Isolate {
|
| Object* PromoteScheduledException();
|
|
|
| // Attempts to compute the current source location, storing the
|
| - // result in the target out parameter.
|
| + // result in the target out parameter. The source location is attached to a
|
| + // Message object as the location which should be shown to the user. It's
|
| + // typically the top-most meaningful location on the stack.
|
| bool ComputeLocation(MessageLocation* target);
|
| bool ComputeLocationFromException(MessageLocation* target,
|
| Handle<Object> exception);
|
|
|