Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp142 auto arrayItemJsObject = JSRef<JSObject>::Cast(arrayItemJsValue); in ParseAnimationFloatArray() local
143 auto fromJsValue = arrayItemJsObject->GetProperty("from"); in ParseAnimationFloatArray()
155 auto toJsValue = arrayItemJsObject->GetProperty("to"); in ParseAnimationFloatArray()
167 auto startMillisJsValue = arrayItemJsObject->GetProperty("startMillis"); in ParseAnimationFloatArray()
173 auto endMillisJsValue = arrayItemJsObject->GetProperty("endMillis"); in ParseAnimationFloatArray()
179 auto curveJsValue = arrayItemJsObject->GetProperty("curve"); in ParseAnimationFloatArray()
470 auto arrayItemJsObject = JSRef<JSObject>::Cast(arrayItemJsValue); in ParseAnimationColorArray() local
471 auto fromJsValue = arrayItemJsObject->GetProperty("from"); in ParseAnimationColorArray()
475 auto toJsValue = arrayItemJsObject->GetProperty("to"); in ParseAnimationColorArray()
485 auto endMillisJsValue = arrayItemJsObject->GetProperty("endMillis"); in ParseAnimationColorArray()
[all …]