Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp429 auto emitShapeJsValue = emitterJsObject->GetProperty("shape"); in ParseEmitterOption() local
430 if (emitShapeJsValue->IsNumber()) { in ParseEmitterOption()
431 auto emitShapeInt = emitShapeJsValue->ToNumber<int32_t>(); in ParseEmitterOption()