Home
last modified time | relevance | path

Searched refs:argDouble (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp236 double argDouble = 0.0; in ParseCommand() local
506 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() argument
766 *argDouble = std::stod(optarg, nullptr); in ParseDoubleParam()
Djs_runtime_options.h1184 bool ParseDoubleParam(const std::string &option, double* argDouble);