Searched refs:DECL_RARE_ACCESSORS (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | templates.h | 66 #define DECL_RARE_ACCESSORS(Name, CamelName, Type) \ macro 74 DECL_RARE_ACCESSORS(prototype_template, PrototypeTemplate, HeapObject) 79 DECL_RARE_ACCESSORS(prototype_provider_template, PrototypeProviderTemplate, 85 DECL_RARE_ACCESSORS(parent_template, ParentTemplate, HeapObject) 88 DECL_RARE_ACCESSORS(named_property_handler, NamedPropertyHandler, HeapObject) 90 DECL_RARE_ACCESSORS(indexed_property_handler, IndexedPropertyHandler, 97 DECL_RARE_ACCESSORS(instance_template, InstanceTemplate, HeapObject) 102 DECL_RARE_ACCESSORS(instance_call_handler, InstanceCallHandler, HeapObject) 104 DECL_RARE_ACCESSORS(access_check_info, AccessCheckInfo, HeapObject) 106 DECL_RARE_ACCESSORS(c_function_overloads, CFunctionOverloads, FixedArray) [all …]
|
D | templates.tq | 15 // See DECL_RARE_ACCESSORS in FunctionTemplateInfo. 51 // If any of the setters declared by DECL_RARE_ACCESSORS are used then a
|