Home
last modified time | relevance | path

Searched refs:argInt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp351 int argInt = 0; in ParseCommand() local
389 ret = ParseIntParam("ark-properties", &argInt); in ParseCommand()
391 SetArkProperties(argInt); in ParseCommand()
526 ret = ParseIntParam("compiler-thermal-level", &argInt); in ParseCommand()
528 SetThermalLevel(argInt); in ParseCommand()
1364 bool JSRuntimeOptions::ParseIntParam(const std::string &option, int *argInt) in ParseIntParam() argument
1368 *argInt = std::stoi(optarg, nullptr, HEX); in ParseIntParam()
1370 *argInt = std::stoi(optarg); in ParseIntParam()
H A Djs_runtime_options.h2012 bool ParseIntParam(const std::string& option, int* argInt);

Completed in 6 milliseconds