Searched refs:thenCallback (Results 1 – 1 of 1) sorted by relevance
93 v8::Function::New(context, thenCallback, wrapper, 0, in add()117 static void thenCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in thenCallback() function in v8_inspector::InjectedScript::ProtocolPromiseHandler125 handler->thenCallback(value); in thenCallback()176 void thenCallback(v8::Local<v8::Value> value) { in thenCallback() function in v8_inspector::InjectedScript::ProtocolPromiseHandler