Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp223 {"log-debug", required_argument, nullptr, OPTION_LOG_DEBUG}, in ParseCommand()
527 case OPTION_LOG_DEBUG: in ParseCommand()
Djs_runtime_options.h107 OPTION_LOG_DEBUG, enumerator
806 return WasOptionSet(OPTION_LOG_DEBUG); in WasSetLogDebug()