Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp88 const int32_t ARGS_LENGTH = 2; in CreateForPartialUpdate() local
90 if (len < ARGS_LENGTH) { in CreateForPartialUpdate()
107 if (len > ARGS_LENGTH && args[ARGS_LENGTH]->IsObject()) { in CreateForPartialUpdate()
108 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[ARGS_LENGTH]); in CreateForPartialUpdate()
H A Djs_scroller.cpp54 static constexpr int ARGS_LENGTH = 2; variable
368 if (args.Length() != ARGS_LENGTH) { in GetItemIndex()
H A Djs_list.cpp75 static constexpr int ARGS_LENGTH = 2; variable
941 if (args.Length() != ARGS_LENGTH) { in GetVisibleListContentInfo()