Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp617 jerry_value_t hasXAxisProp = jerry_has_property(attrValue, jAxisName); in SetOptionsAxis() local
618 if (!jerry_get_boolean_value(hasXAxisProp)) { in SetOptionsAxis()
632 ReleaseJerryValue(jAxisName, hasXAxisProp, VA_ARG_END_FLAG); in SetOptionsAxis()