Home
last modified time | relevance | path

Searched defs:retVal (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.cpp150 napi_value retVal = murl->GetHostname(env); in GetHostname() local
160 napi_value retVal = murl->GetSearch(env); in GetSearch() local
170 napi_value retVal = murl->GetUsername(env); in GetUsername() local
180 napi_value retVal = murl->GetPassword(env); in GetPassword() local
190 napi_value retVal = murl->GetFragment(env); in GetUrlFragment() local
200 napi_value retVal = murl->GetScheme(env); in GetUrlScheme() local
210 napi_value retVal = murl->GetPort(env); in GetUrlPort() local
220 napi_value retVal = murl->GetHost(env); in GetUrlHost() local
230 napi_value retVal = murl->GetPath(env); in GetUrlPath() local
240 napi_value retVal = murl->GetOnOrOff(env); in GetOnOrOff() local
[all …]
/commonlibrary/ets_utils/js_util_module/util/
Dnative_module_util.cpp575 napi_value retVal = textDecoder->GetEncoding(env); in TextdecoderGetEncoding() local
585 napi_value retVal = textDecoder->GetFatal(env); in TextdecoderGetFatal() local
595 napi_value retVal = textDecoder->GetIgnoreBOM(env); in TextdecoderGetIgnoreBOM() local