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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckTaggedInputParameters:

Public Member Functions

 CheckTaggedInputParameters (CheckTaggedInputMode mode, const FeedbackSource &feedback)
 
CheckTaggedInputMode mode () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

CheckTaggedInputMode mode_
 
FeedbackSource feedback_
 

Detailed Description

Definition at line 388 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ CheckTaggedInputParameters()

v8::internal::compiler::CheckTaggedInputParameters::CheckTaggedInputParameters ( CheckTaggedInputMode mode,
const FeedbackSource & feedback )
inline

Definition at line 390 of file simplified-operator.h.

Member Function Documentation

◆ feedback()

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

Definition at line 395 of file simplified-operator.h.

Here is the caller graph for this function:

◆ mode()

CheckTaggedInputMode v8::internal::compiler::CheckTaggedInputParameters::mode ( ) const
inline

Definition at line 394 of file simplified-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::CheckTaggedInputParameters::feedback_
private

Definition at line 399 of file simplified-operator.h.

◆ mode_

CheckTaggedInputMode v8::internal::compiler::CheckTaggedInputParameters::mode_
private

Definition at line 398 of file simplified-operator.h.


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