Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp298 JSRef<JSVal> jsOnDumpInspector = jsObject->GetProperty("onDumpInspector"); in InitViewFunctions() local
299 if (jsOnDumpInspector->IsFunction()) { in InitViewFunctions()
300 jsOnDumpInspector_ = JSRef<JSFunc>::Cast(jsOnDumpInspector); in InitViewFunctions()