Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp407 JSRef<JSVal> jsOnFormRecoverFunc = jsObject->GetProperty("onFormRecover"); in InitViewFunctions() local
408 if (jsOnFormRecoverFunc->IsFunction()) { in InitViewFunctions()
409 jsOnFormRecoverFunc_ = JSRef<JSFunc>::Cast(jsOnFormRecoverFunc); in InitViewFunctions()