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