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

#include <external-reference-encoder.h>

Collaboration diagram for v8::internal::ExternalReferenceEncoder::Value:

Public Member Functions

 Value (uint32_t raw)
 
 Value ()
 
bool is_from_api () const
 
uint32_t index () const
 

Static Public Member Functions

static uint32_t Encode (uint32_t index, bool is_from_api)
 

Private Types

using Index = base::BitField<uint32_t, 0, 31>
 
using IsFromAPI = base::BitField<bool, 31, 1>
 

Private Attributes

uint32_t value_
 

Detailed Description

Definition at line 21 of file external-reference-encoder.h.

Member Typedef Documentation

◆ Index

Definition at line 33 of file external-reference-encoder.h.

◆ IsFromAPI

Constructor & Destructor Documentation

◆ Value() [1/2]

v8::internal::ExternalReferenceEncoder::Value::Value ( uint32_t raw)
inlineexplicit

Definition at line 23 of file external-reference-encoder.h.

◆ Value() [2/2]

v8::internal::ExternalReferenceEncoder::Value::Value ( )
inline

Definition at line 24 of file external-reference-encoder.h.

Member Function Documentation

◆ Encode()

static uint32_t v8::internal::ExternalReferenceEncoder::Value::Encode ( uint32_t index,
bool is_from_api )
inlinestatic

Definition at line 25 of file external-reference-encoder.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ index()

uint32_t v8::internal::ExternalReferenceEncoder::Value::index ( ) const
inline

Definition at line 30 of file external-reference-encoder.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_from_api()

bool v8::internal::ExternalReferenceEncoder::Value::is_from_api ( ) const
inline

Definition at line 29 of file external-reference-encoder.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ value_

uint32_t v8::internal::ExternalReferenceEncoder::Value::value_
private

Definition at line 35 of file external-reference-encoder.h.


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