Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js954 return new BreakEvent(exec_state, break_points_hit);
958 function BreakEvent(exec_state, break_points_hit) { class
964 BreakEvent.prototype.executionState = function() {
969 BreakEvent.prototype.eventType = function() {
974 BreakEvent.prototype.func = function() {
979 BreakEvent.prototype.sourceLine = function() {
984 BreakEvent.prototype.sourceColumn = function() {
989 BreakEvent.prototype.sourceLineText = function() {
994 BreakEvent.prototype.breakPointsHit = function() {
999 BreakEvent.prototype.toJSONProtocol = function() {