Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp234 auto removeIndexFunc = dataSourceObj_->GetProperty("removeIndex"); in RemoveIndex() local
235 if (removeIndexFunc->IsFunction()) { in RemoveIndex()
236 auto func = JSRef<JSFunc>::Cast(removeIndexFunc); in RemoveIndex()