5 #ifndef V8_CACHED_POWERS_H_
6 #define V8_CACHED_POWERS_H_
28 int* decimal_exponent);
static const int kMinDecimalExponent
static const int kDecimalExponentDistance
static const int kMaxDecimalExponent
static void GetCachedPowerForBinaryExponentRange(int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
static void GetCachedPowerForDecimalExponent(int requested_exponent, DiyFp *power, int *found_exponent)
Debugger support for the V8 JavaScript engine.