Searched refs:getCmdLineFunction (Results 1 – 1 of 1) sorted by relevance
2432 auto getCmdLineFunction = controller->GetProperty("getCustomeSchemeCmdLine"); in Create() local2433 if (!getCmdLineFunction->IsFunction()) { in Create()2436 …std::string cmdLine = JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString(); in Create()