Home
last modified time | relevance | path

Searched refs:IsModule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h458 bool IsModule() const in IsModule() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h282 bool IsModule();
H A Djsi_declarative_engine.cpp1542 if (IsModule()) { in LoadJs()
1595 bool JsiDeclarativeEngine::IsModule() in IsModule() function in OHOS::Ace::Framework::JsiDeclarativeEngine
1599 return container->IsModule(); in IsModule()
1663 if (IsModule()) { in LoadPageSource()