Home
last modified time | relevance | path

Searched refs:setMaxAsyncTaskStacksForTest (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dtest-interface.cc15 ->setMaxAsyncTaskStacksForTest(limit); in SetMaxAsyncTaskStacksForTest()
Dv8-debugger.h129 void setMaxAsyncTaskStacksForTest(int limit);
Dv8-debugger.cc1149 void V8Debugger::setMaxAsyncTaskStacksForTest(int limit) { in setMaxAsyncTaskStacksForTest() function in v8_inspector::V8Debugger