Home
last modified time | relevance | path

Searched defs:ignoreCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.js193 BreakPoint.prototype.ignoreCount = function() { method in BreakPoint
218 BreakPoint.prototype.setIgnoreCount = function(ignoreCount) { argument
380 ScriptBreakPoint.prototype.ignoreCount = function() { method in ScriptBreakPoint
400 ScriptBreakPoint.prototype.setIgnoreCount = function(ignoreCount) { argument
729 Debug.changeBreakPointIgnoreCount = function(break_point_number, ignoreCount) { argument
861 break_point_number, ignoreCount) { argument
1723 ignoreCount: break_point.ignoreCount(), property
/external/v8/test/cctest/
Dtest-debug.cc307 int ignoreCount) { in ChangeScriptBreakPointIgnoreCountFromJS()