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

#include <bigint-internal.h>

Inheritance diagram for v8::bigint::ScratchDigits:
Collaboration diagram for v8::bigint::ScratchDigits:

Public Member Functions

 ScratchDigits (int len)
 
- Public Member Functions inherited from v8::bigint::RWDigits
 RWDigits (digit_t *mem, int len)
 
 RWDigits (RWDigits src, int offset, int len)
 
RWDigits operator+ (int i)
 
WritableDigitReference operator[] (int i)
 
digit_tdigits ()
 
void set_len (int len)
 
void Clear ()
 
- Public Member Functions inherited from v8::bigint::Digits
 Digits (const digit_t *mem, int len)
 
 Digits (digit_t *mem, int len)
 
 Digits (Digits src, int offset, int len)
 
 Digits ()
 
Digits operator+ (int i)
 
digit_t operator[] (int i)
 
digit_t msd ()
 
bool operator== (const Digits &other) const
 
void Normalize ()
 
void TrimOne ()
 
int len ()
 
const digit_tdigits () const
 

Private Attributes

Storage storage_
 

Additional Inherited Members

- Protected Attributes inherited from v8::bigint::Digits
digit_tdigits_
 
int len_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ScratchDigits()

v8::bigint::ScratchDigits::ScratchDigits ( int len)
inlineexplicit

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

Here is the call graph for this function:

Member Data Documentation

◆ storage_

Storage v8::bigint::ScratchDigits::storage_
private

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


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