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

Public Member Functions

 BreakOnNodeDecorator (NodeId node_id)
 
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

NodeId node_id_
 

Detailed Description

Definition at line 108 of file code-assembler.cc.

Constructor & Destructor Documentation

◆ BreakOnNodeDecorator()

v8::internal::compiler::BreakOnNodeDecorator::BreakOnNodeDecorator ( NodeId node_id)
inlineexplicit

Definition at line 110 of file code-assembler.cc.

Member Function Documentation

◆ Decorate()

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

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

Definition at line 112 of file code-assembler.cc.

Here is the call graph for this function:

Member Data Documentation

◆ node_id_

NodeId v8::internal::compiler::BreakOnNodeDecorator::node_id_
private

Definition at line 119 of file code-assembler.cc.


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