Home
last modified time | relevance | path

Searched refs:jsValueObj (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp629 auto jsValueObj = JSRef<JSObject>::Cast(jsValue); in ParseParticleVelocity() local
630 auto speedJsValue = jsValueObj->GetProperty("speed"); in ParseParticleVelocity()
631 auto angleJsValue = jsValueObj->GetProperty("angle"); in ParseParticleVelocity()
651 auto jsValueObj = JSRef<JSObject>::Cast(jsValue); in ParseParticleAcceleration() local
652 auto speedValue = jsValueObj->GetProperty("speed"); in ParseParticleAcceleration()
653 auto alphaValue = jsValueObj->GetProperty("angle"); in ParseParticleAcceleration()

Completed in 3 milliseconds