Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h208 return (flags_ & ir::ScriptFunctionFlags::SHOW_SOURCE) != 0; in ShowSource()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h123 static constexpr std::string_view SHOW_SOURCE = "show source"; variable
Dhelpers.cpp712 if (strLit->Str().Is(SHOW_SOURCE)) { in SetFuncFlagsForDirectives()
713 func->AddFlag(ir::ScriptFunctionFlags::SHOW_SOURCE); in SetFuncFlagsForDirectives()
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h94 SHOW_SOURCE = 1 << 8, enumerator