Home | History | Annotate | Download | only in src

Lines Matching full:break_id

1275  * @param {number} break_id Current break id
1279 function FrameDetails(break_id, index) {
1280 this.break_id_ = break_id;
1281 this.details_ = %GetFrameDetails(break_id, index);
1421 * @param {number} break_id The break id in the VM for which this frame is
1427 function FrameMirror(break_id, index) {
1429 this.break_id_ = break_id;
1431 this.details_ = new FrameDetails(break_id, index);