Home
last modified time | relevance | path

Searched refs:BreakEvent (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Ddebugger_script_externs.js184 function BreakEvent() {} class
187 BreakEvent.prototype.breakPointsHit = function() {}
/external/v8/src/debug/
Ddebug.js920 return new BreakEvent(break_id, break_points_hit);
924 function BreakEvent(break_id, break_points_hit) { class
930 BreakEvent.prototype.eventType = function() { class
935 BreakEvent.prototype.func = function() {
940 BreakEvent.prototype.sourceLine = function() {
945 BreakEvent.prototype.sourceColumn = function() {
950 BreakEvent.prototype.sourceLineText = function() {
955 BreakEvent.prototype.breakPointsHit = function() {
960 BreakEvent.prototype.toJSONProtocol = function() {
2454 "BreakEvent", BreakEvent,