haikuwebkit/LayoutTests/inspector/debugger/resources/script-for-breakpoint-actio...

6 lines
182 B
JavaScript

function breakpointActions(a, b)
{
// Only preserve this message on the current test page load.
TestPage.addResult("inside breakpointActions a:(" + a + ") b:(" + b + ")");
}