v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::GraphDecorator Class Referenceabstract

#include <turbofan-graph.h>

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

Public Member Functions

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

Detailed Description

Definition at line 120 of file turbofan-graph.h.

Constructor & Destructor Documentation

◆ ~GraphDecorator()

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

Member Function Documentation

◆ Decorate()


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