Searched refs:moduleAndMethodPtr (Results 1 – 1 of 1) sorted by relevance
2081 std::unique_ptr<JsonValue> moduleAndMethodPtr = JsonUtil::ParseJsonString(moduleAndMethod); in JsCallNative() local2082 if (!moduleAndMethodPtr) { in JsCallNative()2087 std::unique_ptr<JsonValue> modulePtr = moduleAndMethodPtr->GetValue("module"); in JsCallNative()2093 std::unique_ptr<JsonValue> methodPtr = moduleAndMethodPtr->GetValue("method"); in JsCallNative()