Home | History | Annotate | Download | only in runtime

Lines Matching refs:asInt32

120         int32_t asInt32() const;
399 return asInt32();
407 return asInt32();
416 return asInt32();
425 return asInt32();
555 asInt32() > -1;
583 inline int32_t JSValue::asInt32() const
614 const int32_t asInt32 = static_cast<int32_t>(d);
615 if (asInt32 != d || (!asInt32 && signbit(d))) { // true for -0.0
695 const int32_t asInt32 = static_cast<int32_t>(d);
696 if (asInt32 != d || (!asInt32 && signbit(d))) { // true for -0.0
751 return isInt32() ? asInt32() : asDouble();
762 result = asInt32();