Home
last modified time | relevance | path

Searched refs:PromiseDebugActionType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Dinterface-types.h64 enum PromiseDebugActionType { enum
Ddebug.h271 void OnAsyncTaskEvent(debug::PromiseDebugActionType type, int id,
470 v8::debug::PromiseDebugActionType type, int id);
601 void PromiseEventOccurred(v8::debug::PromiseDebugActionType type, int id,
Ddebug-interface.h167 virtual void PromiseEventOccurred(debug::PromiseDebugActionType type, int id, in PromiseEventOccurred()
Ddebug.cc1660 v8::debug::PromiseDebugActionType type, int id) { in MakeAsyncTaskEvent()
1975 void Debug::OnAsyncTaskEvent(debug::PromiseDebugActionType type, int id, in OnAsyncTaskEvent()
2265 v8::debug::PromiseDebugActionType type, int id, int parent_id) { in PromiseEventOccurred()
/external/v8/src/inspector/
Dv8-debugger.h133 void PromiseEventOccurred(v8::debug::PromiseDebugActionType type, int id,
Dv8-debugger.cc628 void V8Debugger::PromiseEventOccurred(v8::debug::PromiseDebugActionType type, in PromiseEventOccurred()