Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc88 v8::Local<v8::Function> thenCallbackFunction = in add() local
92 if (promise->Then(context, thenCallbackFunction).IsEmpty()) { in add()