#include <bigint.h>
Definition at line 389 of file bigint.h.
 
◆ Result
| Enumerator | 
|---|
| kOk  |  | 
| kMaxSizeExceeded  |  | 
Definition at line 391 of file bigint.h.
 
 
◆ FromStringAccumulator()
  
  
      
        
          | v8::bigint::FromStringAccumulator::FromStringAccumulator  | 
          ( | 
          int |           max_digits | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ AddPart() [1/2]
  
  
      
        
          | bool v8::bigint::FromStringAccumulator::AddPart  | 
          ( | 
          digit_t |           multiplier,  | 
         
        
           | 
           | 
          digit_t |           part,  | 
         
        
           | 
           | 
          bool |           is_last ) | 
         
       
   | 
  
private   | 
  
 
 
◆ AddPart() [2/2]
  
  
      
        
          | bool v8::bigint::FromStringAccumulator::AddPart  | 
          ( | 
          digit_t |           part | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ Parse() [1/2]
template<class CharIt > 
      
        
          | ALWAYS_INLINE CharIt v8::bigint::FromStringAccumulator::Parse  | 
          ( | 
          CharIt |           start,  | 
        
        
           | 
           | 
          CharIt |           end,  | 
        
        
           | 
           | 
          digit_t |           radix ) | 
        
      
 
 
◆ Parse() [2/2]
template<class CharIt > 
      
        
          | CharIt v8::bigint::FromStringAccumulator::Parse  | 
          ( | 
          CharIt |           start,  | 
        
        
           | 
           | 
          CharIt |           end,  | 
        
        
           | 
           | 
          digit_t |           radix ) | 
        
      
 
 
◆ ParsePowerTwo() [1/2]
template<class CharIt > 
      
        
          | CharIt v8::bigint::FromStringAccumulator::ParsePowerTwo  | 
          ( | 
          CharIt |           current,  | 
        
        
           | 
           | 
          CharIt |           end,  | 
        
        
           | 
           | 
          digit_t |           radix ) | 
        
      
 
 
◆ ParsePowerTwo() [2/2]
template<class CharIt > 
  
  
      
        
          | ALWAYS_INLINE CharIt v8::bigint::FromStringAccumulator::ParsePowerTwo  | 
          ( | 
          CharIt |           start,  | 
         
        
           | 
           | 
          CharIt |           end,  | 
         
        
           | 
           | 
          digit_t |           radix ) | 
         
       
   | 
  
private   | 
  
 
 
◆ result()
  
  
      
        
          | Result v8::bigint::FromStringAccumulator::result  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ResultLength()
  
  
      
        
          | int v8::bigint::FromStringAccumulator::ResultLength  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ProcessorImpl
◆ heap_parts_
  
  
      
        
          | std::vector<digit_t> v8::bigint::FromStringAccumulator::heap_parts_ | 
         
       
   | 
  
private   | 
  
 
 
◆ inline_everything_
  
  
      
        
          | bool v8::bigint::FromStringAccumulator::inline_everything_ {false} | 
         
       
   | 
  
private   | 
  
 
 
◆ last_multiplier_
  
  
      
        
          | digit_t v8::bigint::FromStringAccumulator::last_multiplier_ | 
         
       
   | 
  
private   | 
  
 
 
◆ max_digits_
  
  
      
        
          | const int v8::bigint::FromStringAccumulator::max_digits_ | 
         
       
   | 
  
private   | 
  
 
 
◆ max_multiplier_
  
  
      
        
          | digit_t v8::bigint::FromStringAccumulator::max_multiplier_ {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ radix_
  
  
      
        
          | uint8_t v8::bigint::FromStringAccumulator::radix_ {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ result_
◆ stack_parts_
◆ stack_parts_used_
  
  
      
        
          | int v8::bigint::FromStringAccumulator::stack_parts_used_ {0} | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: