Home
last modified time | relevance | path

Searched defs:asDouble (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSValueInlineMethods.h320 inline double JSValue::asDouble() const in asDouble() function
512 inline double JSValue::asDouble() const in asDouble() function
DNumberPrototype.cpp87 double asDouble = argument0.toInteger(exec); in getIntegerArgumentInRange() local
DJSValue.h68 double asDouble; member
/external/webkit/Source/JavaScriptCore/dfg/
DDFGNode.h347 double asDouble; member
/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h170 inline FPDoubleRegisterID asDouble(FPSingleRegisterID reg) in asDouble() function