Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2179 std::unique_ptr<JsonValue> cNodeId = argsValue->GetArrayItem(0)->GetValue("__nodeId"); in JsCallComponent() local
2180 if (cNodeId && cNodeId->IsNumber()) { in JsCallComponent()
2181 childNodeId = cNodeId->GetInt(); in JsCallComponent()