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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CloneObjectParameters:

Public Member Functions

 CloneObjectParameters (FeedbackSource const &feedback, int flags)
 
FeedbackSource const & feedback () const
 
int flags () const
 

Private Attributes

FeedbackSource const feedback_
 
int const flags_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CloneObjectParameters()

v8::internal::compiler::CloneObjectParameters::CloneObjectParameters ( FeedbackSource const & feedback,
int flags )
inline

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

Member Function Documentation

◆ feedback()

FeedbackSource const & v8::internal::compiler::CloneObjectParameters::feedback ( ) const
inline

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

Here is the caller graph for this function:

◆ flags()

int v8::internal::compiler::CloneObjectParameters::flags ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource const v8::internal::compiler::CloneObjectParameters::feedback_
private

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

◆ flags_

int const v8::internal::compiler::CloneObjectParameters::flags_
private

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


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