Home | History | Annotate | Download | only in lib_json

Lines Matching refs:asDouble

658 double Value::asDouble() const {
723 return (isNumeric() && asDouble() == 0.0) ||