Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc1272 std::unique_ptr<RemoteObject> protocolReceiver; in currentCallFrames() local
1277 false, &protocolReceiver); in currentCallFrames()
1281 if (!protocolReceiver) { in currentCallFrames()
1282 protocolReceiver = RemoteObject::create() in currentCallFrames()
1311 .setThis(std::move(protocolReceiver)) in currentCallFrames()