Searched refs:PromiseDebugActionType (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/debug/ |
D | interface-types.h | 64 enum PromiseDebugActionType { enum
|
D | debug.h | 271 void OnAsyncTaskEvent(debug::PromiseDebugActionType type, int id, 470 v8::debug::PromiseDebugActionType type, int id); 601 void PromiseEventOccurred(v8::debug::PromiseDebugActionType type, int id,
|
D | debug-interface.h | 167 virtual void PromiseEventOccurred(debug::PromiseDebugActionType type, int id, in PromiseEventOccurred()
|
D | debug.cc | 1660 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/ |
D | v8-debugger.h | 133 void PromiseEventOccurred(v8::debug::PromiseDebugActionType type, int id,
|
D | v8-debugger.cc | 628 void V8Debugger::PromiseEventOccurred(v8::debug::PromiseDebugActionType type, in PromiseEventOccurred()
|