Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js990 return new BreakEvent(exec_state, break_points_hit);
994 function BreakEvent(exec_state, break_points_hit) { class
1000 BreakEvent.prototype.executionState = function() {
1005 BreakEvent.prototype.eventType = function() {
1010 BreakEvent.prototype.func = function() {
1015 BreakEvent.prototype.sourceLine = function() {
1020 BreakEvent.prototype.sourceColumn = function() {
1025 BreakEvent.prototype.sourceLineText = function() {
1030 BreakEvent.prototype.breakPointsHit = function() {
1035 BreakEvent.prototype.toJSONProtocol = function() {