Searched refs:IsResponse (Results 1 – 4 of 4) sorted by relevance
50 virtual bool IsResponse() const = 0;
220 virtual bool IsResponse() const;
3170 bool MessageImpl::IsResponse() const { in IsResponse() function in v8::internal::MessageImpl
6584 if (message.IsResponse()) counting_message_handler_counter++; in CountingMessageHandler()6644 if (message.IsResponse()) { in CountingAndSignallingMessageHandler()