Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h46 virtual bool IsEvent() const = 0;
/external/v8/src/debug/
Ddebug.h263 virtual bool IsEvent() const;
Ddebug.cc2395 bool MessageImpl::IsEvent() const { in IsEvent() function in v8::internal::MessageImpl
2434 if (IsEvent()) { in GetJSON()