Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp103 auto jsDestroyedFunc = object->GetProperty("onSurfaceDestroyed"); in SetControllerCallback() local
104 if (jsDestroyedFunc->IsFunction()) { in SetControllerCallback()
105 auto jsFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(object), JSRef<JSFunc>::Cast(jsDestroyedFunc)); in SetControllerCallback()

Completed in 2 milliseconds