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