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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::PropertyAccess:

Public Member Functions

 PropertyAccess (LanguageMode language_mode, FeedbackSource const &feedback)
 
LanguageMode language_mode () const
 
FeedbackSource const & feedback () const
 

Private Attributes

FeedbackSource const feedback_
 
LanguageMode const language_mode_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PropertyAccess()

v8::internal::compiler::PropertyAccess::PropertyAccess ( LanguageMode language_mode,
FeedbackSource const & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ language_mode()

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

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

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

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

◆ language_mode_

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

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


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