Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.js889 BreakEvent.prototype.sourceLineText = function() { method in BreakEvent
890 return this.frame_.sourceLineText();
947 ExceptionEvent.prototype.sourceLineText = function() { method in ExceptionEvent
948 return this.exec_state_.frame(0).sourceLineText();
Dmirrors.js1890 FrameMirror.prototype.sourceLineText = function() { method in FrameMirror