Searched refs:typeJsValue (Results 1 – 1 of 1) sorted by relevance
226 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseFloatUpdater() local227 if (typeJsValue->IsNumber()) { in ParseFloatUpdater()228 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseFloatUpdater()322 auto typeJsValue = particleJsObject->GetProperty("type"); in ParseParticleObject() local324 if (typeJsValue->IsNumber()) { in ParseParticleObject()325 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseParticleObject()549 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseColorUpdater() local550 if (typeJsValue->IsNumber()) { in ParseColorUpdater()551 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseColorUpdater()