Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc62 class ProtocolPromiseHandler { class
83 ProtocolPromiseHandler<Callback>* handler = new ProtocolPromiseHandler( in add()
108 ProtocolPromiseHandler<Callback>* handler = in thenCallback()
109 static_cast<ProtocolPromiseHandler<Callback>*>( in thenCallback()
124 ProtocolPromiseHandler<Callback>* handler = in catchCallback()
125 static_cast<ProtocolPromiseHandler<Callback>*>( in catchCallback()
157 ProtocolPromiseHandler(V8InspectorImpl* inspector, int contextGroupId, in ProtocolPromiseHandler() function in v8_inspector::__anona2083a180111::ProtocolPromiseHandler
174 const v8::WeakCallbackInfo<ProtocolPromiseHandler<Callback>>& data) { in cleanup()
320 ProtocolPromiseHandler<EvaluateCallback>::add( in evaluate()
339 ProtocolPromiseHandler<AwaitPromiseCallback>::add( in awaitPromise()
[all …]