Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h105 for (const auto& pkg : cPreprocessor.GetPkgsArgs()) { in CheckBundleNameAndAppIdentifier() local
143 std::shared_ptr<OhosPkgArgs>> pkg) in IsMainPkg()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h116 …[[nodiscard]] std::optional<R> CallEtsFunction(std::string_view pkg, std::string_view fnName, Args… in CallEtsFunction()
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Danalysis.py114 def pkg(self) -> PackageDecl: member in _ResolveImportsPass
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp804 void CheckAllConstPropertyInitialized(checker::ETSChecker *checker, ir::ETSModule *pkg) in CheckAllConstPropertyInitialized()