Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.cpp103 void JsFunctionBase::ExecuteNew(const std::vector<std::string>& keys, const std::string& param) in ExecuteNew() function in OHOS::Ace::Framework::JsFunctionBase
H A Djs_function.h44 void ExecuteNew(const std::vector<std::string>& keys, const std::string& param);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp334 func->ExecuteNew(keys, ""); in JsOnLoad()