Sign in
webkit
/
WebKit
/
f5cff73c0138e99cbf55df097bc375a3de473a01
/
.
/
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
+
")"
);
}