Searched defs:OPTIONAL_LOG (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | ecma_macros.h | 29 #define OPTIONAL_LOG(vm, level) LOG_ECMA_IF(vm->IsOptionalLogEnabled(), level) macro |
| D | js_runtime_options.h | 32 OPTIONAL_LOG = 1, enumerator |