|
V8 Project
|
Inheritance diagram for v8::internal::compiler::SourcePositionTable::Decorator:
Collaboration diagram for v8::internal::compiler::SourcePositionTable::Decorator:Public Member Functions | |
| Decorator (SourcePositionTable *source_positions) | |
| virtual void | Decorate (Node *node) |
Public Member Functions inherited from v8::internal::compiler::GraphDecorator | |
| virtual | ~GraphDecorator () |
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) |
Private Attributes | |
| SourcePositionTable * | source_positions_ |
Definition at line 13 of file source-position.cc.
|
inlineexplicit |
Definition at line 15 of file source-position.cc.
|
inlinevirtual |
Implements v8::internal::compiler::GraphDecorator.
Definition at line 18 of file source-position.cc.
References DCHECK, and source_positions_.
|
private |
Definition at line 24 of file source-position.cc.
Referenced by Decorate().