Home
last modified time | relevance | path

Searched refs:cons_obj (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc1273 Object* cons_obj = map->GetConstructor(); in IsTemplateFor() local
1275 if (cons_obj->IsJSFunction()) { in IsTemplateFor()
1276 JSFunction* fun = JSFunction::cast(cons_obj); in IsTemplateFor()
1278 } else if (cons_obj->IsFunctionTemplateInfo()) { in IsTemplateFor()
1279 type = FunctionTemplateInfo::cast(cons_obj); in IsTemplateFor()