Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp304 auto updaterJsValue = floatJsObject->GetProperty("updater"); in ParseFloatOption() local
306 if (updaterJsValue->IsObject()) { in ParseFloatOption()
307 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseFloatOption()
605 auto updaterJsValue = colorJsObject->GetProperty("updater"); in ParseColorOption() local
607 if (updaterJsValue->IsObject()) { in ParseColorOption()
608 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseColorOption()

Completed in 3 milliseconds