HomeSort by relevance Sort by last modified time
    Searched defs:asDouble (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSNumberCell.h 182 inline double JSValue::asDouble() const
195 return JSImmediate::isImmediate(asValue()) ? JSImmediate::toDouble(asValue()) : asDouble();
281 inline double JSValue::asDouble() const
347 result = asDouble();
JSValue.h 122 double asDouble() const;
237 double asDouble;
595 inline double JSValue::asDouble() const
598 return u.asDouble;
609 u.asDouble = d;
616 u.asDouble = d;
697 u.asDouble = d;
751 return isInt32() ? asInt32() : asDouble();
766 result = asDouble();
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 117 double asDouble() const
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 141 milliseconds