#include "third_party/blink/renderer/modules/peerconnection/testing/internals_rtc_peer_connection.h"
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"
namespace blink {
int InternalsRTCPeerConnection::peerConnectionCount(Internals& internals) { … }
int InternalsRTCPeerConnection::peerConnectionCountLimit(Internals& internals) { … }
ScriptPromise<IDLAny>
InternalsRTCPeerConnection::waitForPeerConnectionDispatchEventsTaskCreated(
ScriptState* script_state,
Internals& internals,
RTCPeerConnection* connection) { … }
}