Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 33570) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -1474,6 +1474,7 @@ |
| (kind == RawFunction::kMethodExtractor) || |
| (kind == RawFunction::kNoSuchMethodDispatcher) || |
| (kind == RawFunction::kInvokeFieldDispatcher) || |
| + (kind == RawFunction::kInvokeClosureDispatcher) || |
| func.IsImplicitConstructor()) { |
| return false; |
| } |