Home
last modified time | relevance | path

Searched refs:PrintTypeInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h631 void PrintTypeInfo(const JSPandaFile *jsPandaFile) const;
Dts_manager.cpp1401 void TSManager::PrintTypeInfo(const JSPandaFile *jsPandaFile) const in PrintTypeInfo() function in panda::ecmascript::TSManager
1403 if (!(vm_->GetJSOptions().PrintTypeInfo())) { in PrintTypeInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h724 bool PrintTypeInfo() const in PrintTypeInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp68 tsManager->PrintTypeInfo(jsPandaFile_); in ~BytecodeInfoCollector()