Home
last modified time | relevance | path

Searched refs:PARAM_VIEW_OBJ (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp849 PARAM_VIEW_OBJ = 0, enumerator
862 if (!info[PARAM_VIEW_OBJ]->IsObject()) { in ParseRecycleParams()
872 for (int32_t idx = PARAM_VIEW_OBJ; idx < PARAM_SIZE; ++idx) { in ParseRecycleParams()
891 auto viewObj = JSRef<JSObject>::Cast(params[PARAM_VIEW_OBJ]); in CreateRecycle()

Completed in 3 milliseconds