Searched refs:maybe_ctor (Results 1 – 1 of 1) sorted by relevance
134 Object maybe_ctor = constructor(); in GetParent() local135 if (maybe_ctor.IsUndefined(isolate)) return ObjectTemplateInfo(); in GetParent()136 FunctionTemplateInfo constructor = FunctionTemplateInfo::cast(maybe_ctor); in GetParent()