Searched refs:script_id_or_name (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | debug-debugger.js | 253 function ScriptBreakPoint(type, script_id_or_name, opt_line, opt_column, argument 257 this.script_id_ = script_id_or_name; 259 this.script_name_ = script_id_or_name; 758 Debug.setScriptBreakPoint = function(type, script_id_or_name, argument 763 new ScriptBreakPoint(type, script_id_or_name, opt_line, opt_column,
|