Files
Kmake/deps/v8/test/inspector/debugger/set-breakpoint-inline-function-expected.txt
2026-05-26 23:36:42 -07:00

12 lines
261 B
Plaintext

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)