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

Method GetPattern

test-app/runtime/src/main/cpp/URLPatternImpl.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131url_pattern<v8_regex_provider> *URLPatternImpl::GetPattern() {
132 return &this->pattern_;
133}
134
135v8::Local<v8::FunctionTemplate> URLPatternImpl::GetCtor(v8::Isolate *isolate) {
136 v8::Local<v8::FunctionTemplate> ctorTmpl = v8::FunctionTemplate::New(isolate, Ctor);

Callers 11

GetHashMethod · 0.80
GetHostNameMethod · 0.80
GetPasswordMethod · 0.80
GetPathNameMethod · 0.80
GetPortMethod · 0.80
GetProtocolMethod · 0.80
GetSearchMethod · 0.80
GetUserNameMethod · 0.80
GetHasRegexpGroupsMethod · 0.80
TestMethod · 0.80
ExecMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestMethod · 0.64