Home
last modified time | relevance | path

Searched refs:tempUrl (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp76 URL *tempUrl = nullptr; in UrlStructor() local
77 napi_unwrap(env, argv[1], reinterpret_cast<void**>(&tempUrl)); in UrlStructor()
78 if (tempUrl == nullptr) { in UrlStructor()
79 HILOG_ERROR("UrlStructor:: tempUrl is nullptr"); in UrlStructor()
82 object = new (std::nothrow) URL(input, *tempUrl); in UrlStructor()

Completed in 3 milliseconds