/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/inspector/debugger/set-breakpoint-inline-function-expected.txt
11 строк
261 B
Michaël Zasso
deps: update V8 to 9.1.269.36
10 июн 2021, 12:10
Не верифицирован
10 июн 2021, 12:10
a7cbf19
Код
Авторство
О чём код?
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)