Searched refs:property_list (Results 1 – 8 of 8) sorted by relevance
194 var property_list = new InternalArray();210 property_list.push(item);214 replacer = property_list;
154 auto property_list = handle(data->property_list(), isolate); in ConfigureInstance() local155 if (property_list->IsUndefined()) return obj; in ConfigureInstance()157 NeanderArray properties(property_list); in ConfigureInstance()336 auto list = handle(templ->property_list(), isolate); in AddPropertyToPropertyList()
1049 os << "\n - property_list: " << Brief(property_list()); in FunctionTemplateInfoPrint()1071 os << "\n - property_list: " << Brief(property_list()); in ObjectTemplateInfoPrint()
974 VerifyPointer(property_list()); in TemplateInfoVerify()
5519 ACCESSORS(TemplateInfo, property_list, Object, kPropertyListOffset) in ACCESSORS()
10423 DECL_ACCESSORS(property_list, Object)
91 if (property_list((void *)add_property, 0)) error_exit("property_list"); in getprop_main()
85 for prop in pb.property_list():