Searched refs:maybe_obj (Results 1 – 2 of 2) sorted by relevance
174 Object* maybe_obj = ctor->instance_template(); in GetParent() local175 if (!maybe_obj->IsUndefined(isolate)) { in GetParent()176 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
3631 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local3634 if (!maybe_obj.ToHandle(&obj)) { in ConfigureApiObject()