Searched refs:bottomString (Results 1 – 1 of 1) sorted by relevance
129 bool GetToastBottom(napi_env env, napi_value bottomNApi, std::string& bottomString) in GetToastBottom() argument139 bottomString = bottom.get(); in GetToastBottom()143 bottomString = std::to_string(bottom); in GetToastBottom()150 if (!ParseString(recv, bottomString)) { in GetToastBottom()