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

Unified Diff: src/objects-inl.h

Issue 2685163006: [inspector] migrate set/remove BreakPoint to debug-interface.h (Closed)
Patch Set: added a test, ready for review Created 3 years, 10 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
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index 0a785e613daa604b61106d28791913190e78dfba..0f8eec8bcaa54c60dcfc5593b4ade39bf69fd3ea 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -5843,6 +5843,9 @@ Code* DebugInfo::DebugCode() {
return shared()->code();
}
+ACCESSORS(BreakPoint, condition, Object, kConditionIndex);
+ACCESSORS(BreakPoint, data, Object, kDataIndex);
+
SMI_ACCESSORS(BreakPointInfo, source_position, kSourcePositionIndex)
ACCESSORS(BreakPointInfo, break_point_objects, Object, kBreakPointObjectsIndex)
« src/objects-debug.cc ('K') | « src/objects-debug.cc ('k') | src/objects-printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698