Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_foreach_function.h57 void ExecuteBuilderForIndex(int32_t index);
H A Djs_foreach_function.cpp63 void JsForEachFunction::ExecuteBuilderForIndex(int32_t index) in ExecuteBuilderForIndex() function in OHOS::Ace::Framework::JsForEachFunction
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp90 [jsForEachFunction](int32_t index) { jsForEachFunction->ExecuteBuilderForIndex(index); } }; in Create()