Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: runtime/vm/source_report.cc

Issue 2984083002: Revert "Simplify and fix implicit closure check, speed up Closure_equals" (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/raw_object.h ('k') | tests/isolate/message4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/source_report.cc
diff --git a/runtime/vm/source_report.cc b/runtime/vm/source_report.cc
index 6baf9ce085848910e52d9e26872f41f4cf894dc8..e703cfab97e3301af991380b529f8b0246545046 100644
--- a/runtime/vm/source_report.cc
+++ b/runtime/vm/source_report.cc
@@ -82,7 +82,6 @@ bool SourceReport::ShouldSkipFunction(const Function& func) {
switch (func.kind()) {
case RawFunction::kRegularFunction:
case RawFunction::kClosureFunction:
- case RawFunction::kImplicitClosureFunction:
case RawFunction::kGetterFunction:
case RawFunction::kSetterFunction:
case RawFunction::kConstructor:
« no previous file with comments | « runtime/vm/raw_object.h ('k') | tests/isolate/message4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698