Searched defs:sourceLineText (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddebug-debugger.js1025 BreakEvent.prototype.sourceLineText = function() {
1026 return this.exec_state_.frame(0).sourceLineText();
1048 o.body.sourceLineText = this.sourceLineText(),
1120 ExceptionEvent.prototype.sourceLineText = function() {
1121 return this.exec_state_.frame(0).sourceLineText();
1136 o.body.sourceLineText = this.sourceLineText();
H A Dmirror-debugger.js1559 FrameMirror.prototype.sourceLineText = function() {
2390 var source_line_text = mirror.sourceLineText();
2392 content.sourceLineText = source_line_text;

Completed in 135 milliseconds