Searched refs:tempTypeSize (Results 1 – 1 of 1) sorted by relevance
44 size_t tempTypeSize = 0; in UrlStructor() local58 … if (napi_get_value_string_utf8(env, argv[1], nullptr, 0, &tempTypeSize) != napi_ok) { in UrlStructor()62 tempType.reserve(tempTypeSize); in UrlStructor()63 tempType.resize(tempTypeSize); in UrlStructor()65 tempTypeSize + 1, &tempTypeSize) != napi_ok) { in UrlStructor()