Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.h31 static shared_ptr<JsValue> JsGetInspector(const shared_ptr<JsRuntime>& runtime, NodeId nodeId);
H A Djsi_component_api_bridge.cpp101 shared_ptr<JsValue> JsiComponentApiBridge::JsGetInspector(const shared_ptr<JsRuntime>& runtime, Nod… in JsGetInspector() function in OHOS::Ace::Framework::JsiComponentApiBridge
H A Djsi_engine.cpp2139 return JsiComponentApiBridge::JsGetInspector(runtime, nodeId); in JsCallComponent()
2501 shared_ptr<JsValue> JsGetInspector(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsGetInspector() function
2505 return JsiComponentApiBridge::JsGetInspector(runtime, nodeId); in JsGetInspector()
2520 node->SetProperty(runtime, "getInspector", runtime->NewFunction(JsGetInspector)); in JsCreateElement()