Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_item.cpp71 auto jsDeepRender = AceType::MakeRefPtr<JsFunction>(args.This(), JSRef<JSFunc>::Cast(args[0])); in CreateForPartialUpdate() local
72 …eepRenderFunc = [execCtx = args.GetExecutionContext(), jsDeepRenderFunc = std::move(jsDeepRender)]( in CreateForPartialUpdate()
H A Djs_list_item.cpp121 …RefPtr<JsFunction> jsDeepRender = AceType::MakeRefPtr<JsFunction>(args.This(), JSRef<JSFunc>::Cast… in CreateForPartialUpdate() local
123 … jsDeepRenderFunc = std::move(jsDeepRender)](int32_t nodeId) { in CreateForPartialUpdate()