Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp661 auto appearJsVal = effectObj->GetProperty("appear"); in ParseChainedAsymmetricTransition() local
665 if (appearJsVal->IsObject()) { in ParseChainedAsymmetricTransition()
666 auto appearObj = Framework::JSRef<Framework::JSObject>::Cast(appearJsVal); in ParseChainedAsymmetricTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp682 auto appearJsVal = effectObj->GetProperty("appear"); in ParseChainedAsymmetricTransition() local
686 if (appearJsVal->IsObject()) { in ParseChainedAsymmetricTransition()
687 auto appearObj = JSRef<JSObject>::Cast(appearJsVal); in ParseChainedAsymmetricTransition()