Lines Matching defs:templ
148 Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(isolate);
149 templ->SetClassName(
151 templ->InstanceTemplate()->SetInternalFieldCount(T::kFieldCount);
152 templ->InstanceTemplate()->SetHandler(
157 return templ;
234 auto templ = IndexedDebugProxy<T, id, Provider>::CreateTemplate(isolate);
235 templ->InstanceTemplate()->SetHandler(v8::NamedPropertyHandlerConfiguration(
238 return templ;
583 Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(isolate);
584 templ->InstanceTemplate()->SetHandler(v8::NamedPropertyHandlerConfiguration(
591 return templ;
905 Local<v8::FunctionTemplate> templ =
907 templ->InstanceTemplate()->Set(isolate, "length",
909 return templ;