Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js804 return new BreakEvent(exec_state, break_points_hit);
808 function BreakEvent(exec_state, break_points_hit) { class
814 BreakEvent.prototype.executionState = function() {
819 BreakEvent.prototype.eventType = function() {
824 BreakEvent.prototype.func = function() {
829 BreakEvent.prototype.sourceLine = function() {
834 BreakEvent.prototype.sourceColumn = function() {
839 BreakEvent.prototype.sourceLineText = function() {
844 BreakEvent.prototype.breakPointsHit = function() {
849 BreakEvent.prototype.toJSONProtocol = function() {