v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PlainBuffer< T > Class Template Reference
Collaboration diagram for v8::internal::PlainBuffer< T >:

Public Member Functions

Tdata ()
 
void EnsureCapacity (size_t new_capacity)
 

Private Attributes

std::unique_ptr< T[]> data_
 
size_t capacity_ {0}
 

Detailed Description

template<typename T>
class v8::internal::PlainBuffer< T >

Definition at line 79 of file context-deserializer.cc.

Member Function Documentation

◆ data()

template<typename T >
T * v8::internal::PlainBuffer< T >::data ( )
inline

Definition at line 81 of file context-deserializer.cc.

Here is the caller graph for this function:

◆ EnsureCapacity()

template<typename T >
void v8::internal::PlainBuffer< T >::EnsureCapacity ( size_t new_capacity)
inline

Definition at line 83 of file context-deserializer.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ capacity_

template<typename T >
size_t v8::internal::PlainBuffer< T >::capacity_ {0}
private

Definition at line 92 of file context-deserializer.cc.

◆ data_

template<typename T >
std::unique_ptr<T[]> v8::internal::PlainBuffer< T >::data_
private

Definition at line 91 of file context-deserializer.cc.


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