Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| =================================================================== |
| --- runtime/vm/stack_frame.h (revision 16586) |
| +++ runtime/vm/stack_frame.h (working copy) |
| @@ -57,7 +57,10 @@ |
| RawFunction* LookupDartFunction() const; |
| RawCode* LookupDartCode() const; |
| bool FindExceptionHandler(uword* handler_pc) const; |
| + // Returns token_pos of the pc(), or -1 if none exists. |
| + intptr_t GetTokenPos() const; |
| + |
| protected: |
| StackFrame() : fp_(0), sp_(0) { } |