Searched refs:cNodeId (Results 1 – 1 of 1) sorted by relevance
2179 std::unique_ptr<JsonValue> cNodeId = argsValue->GetArrayItem(0)->GetValue("__nodeId"); in JsCallComponent() local2180 if (cNodeId && cNodeId->IsNumber()) { in JsCallComponent()2181 childNodeId = cNodeId->GetInt(); in JsCallComponent()