Searched refs:maybe_list (Results 1 – 1 of 1) sorted by relevance
467 Object* maybe_list = templ->property_list(); in AddPropertyToPropertyList() local469 if (maybe_list->IsUndefined(isolate)) { in AddPropertyToPropertyList()472 list = handle(TemplateList::cast(maybe_list), isolate); in AddPropertyToPropertyList()569 Object* maybe_list = info->property_accessors(); in AddNativeDataProperty() local571 if (maybe_list->IsUndefined(isolate)) { in AddNativeDataProperty()574 list = handle(TemplateList::cast(maybe_list), isolate); in AddNativeDataProperty()