Home
last modified time | relevance | path

Searched defs:hintStr (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp712 const char *hintStr = (origHintStr == nullptr) ? "" : origHintStr; in DumpWithHint() local
721 const char *hintStr = (origHintStr == nullptr) ? "" : origHintStr; in DebugDumpWithHint() local
723 LOG_ECMA(DEBUG) << [](const char *hintStr, JSTaggedType rawValue) { in DebugDumpWithHint()