Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h50 virtual bool IsResponse() const = 0;
/external/v8/src/
Ddebug.h220 virtual bool IsResponse() const;
Ddebug.cc3170 bool MessageImpl::IsResponse() const { in IsResponse() function in v8::internal::MessageImpl
/external/v8/test/cctest/
Dtest-debug.cc6584 if (message.IsResponse()) counting_message_handler_counter++; in CountingMessageHandler()
6644 if (message.IsResponse()) { in CountingAndSignallingMessageHandler()