Home
last modified time | relevance | path

Searched refs:allAsyncTasksCanceled (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-impl.h103 void allAsyncTasksCanceled() override;
Dv8-inspector-impl.cc331 void V8InspectorImpl::allAsyncTasksCanceled() { in allAsyncTasksCanceled() function in v8_inspector::V8InspectorImpl
332 m_debugger->allAsyncTasksCanceled(); in allAsyncTasksCanceled()
Dv8-debugger.h109 void allAsyncTasksCanceled();
Dv8-debugger.cc852 if (!maxAsyncCallStackDepth) allAsyncTasksCanceled(); in setAsyncCallStackDepth()
1059 void V8Debugger::allAsyncTasksCanceled() { in allAsyncTasksCanceled() function in v8_inspector::V8Debugger
/external/v8/include/
Dv8-inspector.h261 virtual void allAsyncTasksCanceled() = 0;