Sign in
chromium
/
v8
/
v8
/
refs/heads/10.6.10
/
.
/
test
/
inspector
/
debugger
/
set-breakpoint-inline-function-expected.txt
blob: 9c69c6d457007f6fdefe53916686c7858c0b1964 [
file
] [
log
] [
blame
] [
edit
]
Checks if we can set a breakpoint on a one-line inline functions.
Setting breakpoint
function test() {
function func(a) {|_|console.log(a);}
func("hi");
}
Paused on location:
func (testFunction.js:1:22)
test (testFunction.js:2:4)
(anonymous) (:0:0)