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

#include <machine-operator.h>

Inheritance diagram for v8::internal::compiler::StorePairRepresentation:
Collaboration diagram for v8::internal::compiler::StorePairRepresentation:

Public Member Functions

 StorePairRepresentation (StoreRepresentation first, StoreRepresentation second)
 

Friends

std::ostream & operator<< (std::ostream &out, const StorePairRepresentation rep)
 

Detailed Description

Definition at line 192 of file machine-operator.h.

Constructor & Destructor Documentation

◆ StorePairRepresentation()

v8::internal::compiler::StorePairRepresentation::StorePairRepresentation ( StoreRepresentation first,
StoreRepresentation second )
inline

Definition at line 194 of file machine-operator.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const StorePairRepresentation rep )
friend

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