Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc1418 Label if_accessor_desc(this), if_data_desc(this), if_generic_desc(this), in FromPropertyDescriptor() local
1424 &if_accessor_desc); in FromPropertyDescriptor()
1431 BIND(&if_accessor_desc); in FromPropertyDescriptor()
1517 Label if_accessor_desc(this), if_data_desc(this), return_desc(this); in FromPropertyDetails() local
1518 BranchIfAccessorPair(raw_value, &if_accessor_desc, &if_data_desc); in FromPropertyDetails()
1520 BIND(&if_accessor_desc); in FromPropertyDetails()