Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp195 {"log-level", required_argument, nullptr, OPTION_LOG_LEVEL}, in ParseCommand()
475 case OPTION_LOG_LEVEL: in ParseCommand()
Djs_runtime_options.h105 OPTION_LOG_LEVEL, enumerator
715 return WasOptionSet(OPTION_LOG_LEVEL); in WasSetLogLevel()