Searched refs:sourceLineText (Results 1 – 2 of 2) sorted by relevance
889 BreakEvent.prototype.sourceLineText = function() { method in BreakEvent890 return this.frame_.sourceLineText();947 ExceptionEvent.prototype.sourceLineText = function() { method in ExceptionEvent948 return this.exec_state_.frame(0).sourceLineText();
1890 FrameMirror.prototype.sourceLineText = function() { method in FrameMirror