Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object-gen.cc1626 Label if_accessor_desc(this), if_data_desc(this), if_generic_desc(this), in FromPropertyDescriptor() local
1632 &if_accessor_desc); in FromPropertyDescriptor()
1639 BIND(&if_accessor_desc); in FromPropertyDescriptor()
1723 Label if_accessor_desc(this), if_data_desc(this), return_desc(this); in FromPropertyDetails() local
1724 BranchIfAccessorPair(raw_value, &if_accessor_desc, &if_data_desc); in FromPropertyDetails()
1726 BIND(&if_accessor_desc); in FromPropertyDetails()