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

#include <objects.h>

Collaboration diagram for v8::internal::Brief:

Public Member Functions

template<HeapObjectReferenceType kRefType>
 Brief (TaggedImpl< kRefType, Address > v)
 
template<typename T >
 Brief (T *v)
 

Public Attributes

const Address value
 

Detailed Description

Definition at line 638 of file objects.h.

Constructor & Destructor Documentation

◆ Brief() [1/2]

template<HeapObjectReferenceType kRefType>
v8::internal::Brief::Brief ( TaggedImpl< kRefType, Address > v)
inlineexplicit

Definition at line 640 of file objects.h.

◆ Brief() [2/2]

template<typename T >
v8::internal::Brief::Brief ( T * v)
inlineexplicit

Definition at line 642 of file objects.h.

Member Data Documentation

◆ value

const Address v8::internal::Brief::value

Definition at line 646 of file objects.h.


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