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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::LoadGlobalParameters:

Public Member Functions

 LoadGlobalParameters (NameRef name, const FeedbackSource &feedback, TypeofMode typeof_mode)
 
NameRef name () const
 
TypeofMode typeof_mode () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

const NameRef name_
 
const FeedbackSource feedback_
 
const TypeofMode typeof_mode_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ LoadGlobalParameters()

v8::internal::compiler::LoadGlobalParameters::LoadGlobalParameters ( NameRef name,
const FeedbackSource & feedback,
TypeofMode typeof_mode )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ name()

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

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

Here is the caller graph for this function:

◆ typeof_mode()

TypeofMode v8::internal::compiler::LoadGlobalParameters::typeof_mode ( ) const
inline

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

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( LoadGlobalParameters const & p)
friend

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

◆ operator!=

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

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

◆ operator<<

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

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

◆ operator==

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

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

Member Data Documentation

◆ feedback_

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

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

◆ name_

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

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

◆ typeof_mode_

const TypeofMode v8::internal::compiler::LoadGlobalParameters::typeof_mode_
private

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


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