Chromium Code Reviews| Index: runtime/vm/handles.cc |
| =================================================================== |
| --- runtime/vm/handles.cc (revision 11247) |
| +++ runtime/vm/handles.cc (working copy) |
| @@ -17,6 +17,7 @@ |
| namespace dart { |
| +DEFINE_FLAG(bool, verify_handles, false, "Verify handles."); |
| DEFINE_DEBUG_FLAG(bool, trace_handles_count, |
| false, "Trace count of handles allocated."); |