Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp137 auto arrayItemJsValue = curveConfigJsArray->GetValueAt(i); in ParseAnimationFloatArray() local
139 if (!arrayItemJsValue->IsObject()) { in ParseAnimationFloatArray()
142 auto arrayItemJsObject = JSRef<JSObject>::Cast(arrayItemJsValue); in ParseAnimationFloatArray()
465 auto arrayItemJsValue = curveConfigJsArray->GetValueAt(i); in ParseAnimationColorArray() local
467 if (!arrayItemJsValue->IsObject()) { in ParseAnimationColorArray()
470 auto arrayItemJsObject = JSRef<JSObject>::Cast(arrayItemJsValue); in ParseAnimationColorArray()