![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
Public Attributes | |
| uint64_t | significand | 
| int16_t | binary_exponent | 
| int16_t | decimal_exponent | 
Definition at line 19 of file cached-powers.cc.
| int16_t v8::base::CachedPower::binary_exponent | 
Definition at line 21 of file cached-powers.cc.
| int16_t v8::base::CachedPower::decimal_exponent | 
Definition at line 22 of file cached-powers.cc.
| uint64_t v8::base::CachedPower::significand | 
Definition at line 20 of file cached-powers.cc.