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

#include <bigint-internal.h>

Collaboration diagram for v8::bigint::Storage:

Public Member Functions

 Storage (int count)
 
digit_tget ()
 

Private Attributes

std::unique_ptr< digit_t[]> ptr_
 

Detailed Description

Definition at line 132 of file bigint-internal.h.

Constructor & Destructor Documentation

◆ Storage()

v8::bigint::Storage::Storage ( int count)
inlineexplicit

Definition at line 134 of file bigint-internal.h.

Member Function Documentation

◆ get()

digit_t * v8::bigint::Storage::get ( )
inline

Definition at line 136 of file bigint-internal.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ptr_

std::unique_ptr<digit_t[]> v8::bigint::Storage::ptr_
private

Definition at line 139 of file bigint-internal.h.


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