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.cpp135 napi_value retVal = murl->GetHostname(env); in GetHostname() local
145 napi_value retVal = murl->GetSearch(env); in GetSearch() local
155 napi_value retVal = murl->GetUsername(env); in GetUsername() local
165 napi_value retVal = murl->GetPassword(env); in GetPassword() local
175 napi_value retVal = murl->GetFragment(env); in GetUrlFragment() local
185 napi_value retVal = murl->GetScheme(env); in GetUrlScheme() local
195 napi_value retVal = murl->GetPort(env); in GetUrlPort() local
205 napi_value retVal = murl->GetHost(env); in GetUrlHost() local
215 napi_value retVal = murl->GetPath(env); in GetUrlPath() local
225 napi_value retVal = murl->GetOnOrOff(env); in GetOnOrOff() local
[all …]
/commonlibrary/ets_utils/js_util_module/util/
Dnative_module_util.cpp514 napi_value retVal = textDecoder->GetEncoding(env); in TextdecoderGetEncoding() local
524 napi_value retVal = textDecoder->GetFatal(env); in TextdecoderGetFatal() local
534 napi_value retVal = textDecoder->GetIgnoreBOM(env); in TextdecoderGetIgnoreBOM() local