Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp882 jerry_value_t jLoopStyleVal = jerryx_get_property_str(jSeriesVal, styleName); in RecordOptionsSeriesLoop() local
883 seriesOptions_->isLoopSet = GetDisplayStatus(jLoopStyleVal); in RecordOptionsSeriesLoop()
886 if (!jerryx_has_property_str(jLoopStyleVal, styleName)) { in RecordOptionsSeriesLoop()
889 int16_t marginVal = JerryGetIntegerProperty(jLoopStyleVal, styleName); in RecordOptionsSeriesLoop()
892 jerry_release_value(jLoopStyleVal); in RecordOptionsSeriesLoop()