Searched defs:asDouble (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DNumberPrototype.cpp126 double asDouble = argument0.toInteger(exec); local
H A DJSCJSValue.h79 double asDouble; member in union:JSC::EncodedValueDescriptor
H A DJSCJSValueInlines.h291 inline double JSValue::asDouble() const function in class:JSC::JSValue
481 inline double JSValue::asDouble() const function in class:JSC::JSValue
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPreferencesStore.h158 double asDouble() const function in struct:WebKit::WebPreferencesStore::Value
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorBackendDispatcher.cpp225 static bool asDouble(InspectorValue* value, double* output) { return value->asNumber(output); } function in struct:Inspector::AsMethodBridges
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractInterpreterInlines.h292 double asDouble = child.asNumber(); local
H A DDFGOperations.cpp1012 double asDouble = value.asDouble(); local

Completed in 89 milliseconds