Home | History | Annotate | Download | only in src

Lines Matching full:break_id

1368  * @param {number} break_id Current break id
1372 function FrameDetails(break_id, index) {
1373 this.break_id_ = break_id;
1374 this.details_ = %GetFrameDetails(break_id, index);
1519 * @param {number} break_id The break id in the VM for which this frame is
1525 function FrameMirror(break_id, index) {
1527 this.break_id_ = break_id;
1529 this.details_ = new FrameDetails(break_id, index);