/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/inspector/debugger/set-script-source-active-function-expected.txt
16 строк
333 B
Michaël Zasso
deps: update V8 to 10.7.193.13
11 окт 2022, 08:24
Не верифицирован
11 окт 2022, 08:24
6bd756d
Код
Авторство
О чём код?
Checks that setScriptSource fails for editing functions that are below the top-most frame on the stack Paused at (before live edit): function foo(b) { #debugger; return b + 25; Debugger.setScriptSource result: { status : BlockedByActiveFunction } Evaluation result: { description : 33 type : number value : 33 }