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

#include <js-operator.h>

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

Public Member Functions

constexpr JSCloneObjectNode (Node *node)
 
const CloneObjectParametersParameters () 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 1226 of file js-operator.h.

Constructor & Destructor Documentation

◆ JSCloneObjectNode()

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

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

Member Function Documentation

◆ Parameters()

const CloneObjectParameters & v8::internal::compiler::JSCloneObjectNode::Parameters ( ) const
inline

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

Here is the call graph for this function:

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