Files
Kmake/deps/v8/test/inspector/regress/regress-crbug-1081162-expected.txt

14 lines
230 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Regression test for crbug/1081162
Running test: testBreakpointResolved
After Debugger.setBreakpointByUrl
async function foo(o) {
await o.#bar();
}
After Debugger.breakpointResolved
async function foo(o) {
await o.#bar();
}