Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h196 bool ShowSource() const in ShowSource() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp250 if (!(static_cast<const ir::ScriptFunction *>(pg_->RootNode()))->ShowSource()) { in GenFunctionSource()