Searched refs:script_id_or_name (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | debug-debugger.js | 224 function ScriptBreakPoint(type, script_id_or_name, opt_line, opt_column, argument 228 this.script_id_ = script_id_or_name; 230 this.script_name_ = script_id_or_name; 623 Debug.setScriptBreakPoint = function(type, script_id_or_name, argument 628 new ScriptBreakPoint(type, script_id_or_name, opt_line, opt_column,
|