Searched refs:template_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gin/
H A Dobject_template_builder.cc136 : isolate_(isolate), template_(v8::ObjectTemplate::New(isolate)) {
137 template_->SetInternalFieldCount(kNumberOfInternalFields);
144 template_->SetNamedPropertyHandler(&NamedPropertyGetter,
153 template_->SetIndexedPropertyHandler(&IndexedPropertyGetter,
163 template_->Set(StringToSymbol(isolate_, name), val);
170 template_->SetAccessorProperty(StringToSymbol(isolate_, name), getter,
176 v8::Local<v8::ObjectTemplate> result = template_;
177 template_.Clear();
H A Dobject_template_builder.h124 CallbackTraits<T>::SetAsFunctionHandler(isolate_, template_, callback);
142 v8::Local<v8::ObjectTemplate> template_; member in class:gin::ObjectTemplateBuilder
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dprofiler.js12 this.template_ = template ||
69 return this.template_;
127 var tmpl = this.template_;
330 var localUnits = Object.keys(worldUnits[self.template_[0]]);
336 self.accumulate_(self.template_, snapshot, worldUnits, localUnits);

Completed in 484 milliseconds