Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dtemplates-inl.h134 Object maybe_ctor = constructor(); in GetParent() local
135 if (maybe_ctor.IsUndefined(isolate)) return ObjectTemplateInfo(); in GetParent()
136 FunctionTemplateInfo constructor = FunctionTemplateInfo::cast(maybe_ctor); in GetParent()