Chromium Code Reviews| Index: src/execution.h |
| diff --git a/src/execution.h b/src/execution.h |
| index 222ab9e4cf672a604a39e4b600b3c30806d8f319..52c76280eba8b495e271318b5ff383f022b7d776 100644 |
| --- a/src/execution.h |
| +++ b/src/execution.h |
| @@ -48,6 +48,11 @@ |
| Handle<Object> receiver, int argc, |
| Handle<Object> argv[], |
| MaybeHandle<Object>* exception_out = NULL); |
| + |
| + static Handle<String> GetStackTraceLine(Handle<Object> recv, |
| + Handle<JSFunction> fun, |
| + Handle<Object> pos, |
| + Handle<Object> is_global); |
| }; |