Searched refs:emitShapeJsValue (Results 1 – 1 of 1) sorted by relevance
429 auto emitShapeJsValue = emitterJsObject->GetProperty("shape"); in ParseEmitterOption() local430 if (emitShapeJsValue->IsNumber()) { in ParseEmitterOption()431 auto emitShapeInt = emitShapeJsValue->ToNumber<int32_t>(); in ParseEmitterOption()