Searched refs:JsGetInspector (Results 1 – 3 of 3) sorted by relevance
31 static shared_ptr<JsValue> JsGetInspector(const shared_ptr<JsRuntime>& runtime, NodeId nodeId);
101 shared_ptr<JsValue> JsiComponentApiBridge::JsGetInspector(const shared_ptr<JsRuntime>& runtime, Nod… in JsGetInspector() function in OHOS::Ace::Framework::JsiComponentApiBridge
2139 return JsiComponentApiBridge::JsGetInspector(runtime, nodeId); in JsCallComponent()2501 shared_ptr<JsValue> JsGetInspector(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsGetInspector() function2505 return JsiComponentApiBridge::JsGetInspector(runtime, nodeId); in JsGetInspector()2520 node->SetProperty(runtime, "getInspector", runtime->NewFunction(JsGetInspector)); in JsCreateElement()