V8 Project
v8::internal::compiler::GraphDecorator Class Referenceabstract

#include <graph.h>

+ Inheritance diagram for v8::internal::compiler::GraphDecorator:
+ Collaboration diagram for v8::internal::compiler::GraphDecorator:

Public Member Functions

virtual ~GraphDecorator ()
 
virtual void Decorate (Node *node)=0
 
- Public Member Functions inherited from v8::internal::ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 83 of file graph.h.

Constructor & Destructor Documentation

◆ ~GraphDecorator()

virtual v8::internal::compiler::GraphDecorator::~GraphDecorator ( )
inlinevirtual

Definition at line 85 of file graph.h.

85 {}

Member Function Documentation

◆ Decorate()

virtual void v8::internal::compiler::GraphDecorator::Decorate ( Node *  node)
pure virtual

The documentation for this class was generated from the following file: