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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::StoreGlobalParameters:

Public Member Functions

 StoreGlobalParameters (LanguageMode language_mode, const FeedbackSource &feedback, NameRef name)
 
LanguageMode language_mode () const
 
FeedbackSource const & feedback () const
 
NameRef name () const
 

Private Attributes

LanguageMode const language_mode_
 
const NameRef name_
 
FeedbackSource const feedback_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ StoreGlobalParameters()

v8::internal::compiler::StoreGlobalParameters::StoreGlobalParameters ( LanguageMode language_mode,
const FeedbackSource & feedback,
NameRef name )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ language_mode()

LanguageMode v8::internal::compiler::StoreGlobalParameters::language_mode ( ) const
inline

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

◆ name()

NameRef v8::internal::compiler::StoreGlobalParameters::name ( ) const
inline

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

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( StoreGlobalParameters const & p)
friend

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

◆ operator!=

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

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

◆ operator<<

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

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

◆ operator==

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

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

Member Data Documentation

◆ feedback_

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

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

◆ language_mode_

LanguageMode const v8::internal::compiler::StoreGlobalParameters::language_mode_
private

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

◆ name_

const NameRef v8::internal::compiler::StoreGlobalParameters::name_
private

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


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