Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc467 Object* maybe_list = templ->property_list(); in AddPropertyToPropertyList() local
469 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() local
571 if (maybe_list->IsUndefined(isolate)) { in AddNativeDataProperty()
574 list = handle(TemplateList::cast(maybe_list), isolate); in AddNativeDataProperty()