Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp226 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseFloatUpdater() local
227 if (typeJsValue->IsNumber()) { in ParseFloatUpdater()
228 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseFloatUpdater()
322 auto typeJsValue = particleJsObject->GetProperty("type"); in ParseParticleObject() local
324 if (typeJsValue->IsNumber()) { in ParseParticleObject()
325 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseParticleObject()
549 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseColorUpdater() local
550 if (typeJsValue->IsNumber()) { in ParseColorUpdater()
551 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseColorUpdater()