Searched refs:argDouble (Results 1 – 2 of 2) sorted by relevance
236 double argDouble = 0.0; in ParseCommand() local506 ret = ParseDoubleParam("compiler-type-threshold", &argDouble); in ParseCommand()508 SetTypeThreshold(argDouble); in ParseCommand()764 bool JSRuntimeOptions::ParseDoubleParam(const std::string &option, double *argDouble) in ParseDoubleParam() argument766 *argDouble = std::stod(optarg, nullptr); in ParseDoubleParam()
1184 bool ParseDoubleParam(const std::string &option, double* argDouble);