Home | History | Annotate | Download | only in src

Lines Matching full:breakpointinfo

104 //         - BreakPointInfo
372 V(BREAK_POINT_INFO, BreakPointInfo, break_point_info)
4827 // The BreakPointInfo class holds information for break points set in a
4828 // function. The DebugInfo object holds a BreakPointInfo object for each code
4830 class BreakPointInfo: public Struct {
4843 static void ClearBreakPoint(Handle<BreakPointInfo> info,
4846 static void SetBreakPoint(Handle<BreakPointInfo> info,
4849 static bool HasBreakPointObject(Handle<BreakPointInfo> info,
4854 static inline BreakPointInfo* cast(Object* obj);
4870 DISALLOW_IMPLICIT_CONSTRUCTORS(BreakPointInfo);