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

#include <globals.h>

Collaboration diagram for v8::internal::int31_t:

Public Member Functions

constexpr int31_t ()
 
constexpr int31_t (int value)
 
int31_toperator= (int value)
 
int32_t value () const
 
 operator int32_t () const
 

Private Attributes

int32_t value_
 

Detailed Description

Definition at line 2838 of file globals.h.

Constructor & Destructor Documentation

◆ int31_t() [1/2]

v8::internal::int31_t::int31_t ( )
inlineconstexpr

Definition at line 2840 of file globals.h.

◆ int31_t() [2/2]

v8::internal::int31_t::int31_t ( int value)
inlineconstexpr

Definition at line 2841 of file globals.h.

Member Function Documentation

◆ operator int32_t()

v8::internal::int31_t::operator int32_t ( ) const
inline

Definition at line 2850 of file globals.h.

◆ operator=()

int31_t & v8::internal::int31_t::operator= ( int value)
inline

Definition at line 2844 of file globals.h.

Here is the call graph for this function:

◆ value()

int32_t v8::internal::int31_t::value ( ) const
inline

Definition at line 2849 of file globals.h.

Here is the caller graph for this function:

Member Data Documentation

◆ value_

int32_t v8::internal::int31_t::value_
private

Definition at line 2853 of file globals.h.


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