Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp198 {"enable-ic", required_argument, nullptr, OPTION_ENABLE_IC}, in ParseCommand()
478 case OPTION_ENABLE_IC: in ParseCommand()
Djs_runtime_options.h86 OPTION_ENABLE_IC, enumerator
681 return WasOptionSet(OPTION_ENABLE_IC); in WasSetEnableIC()