Home
last modified time | relevance | path

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

/external/v8/src/
Dmessages.js461 function ScriptSourceSlice(opt_from_line, opt_to_line) { argument
462 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
463 : opt_from_line;
Dmirror-debugger.js1876 ScriptMirror.prototype.sourceSlice = function (opt_from_line, opt_to_line) { argument
1877 return this.script_.sourceSlice(opt_from_line, opt_to_line);