Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp236 double argDouble = 0.0; in ParseCommand() local
764 bool JSRuntimeOptions::ParseDoubleParam(const std::string &option, double *argDouble) in ParseDoubleParam()