| Index: src/top.h
|
| diff --git a/src/top.h b/src/top.h
|
| index ea8eddf6b26c542bc2534c7a7fcda42eeb3b5f2c..5b0fd6157cbd4da5c822e1442ea47824a4eecf85 100644
|
| --- a/src/top.h
|
| +++ b/src/top.h
|
| @@ -386,7 +386,9 @@ class Top {
|
| static void DoThrow(MaybeObject* exception,
|
| MessageLocation* location,
|
| const char* message);
|
| - static bool ShouldReturnException(bool* is_caught_externally,
|
| + // Checks if exception should be reported and finds out if it's
|
| + // caught externally.
|
| + static bool ShouldReportException(bool* is_caught_externally,
|
| bool catchable_by_javascript);
|
|
|
| // Attempts to compute the current source location, storing the
|
|
|