Searched refs:object_templates_ (Results 1 – 2 of 2) sorted by relevance
32 object_templates_[info] = Eternal<ObjectTemplate>(isolate_, templ); in SetObjectTemplate()42 ObjectTemplateMap::iterator it = object_templates_.find(info); in GetObjectTemplate()43 if (it == object_templates_.end()) in GetObjectTemplate()
52 ObjectTemplateMap object_templates_; variable