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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CreateClosureParameters:

Public Member Functions

 CreateClosureParameters (SharedFunctionInfoRef shared_info, CodeRef code, AllocationType allocation)
 
SharedFunctionInfoRef shared_info () const
 
CodeRef code () const
 
AllocationType allocation () const
 

Private Attributes

const SharedFunctionInfoRef shared_info_
 
const CodeRef code_
 
AllocationType const allocation_
 

Friends

bool operator== (CreateClosureParameters const &lhs, CreateClosureParameters const &rhs)
 
bool operator!= (CreateClosureParameters const &lhs, CreateClosureParameters const &rhs)
 
size_t hash_value (CreateClosureParameters const &p)
 
std::ostream & operator<< (std::ostream &os, CreateClosureParameters const &p)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateClosureParameters()

v8::internal::compiler::CreateClosureParameters::CreateClosureParameters ( SharedFunctionInfoRef shared_info,
CodeRef code,
AllocationType allocation )
inline

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

Member Function Documentation

◆ allocation()

AllocationType v8::internal::compiler::CreateClosureParameters::allocation ( ) const
inline

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

◆ code()

CodeRef v8::internal::compiler::CreateClosureParameters::code ( ) const
inline

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

Here is the caller graph for this function:

◆ shared_info()

SharedFunctionInfoRef v8::internal::compiler::CreateClosureParameters::shared_info ( ) const
inline

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

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( CreateClosureParameters const & p)
friend

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

◆ operator!=

bool operator!= ( CreateClosureParameters const & lhs,
CreateClosureParameters const & rhs )
friend

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

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
CreateClosureParameters const & p )
friend

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

◆ operator==

bool operator== ( CreateClosureParameters const & lhs,
CreateClosureParameters const & rhs )
friend

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

Member Data Documentation

◆ allocation_

AllocationType const v8::internal::compiler::CreateClosureParameters::allocation_
private

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

◆ code_

const CodeRef v8::internal::compiler::CreateClosureParameters::code_
private

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

◆ shared_info_

const SharedFunctionInfoRef v8::internal::compiler::CreateClosureParameters::shared_info_
private

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


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