Sign in
webkit
/
WebKit
/
4c9ecd92bf6f5d4a4a238a23b0cd0f61a90ac08a
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
script-for-breakpoint-actions.js
blob: f1168c4735220f7a931cb41692fc16bb2c8bc973 [
file
] [
log
] [
blame
]
function
breakpointActions
(
a
,
b
)
{
// Only preserve this message on the current test page load.
TestPage
.
addResult
(
"inside breakpointActions a:("
+
a
+
") b:("
+
b
+
")"
);
}