Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp158 panda::PandArg<bool> opModule("module", false, "Parse the input as module (JS only option)"); in Parse() local
205 argparser_->Add(&opModule); in Parse()
367 if (extension_ != es2panda::ScriptExtension::JS && opModule.GetValue()) { in Parse()
391 if (opModule.GetValue()) { in Parse()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp194 panda::PandArg<bool> opModule("module", false, "Parse the input as module"); in Parse() local
253 argparser_->Add(&opModule); in Parse()
336 if (opModule.GetValue() && opCommonjs.GetValue()) { in Parse()
341 if (opModule.GetValue()) { in Parse()