Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_foreach_function.h34 …JsForEachFunction(JSRef<JSObject> jsArray, JSRef<JSFunc> jsIdentityMapperFunc, JSRef<JSFunc> jsVie… in JsForEachFunction() argument
37 if (!jsIdentityMapperFunc.IsEmpty()) { in JsForEachFunction()
38 jsIdentityMapperFunc_ = jsIdentityMapperFunc; in JsForEachFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp78 JSRef<JSVal> jsIdentityMapperFunc; in Create() local
81 jsIdentityMapperFunc = info[4]; in Create()
83 … jsArray, JSRef<JSFunc>::Cast(jsIdentityMapperFunc), JSRef<JSFunc>::Cast(jsViewMapperFunc)); in Create()