Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp25 constexpr int32_t METHOD_TO_ARGS_SIZE = 1; variable
113 … if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != METHOD_TO_ARGS_SIZE) { in CallSpecializedMethod()