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

#include <js-operator.h>

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

Public Member Functions

constexpr JSCreateClosureNode (Node *node)
 
const CreateClosureParametersParameters () const
 
FeedbackCellRef GetFeedbackCellRefChecked (JSHeapBroker *broker) const
 
- Public Member Functions inherited from v8::internal::compiler::JSNodeWrapperBase
constexpr JSNodeWrapperBase (Node *node)
 
TNode< Objectcontext () const
 
Effect effect () const
 
Control control () const
 
FrameState frame_state () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeWrapper
constexpr NodeWrapper (Node *node)
 
 operator Node * () const
 
Nodeoperator-> () const
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::NodeWrapper
Nodenode () const
 
void set_node (Node *node)
 

Detailed Description

Definition at line 1726 of file js-operator.h.

Constructor & Destructor Documentation

◆ JSCreateClosureNode()

v8::internal::compiler::JSCreateClosureNode::JSCreateClosureNode ( Node * node)
inlineexplicitconstexpr

Definition at line 1728 of file js-operator.h.

Member Function Documentation

◆ GetFeedbackCellRefChecked()

FeedbackCellRef v8::internal::compiler::JSCreateClosureNode::GetFeedbackCellRefChecked ( JSHeapBroker * broker) const

Definition at line 48 of file js-operator.cc.

Here is the call graph for this function:

◆ Parameters()

const CreateClosureParameters & v8::internal::compiler::JSCreateClosureNode::Parameters ( ) const
inline

Definition at line 1732 of file js-operator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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