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.cc1460 std::unique_ptr<RemoteObject> protocolReceiver; in currentCallFrames() local
1466 WrapMode::kNoPreview, &protocolReceiver); in currentCallFrames()
1470 if (!protocolReceiver) { in currentCallFrames()
1471 protocolReceiver = RemoteObject::create() in currentCallFrames()
1499 .setThis(std::move(protocolReceiver)) in currentCallFrames()