Home
last modified time | relevance | path

Searched refs:DumpToStreamWithHint (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h163 static void DumpToStreamWithHint(std::ostream &out, std::string_view prompt, JSTaggedValue value);
H A Druntime_stubs.cpp674 DumpToStreamWithHint(std::cout, hintStr, JSTaggedValue(rawValue)); in DumpWithHint()
685 DumpToStreamWithHint(out, hintStr, JSTaggedValue(rawValue)); in DebugDumpWithHint()
690 void RuntimeStubs::DumpToStreamWithHint(std::ostream &out, std::string_view hint, JSTaggedValue value) in DumpToStreamWithHint() function in panda::ecmascript::RuntimeStubs

Completed in 11 milliseconds