Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp79 RefPtr<JsForEachFunction> jsForEachFunction; in Create() local
82 jsForEachFunction = AceType::MakeRefPtr<JsForEachFunction>( in Create()
85jsForEachFunction = AceType::MakeRefPtr<JsForEachFunction>(jsArray, JSRef<JSFunc>::Cast(jsViewMapp… in Create()
89 [jsForEachFunction]() { return jsForEachFunction->ExecuteIdentityMapper(); }, in Create()
90 [jsForEachFunction](int32_t index) { jsForEachFunction->ExecuteBuilderForIndex(index); } }; in Create()