v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::SourcePositionTable::Decorator Class Referencefinal
Inheritance diagram for v8::internal::compiler::SourcePositionTable::Decorator:
Collaboration diagram for v8::internal::compiler::SourcePositionTable::Decorator:

Public Member Functions

 Decorator (SourcePositionTable *source_positions)
 
void Decorate (Node *node) final
 
- Public Member Functions inherited from v8::internal::compiler::GraphDecorator
virtual ~GraphDecorator ()=default
 
- 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
 

Private Attributes

SourcePositionTablesource_positions_
 

Detailed Description

Definition at line 14 of file compiler-source-position-table.cc.

Constructor & Destructor Documentation

◆ Decorator()

v8::internal::compiler::SourcePositionTable::Decorator::Decorator ( SourcePositionTable * source_positions)
inlineexplicit

Definition at line 16 of file compiler-source-position-table.cc.

Member Function Documentation

◆ Decorate()

void v8::internal::compiler::SourcePositionTable::Decorator::Decorate ( Node * node)
inlinefinalvirtual

Implements v8::internal::compiler::GraphDecorator.

Definition at line 19 of file compiler-source-position-table.cc.

Here is the call graph for this function:

Member Data Documentation

◆ source_positions_

SourcePositionTable* v8::internal::compiler::SourcePositionTable::Decorator::source_positions_
private

Definition at line 25 of file compiler-source-position-table.cc.


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