Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dtemplates.cc80 Object cons_obj = map.GetConstructor(); in IsTemplateFor() local
82 if (cons_obj.IsJSFunction()) { in IsTemplateFor()
83 JSFunction fun = JSFunction::cast(cons_obj); in IsTemplateFor()
85 } else if (cons_obj.IsFunctionTemplateInfo()) { in IsTemplateFor()
86 type = FunctionTemplateInfo::cast(cons_obj); in IsTemplateFor()