Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc560 Object maybe_list = templ->property_list(); in AddPropertyToPropertyList() local
562 if (maybe_list.IsUndefined(isolate)) { in AddPropertyToPropertyList()
565 list = handle(TemplateList::cast(maybe_list), isolate); in AddPropertyToPropertyList()
665 Object maybe_list = info->property_accessors(); in AddNativeDataProperty() local
667 if (maybe_list.IsUndefined(isolate)) { in AddNativeDataProperty()
670 list = handle(TemplateList::cast(maybe_list), isolate); in AddNativeDataProperty()