Searched refs:methodPtr (Results 1 – 1 of 1) sorted by relevance
2093 std::unique_ptr<JsonValue> methodPtr = moduleAndMethodPtr->GetValue("method"); in JsCallNative() local2094 if (!methodPtr) { in JsCallNative()2100 const std::string methodName = methodPtr->GetString(); in JsCallNative()