MCPcopy Create free account
hub / github.com/NativeScript/android / GetURL

Method GetURL

test-app/runtime/src/main/cpp/URLImpl.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20url_aggregator *URLImpl::GetURL() {
21 return &this->url_;
22}
23
24v8::Local<v8::FunctionTemplate> URLImpl::GetCtor(v8::Isolate *isolate) {
25 v8::Local<v8::FunctionTemplate> ctorTmpl = v8::FunctionTemplate::New(isolate, Ctor);

Callers 15

GetHashMethod · 0.80
SetHashMethod · 0.80
GetHostMethod · 0.80
SetHostMethod · 0.80
GetHostNameMethod · 0.80
SetHostNameMethod · 0.80
GetHrefMethod · 0.80
SetHrefMethod · 0.80
GetOriginMethod · 0.80
GetPasswordMethod · 0.80
SetPasswordMethod · 0.80
GetPathNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected